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.
81 lines
1.4 KiB
81 lines
1.4 KiB
@import "/home/pages/entryInfoBT/entryInfoBT.wxss";
|
|
.content-title-item{width: 168rpx;}
|
|
.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;
|
|
width: 170rpx;
|
|
}
|
|
.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-inputs{
|
|
margin-left: 187rpx;
|
|
}
|
|
.content-img-box {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: stretch;
|
|
}
|
|
.content-img-name {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
/* width: calc(50% - 10rpx); */
|
|
justify-content: space-between;
|
|
margin:0 7rpx 0 0;
|
|
}
|
|
.content-attention-text {
|
|
font-size: 24rpx;
|
|
display: flex;
|
|
padding: 10rpx 0rpx 0rpx 0rpx;
|
|
align-items: flex-start;
|
|
line-height: 30rpx;
|
|
}
|
|
.content-red {
|
|
margin-right: 10rpx;
|
|
color: red;
|
|
}
|
|
.content-attention-showText {
|
|
display: flex;
|
|
}
|
|
.content-attention {
|
|
width: 44rpx;
|
|
height: 44rpx;
|
|
flex-shrink: 0;
|
|
transform: translate(0,-8rpx);
|
|
}
|
|
|
|
.content-img-name .van-uploader__upload {
|
|
margin-right: 6rpx !important;
|
|
} |