2025-10-29 08:59:44 +08:00

116 lines
1.8 KiB
CSS

page {
background-color: #f6f7fb;
min-height: 100vh;
padding-bottom: 60rpx;
}
.container {
background: url(https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/shopEn_apply.png) no-repeat;
background-size: 750rpx 497rpx;
box-sizing: border-box;
padding-top: 290rpx;
}
.Msg {
width: 710rpx;
background: #FFFFFF;
border-radius: 20rpx 20rpx 20rpx 20rpx;
margin: 0 auto;
padding: 0 20rpx;
box-sizing: border-box;
}
.row {
padding-top: 30rpx;
display: flex;
justify-content: space-between;
}
.row_label {
font-size: 28rpx;
color: #999999;
width: 180rpx;
}
.red {
color: #FF370B;
margin-left: 5rpx;
}
.row_con {
flex: 1;
padding-bottom: 30rpx;
border-bottom: 1rpx solid #EBEBEB;
display: flex;
}
.row_con input {
flex: 1;
}
.nonebor {
border-bottom: none;
}
.row2 {
display: flex;
align-items: center;
}
.mt {
margin-top: 26rpx;
padding-top: 36rpx;
padding-bottom: 36rpx;
}
.imgCon {
font-size: 18rpx;
color: #222222;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 120rpx;
height: 120rpx;
background: #F6F7FB;
border: 1rpx solid #D1D1D1;
border-radius: 10rpx 10rpx 10rpx 10rpx;
}
.imgCon image {
width: 34rpx;
height: 34rpx;
margin-bottom: 8rpx;
}
.mt2 {
margin-top: 30rpx;
}
.u-upload__wrap__preview {
width: 120rpx;
height: 120rpx;
border-radius: 10rpx 0rpx 10rpx 10rpx !important;
}
.u-upload__wrap__preview__image {
width: 100% !important;
height: 100% !important;
object-fit: cover;
}
.addBtn {
font-size: 36rpx;
color: #FFFFFF;
width: 600rpx;
height: 90rpx;
background: linear-gradient(91deg, #FF7658 0%, #FF370B 100%);
border-radius: 100rpx 100rpx 100rpx 100rpx;
margin: 0 auto;
margin-top: 58rpx;
display: flex;
align-items: center;
justify-content: center;
}