62 lines
1014 B
Plaintext
62 lines
1014 B
Plaintext
/* packageE/pickUpCard/pickUpCardMyDet/pickUpCardMyDet.wxss */
|
|
|
|
.header {
|
|
padding-top: 0.938rem;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
background-color: #f6f8fc;
|
|
}
|
|
|
|
.header .headerItem {
|
|
width: 6.25rem;
|
|
height: 3.313rem;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-evenly;
|
|
padding: 0.5rem 0;
|
|
align-items: center;
|
|
border-radius: 0.625rem 0.625rem 0 0;
|
|
color: #fff;
|
|
}
|
|
|
|
.header .headerItem .num {
|
|
font-size: 1.125rem;
|
|
}
|
|
|
|
.header .headerItem .desc {
|
|
font-size: 0.813rem;
|
|
}
|
|
|
|
.header .headerItem1 {
|
|
background-color: #ff8988;
|
|
}
|
|
|
|
.header .headerItem2 {
|
|
background-color: #ffbc74;
|
|
}
|
|
|
|
.header .headerItem3 {
|
|
background-color: #3fddbc;
|
|
}
|
|
|
|
.listData {
|
|
text-align: left;
|
|
}
|
|
|
|
.wrapper .t1 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.wrapper .t1 .name {
|
|
width: 12rem;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.van-collapse-item__title--disabled .van-icon-arrow {
|
|
display: none !important;
|
|
opacity: 0 !important;
|
|
}
|