yuminge-app/yun-min-program-plugin-master/packageH/installationSever/installationSeverAftersale/installationSeverAftersale....

119 lines
2.0 KiB
Plaintext

/* packageH/installationSever/installationSeverAftersale/installationSeverAftersale.wxss */
@charset "UTF-8";
.saleList {
margin-bottom: 0.63rem;
padding: 0.94rem 1rem;
background: #fff;
}
.saleList .afterBtn {
display: flex;
justify-content: flex-end;
}
.saleList .afterBtn .btn {
display: flex;
justify-content: center;
align-items: center;
width: 4.06rem;
height: 1.88rem;
color: #f15354;
font-size: 0.81rem;
border-radius: 0.31rem;
border: solid 0.03rem #f15354;
}
.saleList .afterImgList {
display: flex;
flex-wrap: wrap;
padding-top: 0.78rem;
}
.saleList .afterImgList .img:nth-child(6n) {
margin-right: 0;
}
.saleList .afterImgList .img {
width: 3.13rem;
height: 3.13rem;
margin-right: 0.5rem;
margin-bottom: 0.63rem;
background-color: #929292;
border-radius: 0.31rem;
}
.saleList .afterImgList .img image {
width: 3.13rem;
height: 3.13rem;
}
.saleList .worker_name {
color: #666;
font-size: 0.8rem;
}
.saleList .worker_mobile {
color: #666;
font-size: 0.8rem;
margin-bottom: 0.5rem;
}
.saleList .timeStatus {
display: flex;
justify-content: space-between;
align-items: center;
}
.saleList .afterWhyTxt {
margin-top: 0.91rem;
margin-bottom: 0.78rem;
font-size: 0.94rem;
color: #333;
text-align: left;
font-weight: 600;
}
.saleList .afterWhy {
color: #666;
font-size: 0.75rem;
text-align: left;
}
.saleList .shopBox {
display: flex;
align-items: center;
width: 21.56rem;
height: 3.75rem;
margin-top: 0.72rem;
padding-right: 1.28rem;
padding-left: 0.5rem;
background-color: #f5f5f5;
border-radius: 0.31rem;
}
.saleList .shopBox .shopimg {
width: 2.81rem;
height: 2.81rem;
background-color: #c3c3c3;
border-radius: 0.31rem;
margin-right: 0.5rem;
}
.saleList .shopBox .shopimg image {
width: 100%;
height: 100%;
}
.saleList .shopBox .shopTitle {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
flex: 1;
font-size: 0.88rem;
color: #202020;
text-align: left;
}