124 lines
2.4 KiB
Plaintext
124 lines
2.4 KiB
Plaintext
.tit {
|
|
font-weight: bold;
|
|
font-size: 28rpx;
|
|
color: #222222;
|
|
margin-left: 20rpx;
|
|
margin-top: 30rpx;
|
|
}
|
|
|
|
.paste {
|
|
font-weight: 400;
|
|
font-size: 26rpx;
|
|
color: #2583FF;
|
|
width: 648rpx;
|
|
height: 60rpx;
|
|
background: #FFF0ED;
|
|
border-radius: 10rpx 10rpx 10rpx 10rpx;
|
|
border: 1rpx dashed #2583FF;
|
|
margin: 0 auto;
|
|
margin-top: 40rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
|
|
.masterItem_msg {
|
|
display: flex;
|
|
/* align-items: center; */
|
|
padding-bottom: 30rpx;
|
|
padding-top: 30rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
border-bottom: 1rpx solid #E6E6E6;
|
|
margin: 0 50rpx;
|
|
}
|
|
|
|
.Info .masterItem_msg:last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.masterItem_msg_tit {
|
|
display: flex;
|
|
font-weight: 400;
|
|
font-size: 28rpx;
|
|
color: #222222;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.masterItem_msg_tit view {
|
|
color: #2583FF;
|
|
}
|
|
|
|
.masterItem_msg_con input {
|
|
text-align: right;
|
|
}
|
|
|
|
.masterItem_msg_con {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.masterItem_msg_con .sex {
|
|
font-weight: 400;
|
|
font-size: 26rpx;
|
|
color: #222222;
|
|
display: flex;
|
|
align-items: center;
|
|
margin-left: 40rpx;
|
|
}
|
|
|
|
.masterItem_msg_con .sex .cir {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
border-radius: 50%;
|
|
border: 1rpx solid #555555;
|
|
box-sizing: border-box;
|
|
margin-right: 16rpx;
|
|
}
|
|
|
|
.masterItem_msg_con .sex .activeCir {
|
|
background: #2583FF;
|
|
border: 1rpx solid #2583FF;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
|
|
|
|
.masterItem_msg_con .van-uploader__wrapper {
|
|
width: 100rpx !important;
|
|
height: 100rpx !important;
|
|
margin-right: 7rpx;
|
|
}
|
|
|
|
.masterItem_msg_con .van-uploader__upload {
|
|
width: 100% !important;
|
|
height: 100% !important;
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.btn {
|
|
font-weight: 400;
|
|
font-size: 36rpx;
|
|
color: #FFFFFF;
|
|
width: 650rpx;
|
|
height: 80rpx;
|
|
background: #2583FF;
|
|
border-radius: 100rpx 100rpx 100rpx 100rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin: 0 auto;
|
|
margin-top: 40rpx;
|
|
}
|
|
|
|
.van-uploader__preview{
|
|
width: 100% !important;
|
|
height: 100% !important;
|
|
margin: 0 !important;
|
|
}
|
|
.van-uploader__preview-image{
|
|
width: 100% !important;
|
|
height: 100% !important;
|
|
} |