155 lines
2.5 KiB
Plaintext
155 lines
2.5 KiB
Plaintext
page {
|
|
background-color: #f2f2f2;
|
|
}
|
|
|
|
.money {
|
|
background-image: linear-gradient(to bottom right, #1c37e2, #6a91dd);
|
|
text-align: center;
|
|
color: #ffffff;
|
|
padding: 30rpx 30rpx 50rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.money-logs {
|
|
text-align: right;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.money-tips {
|
|
opacity: .8;
|
|
}
|
|
|
|
.money-number {
|
|
line-height: 110rpx;
|
|
font-size: 56rpx;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.issue-form {
|
|
padding: 30rpx;
|
|
box-sizing: border-box;
|
|
display: block;
|
|
}
|
|
|
|
.issue-pay {
|
|
background-color: #fff;
|
|
padding: 0 30rpx;
|
|
box-sizing: border-box;
|
|
border-radius: 10rpx;
|
|
display: flex;
|
|
line-height: 110rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.name {
|
|
flex: 1;
|
|
color: #1e2540;
|
|
}
|
|
|
|
.bank {
|
|
padding-right: 20rpx;
|
|
display: flex;
|
|
}
|
|
|
|
.bank image {
|
|
width: 34rpx;
|
|
height: 34rpx;
|
|
border-radius: 50%;
|
|
margin: 40rpx 10rpx 0 0;
|
|
}
|
|
|
|
.issue-input-arrow {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
position: absolute;
|
|
top: 42rpx;
|
|
right: 20rpx;
|
|
}
|
|
|
|
.issue-add {
|
|
background-color: #fff;
|
|
border-radius: 10rpx;
|
|
line-height: 110rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.issue-add image {
|
|
width: 34rpx;
|
|
height: 34rpx;
|
|
vertical-align: -6rpx;
|
|
padding-right: 10rpx;
|
|
}
|
|
|
|
.issue-cash {
|
|
margin: 30rpx 0;
|
|
background-color: #fff;
|
|
padding: 30rpx;
|
|
box-sizing: border-box;
|
|
border-radius: 10rpx;
|
|
}
|
|
|
|
.title {
|
|
color: #1e2540;
|
|
}
|
|
|
|
.entry {
|
|
margin: 10rpx 0 20rpx;
|
|
border-bottom: 2rpx solid #d9dbe4;
|
|
display: flex;
|
|
line-height: 110rpx;
|
|
}
|
|
|
|
.entry-price {
|
|
flex: 1;
|
|
font-weight: 600;
|
|
font-size: 56rpx;
|
|
color: #1e2540;
|
|
display: flex;
|
|
}
|
|
|
|
.entry-price input {
|
|
height: 110rpx;
|
|
line-height: 110rpx;
|
|
font-size: 56rpx;
|
|
}
|
|
|
|
.entry-price text {
|
|
font-size: 46rpx;
|
|
padding-right: 10rpx;
|
|
}
|
|
|
|
.entry-all {
|
|
color: #2858d0;
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.tips {
|
|
color: #c64a52;
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
/* 按钮 */
|
|
.userdata-btn {
|
|
width: 100%;
|
|
background: white;
|
|
margin-top: 90rpx;
|
|
}
|
|
|
|
.issue-btn {
|
|
background: #1d37e2;
|
|
text-align: center;
|
|
color: white;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
font-size: 34rpx;
|
|
font-weight: normal;
|
|
width: 100% !important;
|
|
margin: 0;
|
|
padding: 0;
|
|
border-radius: 10rpx;
|
|
}
|
|
|
|
.issue-btn[disabled] {
|
|
background: #1d37e2 !important;
|
|
color: #fff !important;
|
|
} |