You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
550 B
34 lines
550 B
/* pages/message/index.wxss */
|
|
|
|
.search-form {
|
|
background-color: #f5f5f5;
|
|
line-height: 64rpx;
|
|
height: 64rpx;
|
|
font-size: 24rpx;
|
|
color: var(--black);
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
margin: 0 30rpx;
|
|
}
|
|
|
|
.search-form+.action {
|
|
margin-right: 30rpx;
|
|
}
|
|
|
|
.search-form input {
|
|
flex: 1;
|
|
padding-right: 30rpx;
|
|
height: 64rpx;
|
|
line-height: 64rpx;
|
|
font-size: 26rpx;
|
|
background-color: transparent;
|
|
}
|
|
|
|
.cu-bar .search-form [class*="cuIcon-"] {
|
|
margin: 0 0.5em 0 0.8em;
|
|
}
|
|
|
|
.cu-bar .search-form [class*="cuIcon-"]::before {
|
|
top: 0rpx;
|
|
}
|