154 lines
2.4 KiB
Plaintext
154 lines
2.4 KiB
Plaintext
.invoice {
|
|
background: #fff;
|
|
margin-top: 20rpx;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
font-size: 30rpx;
|
|
display: flex;
|
|
padding: 0 28rpx;
|
|
border-top: solid 2rpx #ebebeb;
|
|
border-bottom: solid 2rpx #ebebeb;
|
|
position: relative;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.invoice .left {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.invoice .span {
|
|
margin-right: 40rpx;
|
|
}
|
|
|
|
.invoice .span .font {
|
|
color: #f15353;
|
|
}
|
|
|
|
.invoice .type {
|
|
font-size: 24rpx;
|
|
color: #8c8c8c;
|
|
}
|
|
|
|
.invoice .right {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.popup_box {
|
|
background: #fff;
|
|
min-height: 820rpx;
|
|
padding-bottom: 140rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.popup_box .h1 {
|
|
width: 100%;
|
|
|
|
/* position: fixed; */
|
|
|
|
/* top: 0; */
|
|
background: #fff;
|
|
font-size: 36rpx;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 0 28rpx;
|
|
box-sizing: border-box;
|
|
padding-top: 16rpx;
|
|
}
|
|
|
|
.popup_box .h1 icon {
|
|
font-size: 32rpx;
|
|
color: #c9c9c9;
|
|
}
|
|
|
|
.popup_box .p {
|
|
padding: 12rpx 28rpx;
|
|
background: #f0f9ff;
|
|
border-top: solid 2rpx #91d5ff;
|
|
border-bottom: solid 2rpx #91d5ff;
|
|
font-size: 28rpx;
|
|
text-align: left;
|
|
color: #8c8c8c;
|
|
display: flex;
|
|
}
|
|
|
|
.popup_box .p icon {
|
|
font-size: 36rpx;
|
|
color: #91d5ff;
|
|
margin-right: 8px;
|
|
}
|
|
|
|
.popup_box .type_box {
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.popup_box .type_box .h2 {
|
|
font-size: 30rpx;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
text-align: left;
|
|
padding: 0 28rpx;
|
|
}
|
|
|
|
.popup_box .type_box .type {
|
|
display: flex;
|
|
padding: 0 28rpx;
|
|
}
|
|
|
|
.popup_box .type_box .type .button {
|
|
background: #fff;
|
|
border: solid 2rpx #ebebeb;
|
|
font-size: 28rpx;
|
|
width: 192rpx;
|
|
height: 56rpx;
|
|
border-radius: 32rpx;
|
|
margin-right: 40rpx;
|
|
color: #666;
|
|
text-align: center;
|
|
line-height: 56rpx;
|
|
}
|
|
|
|
.popup_box .type_box .type .cur.button {
|
|
background: #f15353;
|
|
color: #fff;
|
|
border: none;
|
|
}
|
|
|
|
.popup_box .type_box .input_box input {
|
|
padding: 0 20rpx;
|
|
width: 100%;
|
|
height: 72rpx;
|
|
background: #f5f5f5;
|
|
border-radius: 32rpx;
|
|
margin-bottom: 24rpx;
|
|
}
|
|
|
|
.popup_box .btn {
|
|
position: fixed;
|
|
bottom: 0;
|
|
width: 100%;
|
|
background: #fff;
|
|
align-items: center;
|
|
justify-content: center;
|
|
display: flex;
|
|
padding-top: 20rpx;
|
|
padding-bottom: 20rpx;
|
|
}
|
|
|
|
.popup_box .btn .button {
|
|
width: 90%;
|
|
height: 84rpx;
|
|
border-radius: 64rpx;
|
|
background: #f15353;
|
|
color: #fff;
|
|
font-size: 36rpx;
|
|
border: none;
|
|
text-align: center;
|
|
line-height: 84rpx;
|
|
}
|