2025-06-06 15:07:26 +08:00

221 lines
3.9 KiB
Plaintext

.masterDesc{
padding-bottom: 140rpx;
}
.masterItem {
display: flex;
align-items: center;
padding: 30rpx 0;
margin: 0 20rpx;
border-bottom: 1rpx solid #E6E6E6;
}
.masterItem_ava image {
width: 74rpx;
height: 74rpx;
z-index: 3;
}
.masterItem_ava {
display: flex;
align-items: center;
justify-content: center;
width: 144rpx;
height: 144rpx;
background: #FFA18B;
border-radius: 50%;
}
.masterItem_avaBox {
width: 170rpx;
height: 170rpx;
background: #FFF0ED;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
}
.masterItem_right {
margin-left: 30rpx;
}
.masterItem_right_name {
font-weight: 400;
font-size: 36rpx;
color: #000000;
margin-bottom: 20rpx;
}
.masterItem_right_phone {
font-weight: 400;
font-size: 26rpx;
color: #999999;
display: flex;
align-items: center;
margin-bottom: 10rpx;
}
.masterItem_right_phone view {
color: #222222;
}
.masterItem_right_sex {
font-weight: 400;
font-size: 26rpx;
color: #999999;
display: flex;
align-items: center;
}
.masterItem_right_sex view {
color: #222222;
}
.Info {
margin-left: 28rpx;
margin-right: 50rpx;
margin-top: 30rpx;
}
.Info_tit {
font-weight: bold;
font-size: 28rpx;
color: #222222;
}
.stick {
font-weight: 400;
font-size: 26rpx;
color: #2583FF;
width: 648rpx;
height: 60rpx;
background: #FFF0ED;
border-radius: 10rpx 10rpx 10rpx 10rpx;
border: 1rpx dashed #2583FF;
display: flex;
align-items: center;
justify-content: center;
margin-top: 40rpx;
margin-left: 23rpx;
}
.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;
}
.Info .masterItem_msg:last-child {
border-bottom: none;
}
.masterItem_msg_tit {
display: flex;
font-weight: 400;
font-size: 26rpx;
color: #222222;
}
.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 {
margin-right: 7rpx;
}
.masterItem_msg_con .van-uploader__upload {
margin: 0 !important;
}
.textGray {
font-weight: 400;
font-size: 26rpx;
color: #999999;
}
.masterItem_msg_con .look {
font-weight: 400;
font-size: 26rpx;
color: #2583FF;
margin-left: 50rpx;
}
.Info2 {
margin-left: 28rpx;
margin-right: 50rpx;
margin-top: 30rpx;
}
.Info2 .masterItem_msg_con {
font-weight: 400;
font-size: 26rpx;
color: #222222;
}
.Info2 .masterItem_msg_tit {
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
font-weight: 400;
font-size: 26rpx;
color: #999999;
}
.Info2 .masterItem_msg:last-child {
border-bottom: none;
}
.btn {
font-weight: 400;
font-size: 36rpx;
color: #FFFFFF;
width: 650rpx;
height: 80rpx;
background: #2583FF;
border-radius: 100rpx 100rpx 100rpx 100rpx;
margin: 0 auto;
margin-top: 34rpx;
display: flex;
align-items: center;
justify-content: center;
}