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.
|
|
|
|
/* pages/user/service/info/index.wxss */
|
|
|
|
|
page {
|
|
|
|
|
background: #f6f6f6;
|
|
|
|
|
}
|
|
|
|
|
.ques-ans-box {
|
|
|
|
|
background: white;
|
|
|
|
|
padding: 15rpx 30rpx;
|
|
|
|
|
margin-bottom: 20rpx;
|
|
|
|
|
}
|
|
|
|
|
.ques-title {
|
|
|
|
|
color: #0B898E;
|
|
|
|
|
font-size: 30rpx;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
margin-bottom: 20rpx;
|
|
|
|
|
}
|
|
|
|
|
.ques-content {
|
|
|
|
|
font-size: 26rpx;
|
|
|
|
|
color: #333;
|
|
|
|
|
margin-bottom: 130rpx;
|
|
|
|
|
}
|
|
|
|
|
.ques-tip {
|
|
|
|
|
color: #888888;
|
|
|
|
|
font-size: 26rpx;
|
|
|
|
|
}
|
|
|
|
|
.ques-tip .active {
|
|
|
|
|
color: red;
|
|
|
|
|
}
|
|
|
|
|
.other-title {
|
|
|
|
|
border-bottom: 1rpx solid #d8d8d8;
|
|
|
|
|
padding-bottom: 15rpx;
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
color: #333;
|
|
|
|
|
}
|
|
|
|
|
.ques-item {
|
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
.icon-zan.zhuan {
|
|
|
|
|
transform: rotate(180deg);
|
|
|
|
|
}
|
|
|
|
|
.phone-item{
|
|
|
|
|
height: 100rpx;
|
|
|
|
|
line-height: 100rpx;
|
|
|
|
|
color: #409EFF;
|
|
|
|
|
border-bottom: 2rpx solid #ccc;
|
|
|
|
|
}
|