water_xcx/pages/search-user/search-user.wxss

39 lines
610 B
Plaintext
Raw Permalink Normal View History

2025-04-15 15:44:51 +08:00
/* pages/search/search.wxss */
.example-search {
background-color: #fff;
padding: 16rpx 32rpx;
position: fixed;
top: 0;
width: 91%;
z-index: 99;
}
.bottomSave{
position: fixed;
bottom: 0;
width: 100vw ;
}
.t-button {
width: 100%;
}
.search-wrap {
background-color: white;
padding-bottom: 100rpx;
}
.line {
width: 100%;
height: 30rpx;
margin-top: 100rpx;
background-color: #f5f5f5;
}
.search-item {
font-size: 28rpx;
color: rgba(0, 0, 0, .68);
}
.search-item view {
padding: 32rpx;
border-bottom: 1rpx solid rgba(0, 0, 0, .048);
}