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.
61 lines
1.1 KiB
61 lines
1.1 KiB
/* pages/user/service/list/index.wxss */
|
|
.search-box {
|
|
display: flex;
|
|
height: 60rpx;
|
|
border-radius: 30rpx;
|
|
background: #ededed;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin: 20rpx 30rpx;
|
|
font-size: 26rpx;
|
|
}
|
|
.search-box .iconfont {
|
|
color: #999999;
|
|
font-size: 30rpx;
|
|
margin-left: 20rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
.search-box input {
|
|
flex: 1;
|
|
margin: 0 15rpx;
|
|
}
|
|
.search-box .btn {
|
|
width: 110rpx;
|
|
text-align: center;
|
|
border-left: 1rpx solid #ccc;
|
|
line-height: 40rpx;
|
|
color: #0B898E;
|
|
font-weight: 500;
|
|
}
|
|
.ques-item {
|
|
margin: 0 30rpx;
|
|
height: 100rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
border-bottom: 1rpx solid #d8d8d8;
|
|
}
|
|
.ques-name {
|
|
font-size: 30rpx;
|
|
color: #333;
|
|
font-weight: 500;
|
|
flex: 1;
|
|
}
|
|
.ques-item .iconfont {
|
|
flex-shrink: 0;
|
|
margin-left: 20rpx;
|
|
}
|
|
.more-btn {
|
|
text-align: center;
|
|
width: 520rpx;
|
|
line-height: 60rpx;
|
|
background: rgba(11, 137, 142, 0);
|
|
border: 1rpx solid #D8D8D8;
|
|
border-radius: 30rpx;
|
|
margin: 30rpx auto;
|
|
font-size: 26rpx;
|
|
font-weight: 500;
|
|
}
|
|
.more-btn text {
|
|
color: #0B898E;
|
|
}
|