181 lines
3.3 KiB
Plaintext
181 lines
3.3 KiB
Plaintext
/* packageI/allowanceIndex/allowanceReward/allowanceReward.wxss */
|
|
.goodsBoxHeight {
|
|
max-height: 230rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.moreGoods {
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
font-size: 22.08rpx;
|
|
color: #666666;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.moreGoods .iconfont {
|
|
color: #666666;
|
|
}
|
|
|
|
.list {
|
|
background: #fff;
|
|
}
|
|
|
|
.forListC {
|
|
margin-bottom: 40rpx;
|
|
}
|
|
|
|
.getMore {
|
|
color: #666666;
|
|
margin-bottom: 20.16rpx;
|
|
overflow: hidden;
|
|
text-align: center;
|
|
}
|
|
|
|
.yearBox {
|
|
padding: 20.16rpx 0;
|
|
background: #fff;
|
|
padding-right: 34.88rpx;
|
|
padding-left: 30.08rpx;
|
|
overflow: hidden;
|
|
margin: 20.16rpx 0;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.yearBox .yearRight {
|
|
flex: 1;
|
|
text-align: right;
|
|
}
|
|
.yearBox .yearRight .iconfont {
|
|
margin-top: -10rpx;
|
|
}
|
|
.yearBox .yearTxt {
|
|
flex: 1;
|
|
text-align: left;
|
|
}
|
|
|
|
.goodsBox {
|
|
background: #f2f2f2;
|
|
padding: 24rpx;
|
|
overflow: hidden;
|
|
box-sizing: border-box;
|
|
margin-bottom: 20.16rpx;
|
|
}
|
|
.goodsBox .shopList {
|
|
margin-bottom: 24rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.goodsBox .shopList .goodsDetail {
|
|
flex: 1;
|
|
height: 76.16rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
text-align: left;
|
|
overflow: hidden;
|
|
}
|
|
.goodsBox .shopList .goodsDetail .goodsDetailTxt {
|
|
font-size: 24rpx;
|
|
color: #202020;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.goodsBox .shopList .goodsDetail .goodsDetailPrice {
|
|
font-size: 22.08rpx;
|
|
color: #f15353;
|
|
}
|
|
.goodsBox .shopList .goodsDetail .goodsDetailPrice span {
|
|
color: #666666;
|
|
}
|
|
.goodsBox .shopList .img {
|
|
width: 76.16rpx;
|
|
height: 76.16rpx;
|
|
border-radius: 4.16rpx;
|
|
margin-right: 16rpx;
|
|
}
|
|
.goodsBox .shopList .img image {
|
|
width: 76.16rpx;
|
|
height: 76.16rpx;
|
|
border-radius: 4.16rpx;
|
|
}
|
|
|
|
.hideList {
|
|
padding-right: 34.88rpx;
|
|
padding-left: 30.08rpx;
|
|
background: #fff;
|
|
overflow: hidden;
|
|
}
|
|
.hideList .list_lis {
|
|
padding: 23.04rpx 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
border-top: 2rpx solid #ebebeb;
|
|
}
|
|
.hideList .list_lis .list_lis_top {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin-bottom: 12.8rpx;
|
|
}
|
|
.hideList .list_lis .list_lis_top .order {
|
|
flex: 1;
|
|
text-align: left;
|
|
font-size: 24rpx;
|
|
}
|
|
.hideList .list_lis .list_lis_top .price {
|
|
flex: 0.5;
|
|
text-align: right;
|
|
color: #f15353;
|
|
font-size: 25.92rpx;
|
|
}
|
|
.hideList .list_lis .list_lis_bottom {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
font-size: 22.08rpx;
|
|
}
|
|
.hideList .list_lis .list_lis_bottom .date {
|
|
flex: 1;
|
|
text-align: left;
|
|
color: #666666;
|
|
font-size: 22.08rpx;
|
|
}
|
|
.hideList .list_lis .list_lis_bottom .status {
|
|
flex: 0.5;
|
|
text-align: right;
|
|
color: #666666;
|
|
font-size: 22.08rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
}
|
|
.hideList .list_lis .list_lis_bottom .status .resver {
|
|
transform: rotate(180deg) !important;
|
|
}
|
|
|
|
.list_li {
|
|
height: 87.04rpx;
|
|
padding-right: 34.88rpx;
|
|
padding-left: 30.08rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
background: #fff;
|
|
}
|
|
.list_li .iconfont {
|
|
font-size: 40rpx;
|
|
color: #666666;
|
|
}
|
|
.list_li .list_li_left {
|
|
color: #202020;
|
|
font-size: 28.16rpx;
|
|
}
|
|
.list_li .list_li_left .price {
|
|
color: #f15353;
|
|
} |