50 lines
1.0 KiB
Plaintext
50 lines
1.0 KiB
Plaintext
/* packageI/invoice/components/childInvoiced/childInvoiced.wxss */
|
|
.child-invoiced .content-item {
|
|
width: 710rpx;
|
|
margin: 20rpx auto;
|
|
background-color: #fff;
|
|
border-radius: 10rpx;
|
|
padding: 10rpx 32rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.child-invoiced .content-item .van-cell {
|
|
padding: 22rpx 0;
|
|
font-size: 28rpx;
|
|
}
|
|
.child-invoiced .content-item .van-cell:after {
|
|
display: none;
|
|
}
|
|
.child-invoiced .content-item .van-cell .van-cell__title {
|
|
color: #747474;
|
|
}
|
|
|
|
.child-invoiced .content-item .van-cell .van-cell__value {
|
|
text-align: left;
|
|
color: #0c0d0e;
|
|
}
|
|
|
|
.child-invoiced .content-item .shop-box-left {
|
|
color: #1d1d1d;
|
|
flex: 1;
|
|
}
|
|
|
|
.child-invoiced .content-item .shop-box-left .shop-name {
|
|
margin-left: 5rpx;
|
|
}
|
|
|
|
.child-invoiced .content-item .icon-fontclass-dianpu {
|
|
display: flex;
|
|
font-size: 50rpx;
|
|
}
|
|
|
|
.child-invoiced .content-item .details {
|
|
display: inline-block;
|
|
line-height: 50rpx;
|
|
width: 129rpx;
|
|
font-size: 22rpx;
|
|
border: solid 1rpx #f15353;
|
|
border-radius: 24rpx;
|
|
color: #f15353;
|
|
text-align: center;
|
|
}
|