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.
128 lines
2.1 KiB
128 lines
2.1 KiB
/* pages/acceptance/acceptance.wxss */
|
|
.content {
|
|
margin-top: 20rpx;
|
|
padding-top: 1rpx;
|
|
padding-bottom: 1rpx;
|
|
width: 750rpx;
|
|
background-color: #ffffff;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.content-line {
|
|
width: 100%;
|
|
height: 2rpx;
|
|
background-color: #f2f2f2;
|
|
}
|
|
|
|
.content-list {
|
|
display: flex;
|
|
align-items: center;
|
|
margin: 20rpx 20rpx 10rpx;
|
|
}
|
|
|
|
.content-list-title {
|
|
width: 180rpx;
|
|
flex-shrink: 0;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.content-title {
|
|
margin: 20rpx;
|
|
margin-left: 20rpx;
|
|
font-weight: bold;
|
|
font-size: 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-attention-text {
|
|
font-size: 24rpx;
|
|
display: flex;
|
|
padding: 10rpx 0rpx 8rpx 0rpx;
|
|
align-items: flex-start;
|
|
line-height: 30rpx;
|
|
}
|
|
|
|
.content-fontstyle {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.content-img-box {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: stretch;
|
|
margin: 0 20rpx 20rpx;
|
|
}
|
|
|
|
.content-img-name {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
width: calc(33.33% - 20rpx);
|
|
justify-content: space-between;
|
|
margin: 0 10rpx;
|
|
}
|
|
.content-img-name.w-100{
|
|
width: 100%;
|
|
align-items: flex-start;
|
|
}
|
|
|
|
.content-img {
|
|
width: 150rpx;
|
|
height: 150rpx;
|
|
display: inline-block;
|
|
}
|
|
.content-img-name.w-100 .van-uploader__preview {
|
|
/* margin: 0 16rpx 16rpx !important; */
|
|
margin-right: 88rpx !important;
|
|
}
|
|
.content-img-name.w-100 .van-uploader__preview:nth-child(3n) {
|
|
margin-right: 0 !important;
|
|
}
|
|
.content-img-box .content-line + .content-line {
|
|
display: none;
|
|
}
|
|
|
|
.buttom-margin {
|
|
width: 750rpx;
|
|
height: 200rpx;
|
|
}
|
|
|
|
|
|
.from-submit-buttom {
|
|
position: fixed;
|
|
bottom: 0;
|
|
display: flex;
|
|
flex-direction: row;
|
|
width: 750rpx;
|
|
padding-bottom: constant(safe-area-inset-bottom);
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
background-color: #fff;
|
|
z-index: 10;
|
|
}
|
|
|
|
|
|
.from-submit-buttom-confirm {
|
|
width: 100%;
|
|
height: 80rpx;
|
|
background-color: #0A6597;
|
|
color: #ffffff;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
} |