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.

55 lines
1.0 KiB

/* home/pages/surveyForm/surveyForm.wxss */
@import "/home/pages/entryInfoBT/entryInfoBT.wxss";
.user-box{
background-color: #fffdfc;
border-radius: 20rpx;
border: solid 2rpx #0a6597;
padding: 4rpx 30rpx;
margin: 20rpx;
}
.user-list{
display: flex;
align-items: center;
margin: 26rpx 0;
}
.user-list .bt{
font-size: 28rpx;
min-width: 150rpx;
margin-right: 8rpx;
}
.user-list .bd{
flex: 1;
}
.user-list .tag{
display: inline-block;
height: 48rpx;
background-color: #0a6597;
border-radius: 10rpx;
font-size: 24rpx;
color: #fff;
line-height: 48rpx;
text-align: center;
padding: 0 20rpx;
}
.user-list .tel{
font-size: 26rpx;
color: #333;
}
.user-list .tel image{
width: 23rpx;
height: 30rpx;
vertical-align: middle;
}
.content-title-item{width: 178rpx;}
.content-img.must{border:1px solid #f30; box-sizing: border-box;}
.from-submit-buttom-confirm {
width: 500rpx;
height: 80rpx;
background-color: #0a6597;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
}