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.
77 lines
1.4 KiB
77 lines
1.4 KiB
.textareaBg {
|
|
min-height: 364rpx;
|
|
background: #F8F8F8;
|
|
border-radius: 16rpx;
|
|
border: 2rpx solid #E8E9EC;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
.flex {
|
|
padding: 20rpx;
|
|
align-items: flex-start;
|
|
.icon {
|
|
width: 24rpx;
|
|
height: 24rpx;
|
|
margin: 0 14rpx 0 24rpx;
|
|
}
|
|
|
|
.inputBox {
|
|
flex: 1;
|
|
|
|
}
|
|
/deep/ .inputBox .u-textarea {
|
|
padding: 0 !important;
|
|
border: none !important;
|
|
background: none !important;
|
|
font-size: 24rpx
|
|
}
|
|
}
|
|
|
|
.phoneBox {
|
|
display: flex;
|
|
padding: 0 10rpx 20rpx 20rpx;
|
|
.imgBox {
|
|
display: flex;
|
|
.img {
|
|
margin-right: 14rpx;
|
|
position: relative;
|
|
image {
|
|
width: 160rpx;
|
|
height: 160rpx;
|
|
border-radius: 8rpx;
|
|
overflow: hidden;
|
|
}
|
|
.minusCircle {
|
|
position: absolute;
|
|
right: -14rpx;
|
|
top: -20rpx;
|
|
z-index: 9;
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
.phone {
|
|
border: 2rpx dashed #CDCED0;
|
|
width: 160rpx;
|
|
height: 160rpx;
|
|
background: #F8F8F8;
|
|
border-radius: 8rpx;
|
|
overflow: hidden;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
.phoneIcon {
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
}
|
|
|
|
.lab {
|
|
font-size: 20rpx;
|
|
color: #686B73;
|
|
margin-top: 8rpx;
|
|
}
|
|
}
|
|
}
|
|
}
|