| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- page{
- background-color: #f5f5f5;
- }
- /* 搜索 */
- .search-box{
- padding: 30rpx;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- background-color: #f5f5f5;
- }
- .search-saoma{
- width: 40rpx;
- height: 40rpx;
- margin-right: 45rpx;
- }
- .search-input{
- height: 76rpx;
- line-height: 76rpx;
- background: #fff;
- border-radius: 20rpx 20rpx 20rpx 20rpx;
- opacity: 1;
- padding: 0 16rpx 0 30rpx;
- }
- .search-input-icon{
- width: 26rpx;
- height: 26rpx;
- margin-right: 10rpx;
- }
- .search-btn{
- width: 96rpx;
- height: 47rpx;
- line-height: 47rpx;
- background: #EB5C20;
- border-radius: 24rpx 24rpx 24rpx 24rpx;
- opacity: 1;
- font-size: 22rpx;
- font-family: SourceHanSansCN-Regular-, SourceHanSansCN-Regular;
- font-weight: normal;
- color: #FFFFFF;
- text-align: center;
- margin-left: 10rpx;
- }
- .user-item{
- padding: 30rpx;
- background: #FFFFFF;
- border-radius: 10rpx 10rpx 10rpx 10rpx;
- opacity: 1;
- margin: 0rpx 30rpx 30rpx;
- justify-content: space-between;
- }
- .user-header{
- width: 88rpx;
- height: 88rpx;
- margin-right: 20rpx;
- border-radius: 100%;
- }
- .user-nickName{
- line-height: 45rpx;
- font-size: 32rpx;
- font-family: PingFang SC-Heavy, PingFang SC;
- font-weight: 800;
- color: #333333;
- }
- .user-phone{
- width: 216rpx;
- line-height: 36rpx;
- font-size: 24rpx;
- font-family: Source Han Sans CN-Medium, Source Han Sans CN;
- font-weight: 500;
- color: #A8A5A5;
- }
- .option-btn{
- width: 129rpx;
- line-height: 56rpx;
- border-radius: 73rpx 73rpx 73rpx 73rpx;
- opacity: 1;
- border: 2rpx solid #A8A5A5;
- font-size: 28rpx;
- font-family: SourceHanSansCN-Medium-, SourceHanSansCN-Medium;
- font-weight: normal;
- color: #333333;
- text-align: center;
- }
|