107 lines
1.9 KiB
Plaintext
107 lines
1.9 KiB
Plaintext
/* packageI/invoice/components/childInvoiceHeader/childInvoiceHeader.wxss */
|
|
.invoice-bearers-page {
|
|
padding: 30rpx;
|
|
background-color: #f6f6f6;
|
|
}
|
|
|
|
.invoice-bearers-page .red-text {
|
|
color: #f14e4e;
|
|
}
|
|
|
|
.invoice-bearers-page .header {
|
|
font-size: 24rpx;
|
|
height: 60rpx;
|
|
}
|
|
|
|
.header .icon-fontclass-shanchu {
|
|
display: flex;
|
|
color: #f14e4e;
|
|
font-size: 34rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
|
|
.invoice-bearers-page .cell-plane {
|
|
padding: 26rpx;
|
|
margin-top: 20rpx;
|
|
border-radius: 10rpx;
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
.cell-plane .cell-title {
|
|
color: #0c0d0e;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.ul>.cell-plane>.li {
|
|
color: #474747;
|
|
font-size: 26rpx;
|
|
height: 80rpx;
|
|
}
|
|
|
|
.ul>.cell-plane>.li .li-left-box {
|
|
position: relative;
|
|
}
|
|
|
|
.ul>.cell-plane>.li .bearers {
|
|
position: absolute;
|
|
left: 52rpx;
|
|
width: 400rpx;
|
|
}
|
|
|
|
.ul>.cell-plane>.li .default {
|
|
width: 70rpx;
|
|
height: 32rpx;
|
|
background-color: #ffecec;
|
|
border-radius: 17rpx;
|
|
text-align:center;
|
|
font-size: 20rpx;
|
|
color: #f15353;
|
|
margin-left: 16rpx;
|
|
}
|
|
|
|
.ul>.cell-plane>.li .van-checkbox .van-checkbox__icon {
|
|
background: #c4c4c4;
|
|
color: #fff;
|
|
border: none;
|
|
}
|
|
|
|
.ul>.cell-plane>.li .van-checkbox .van-checkbox__icon--checked {
|
|
background: #f15353 !important;
|
|
}
|
|
|
|
.invoice-bearers-page .bottom-box {
|
|
position: fixed;
|
|
padding: 10px 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
.bottom-box .add-invoice-btn {
|
|
background-color: #f15353;
|
|
border-radius: 46rpx;
|
|
margin: 0 auto;
|
|
width: 600rpx;
|
|
padding: 24rpx 0;
|
|
color: #ffffff;
|
|
font-size: 26rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.bottom-box .delete-count-box {
|
|
padding: 12rpx 32rpx;
|
|
}
|
|
|
|
.bottom-box .delete-btn {
|
|
color: #fff;
|
|
background-color: #f15353;
|
|
border-radius: 50rpx;
|
|
padding: 20rpx 74rpx;
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.bottom-box .invalid-btn {
|
|
background-color: #868686;
|
|
} |