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.

150 lines
2.6 KiB

5 years ago
/* 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: 550rpx !important;
line-height: 60rpx;
5 years ago
background: rgba(11, 137, 142, 0);
border: 1rpx solid #D8D8D8;
border-radius: 30rpx;
margin: 30rpx auto;
font-size: 26rpx;
font-weight: 500;
5 years ago
}
.more-btn text {
color: #0B898E;
}
/**index.wxss**/
.show-btn {
margin-top: 100rpx;
color: #22cc22;
}
.modal-mask {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background: #000;
opacity: 0.5;
overflow: hidden;
z-index: 9000;
color: #fff;
}
.modal-dialog {
width: 540rpx;
overflow: hidden;
position: fixed;
top: 46%;
left: 0;
z-index: 9999;
background: #f9f9f9;
margin: -180rpx 105rpx;
border-radius: 8px;
}
.modal-title {
padding-top: 30rpx;
padding-bottom: 30rpx;
font-size: 14px;
color: #030303;
text-align: center;
}
.modal-img {
width: 40px;
height: 40px;
margin: 0 auto;
margin-top: 20rpx;
}
.modal-footer {
display: flex;
flex-direction: row;
height: 86rpx;
border-top: 1px solid #dedede;
font-size: 34rpx;
line-height: 86rpx;
}
.btn-cancel {
width: 50%;
color: #8f8f8f;
background-color: #f2f2f2;
text-align: center;
border-right: 1px solid #dedede;
}
.btn-confirm {
width: 50%;
color: #8f8f8f;
background-color: #f2f2f2;
text-align: center;
}
.btn-confirms {
width: 100%;
background-color: #f2f2f2;
color: rgb(91,198,72);
text-align: center;
font-weight: normal !important;
}
.btn-confirms.two {
color: #8f8f8f;
}
.modal-info{
line-height: 70rpx;
font-size: 30rpx;
}
.green{
color: #22cc22;
}