101 lines
1.7 KiB
Plaintext
101 lines
1.7 KiB
Plaintext
/* packageH/installationSever/installationSeverAfterApply/installationSeverAfterApply.wxss */
|
|
|
|
.posBtn {
|
|
position: fixed;
|
|
bottom: 0.91rem;
|
|
width: 100%;
|
|
height: 2.75rem;
|
|
}
|
|
|
|
.posBtn .btn {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 21.56rem;
|
|
height: 2.75rem;
|
|
margin: 0 auto;
|
|
color: #fff;
|
|
background-color: #f15354;
|
|
border-radius: 0.31rem;
|
|
}
|
|
|
|
.uploadImg {
|
|
padding: 1.22rem 0.97rem;
|
|
text-align: left;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.uploadImg .imgTxt {
|
|
margin-bottom: 0.75rem;
|
|
font-size: 0.88rem;
|
|
color: #242424;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.uploadImg .uploadImgList {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.uploadImg .uploadImgList .upload {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 5.28rem;
|
|
height: 5.28rem;
|
|
background-color: #f1f1f1;
|
|
border-radius: 0.25rem;
|
|
}
|
|
|
|
.uploadImg .uploadImgList .upload .icon-photobzhaoxiang {
|
|
font-size: 2rem;
|
|
color: #cfcfcf;
|
|
}
|
|
|
|
.uploadImg .uploadImgList .upload span {
|
|
font-size: 0.81rem;
|
|
color: #999;
|
|
}
|
|
|
|
.uploadImg .uploadImgList .img {
|
|
width: 5.28rem;
|
|
height: 5.28rem;
|
|
background-color: #f1f1f1;
|
|
border-radius: 0.25rem;
|
|
margin-right: 0.63rem;
|
|
margin-bottom: 0.63rem;
|
|
}
|
|
|
|
.uploadImg .uploadImgList .img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.orderIds {
|
|
padding: 0.94rem 0.94rem;
|
|
color: #333;
|
|
font-size: 0.81rem;
|
|
text-align: left;
|
|
background-color: #f2f2f2;
|
|
}
|
|
|
|
.afterWhyBox {
|
|
padding: 1.22rem 0.94rem 1.31rem 0.94rem;
|
|
background-color: #fff;
|
|
border-bottom: 1px solid #f2f2f2;
|
|
}
|
|
|
|
.afterWhyBox .whyTxt {
|
|
font-size: 0.88rem;
|
|
color: #333;
|
|
text-align: left;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.afterWhyBox .van-cell {
|
|
width: 21.56rem;
|
|
background-color: #f1f1f1;
|
|
border-radius: 0.25rem;
|
|
}
|