123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152 |
- page {
- background-color: #fff;
- }
- .pay {
- height: 170rpx;
- width: 100%;
- position: fixed;
- left: 0;
- bottom: 0rpx;
- background: #fff;
- z-index: 10;
- display: flex;
- flex-direction: row;
- justify-content: center;
- }
- .buttonextract {
- margin-top: 28rpx;
- width: 588rpx;
- height: 82rpx;
- background: linear-gradient(90deg, rgba(0, 199, 198, 0.97) 0%, rgba(0, 210, 210, 1) 100%);
- box-shadow: 0px 14rpx 44rpx 2rpx rgba(0, 199, 198, 0.2);
- border-radius: 42rpx;
- text-align: center;
- font-size: 36rpx;
- font-weight: 500;
- color: #fff;
- line-height: 82rpx;
- }
- .inputbox {
- display: flex;
- width: 90%;
- margin-left: 5%;
- margin-right: 5%;
- flex-direction: row;
- margin-top: 40rpx;
- align-items: center;
- align-content: center;
- height: 100rpx;
- }
- .iconmoney {
- flex: 1;
- text-align: center;
- font-weight: 500;
- font-size: 50rpx;
- color: #ababab;
- }
- .inputview {
- flex: 7;
- text-align: left;
- }
- .getall {
- font-weight: 400;
- font-size: 28rpx;
- color: #686674;
- flex: 2;
- text-align: right;
- }
- .numberp {
- color: #ababab;
- font-weight: 400;
- }
- .iiput {
- font-size: 20pt;
- font-family: 'Courier New', Courier, monospace;
- color: #ababab;
- height: 80rpx;
- min-height: 80rpx;
- width: 400rpx;
- }
- .line {
- margin-top: 40rpx;
- width: 100%;
- height: 10rpx;
- background-color: #f2f2f2;
- }
- .extracttitle {
- margin-top: 20rpx;
- width: 92.5%;
- margin-left: 7.5%;
- font-weight: 400;
- font-size: 28rpx;
- color: #898989;
- text-align: left;
- }
- .linefs {
- margin-top: 24rpx;
- width: 100%;
- height: 2rpx;
- background-color: #f8f8f8;
- }
- .bankcardbox {
- display: flex;
- width: 90%;
- margin-left: 5%;
- margin-right: 5%;
- margin-top: 20rpx;
- }
- .iconcheck {
- flex: 2;
- }
- .iconcheckblock {
- flex: 1;
- }
- .bktitle {
- width: 100%;
- font-weight: 400;
- font-size: 34rpx;
- color: #000;
- text-align-last: justify;
- }
- .bankstyle {
- font-weight: 500;
- font-size: 34rpx;
- color: #000;
- margin-left: 4rpx;
- }
- .iconstyle {
- margin-top: 16rpx;
- }
- .bankcardbox2 {
- display: flex;
- width: 90%;
- margin-left: 5%;
- margin-right: 5%;
- flex-direction: row;
- margin-top: 8rpx;
- align-items: center;
- align-content: center;
- }
- .tipstyle {
- font-weight: 400;
- font-size: 10pt;
- color: #ababab;
- }
|