yuminge-app/yun-min-program-plugin-master/packageH/signPage/contractBills/contractBills.wxss

104 lines
1.4 KiB
Plaintext

/* packageH/signPage/contractBills/contractBills.wxss */
.head {
background: #fff;
display: flex;
padding: 32rpx;
}
.head .head-item {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
}
.head p {
color: #999;
}
.head .num {
font-size: 18px;
color: #000;
font-weight: bold;
}
.item-box {
margin-top: 16rpx;
display: flex;
flex-direction: column;
background: #fff;
padding: 16rpx;
}
.item-box .top {
display: flex;
}
.item-box .top .left {
flex: 1;
text-align: left;
}
.item-box .top .left .title {
font-weight: bold;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.item-box .top .left .price {
color: #ff2c29;
font-size: 18px;
}
.item-box .top .left .time {
font-size: 12px;
color: #666;
}
.item-box .top .right {
flex: 0 0 160rpx;
text-align: right;
}
.item-box .top .right .price {
color: #ff2c29;
font-size: 18px;
}
.item-box .top .right .green {
color: #009c00;
font-size: 18px;
}
.item-box .bottom {
margin-top: 16rpx;
display: flex;
font-size: 12px;
}
.item-box .bottom .time {
flex: 1;
text-align: left;
font-size: 12px;
color: #666;
}
.item-box .bottom .right {
text-align: right;
}
.bill-box .blank .img {
width: 180rpx;
height: 180rpx;
margin: 10rpx auto;
}
.bill-box .blank .span {
margin-top: 30rpx;
color: #ccc;
font-size: 14px;
}