applyextract.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. page {
  2. background-color: #fff;
  3. }
  4. .pay {
  5. height: 170rpx;
  6. width: 100%;
  7. position: fixed;
  8. left: 0;
  9. bottom: 0rpx;
  10. background: #fff;
  11. z-index: 10;
  12. display: flex;
  13. flex-direction: row;
  14. justify-content: center;
  15. }
  16. .buttonextract {
  17. margin-top: 28rpx;
  18. width: 588rpx;
  19. height: 82rpx;
  20. background: linear-gradient(90deg, rgba(0, 199, 198, 0.97) 0%, rgba(0, 210, 210, 1) 100%);
  21. box-shadow: 0px 14rpx 44rpx 2rpx rgba(0, 199, 198, 0.2);
  22. border-radius: 42rpx;
  23. text-align: center;
  24. font-size: 36rpx;
  25. font-weight: 500;
  26. color: #fff;
  27. line-height: 82rpx;
  28. }
  29. .inputbox {
  30. display: flex;
  31. width: 90%;
  32. margin-left: 5%;
  33. margin-right: 5%;
  34. flex-direction: row;
  35. margin-top: 40rpx;
  36. align-items: center;
  37. align-content: center;
  38. height: 100rpx;
  39. }
  40. .iconmoney {
  41. flex: 1;
  42. text-align: center;
  43. font-weight: 500;
  44. font-size: 50rpx;
  45. color: #ababab;
  46. }
  47. .inputview {
  48. flex: 7;
  49. text-align: left;
  50. }
  51. .getall {
  52. font-weight: 400;
  53. font-size: 28rpx;
  54. color: #686674;
  55. flex: 2;
  56. text-align: right;
  57. }
  58. .numberp {
  59. color: #ababab;
  60. font-weight: 400;
  61. }
  62. .iiput {
  63. font-size: 20pt;
  64. font-family: 'Courier New', Courier, monospace;
  65. color: #ababab;
  66. height: 80rpx;
  67. min-height: 80rpx;
  68. width: 400rpx;
  69. }
  70. .line {
  71. margin-top: 40rpx;
  72. width: 100%;
  73. height: 10rpx;
  74. background-color: #f2f2f2;
  75. }
  76. .extracttitle {
  77. margin-top: 20rpx;
  78. width: 92.5%;
  79. margin-left: 7.5%;
  80. font-weight: 400;
  81. font-size: 28rpx;
  82. color: #898989;
  83. text-align: left;
  84. }
  85. .linefs {
  86. margin-top: 24rpx;
  87. width: 100%;
  88. height: 2rpx;
  89. background-color: #f8f8f8;
  90. }
  91. .bankcardbox {
  92. display: flex;
  93. width: 90%;
  94. margin-left: 5%;
  95. margin-right: 5%;
  96. margin-top: 20rpx;
  97. }
  98. .iconcheck {
  99. flex: 2;
  100. }
  101. .iconcheckblock {
  102. flex: 1;
  103. }
  104. .bktitle {
  105. width: 100%;
  106. font-weight: 400;
  107. font-size: 34rpx;
  108. color: #000;
  109. text-align-last: justify;
  110. }
  111. .bankstyle {
  112. font-weight: 500;
  113. font-size: 34rpx;
  114. color: #000;
  115. margin-left: 4rpx;
  116. }
  117. .iconstyle {
  118. margin-top: 16rpx;
  119. }
  120. .bankcardbox2 {
  121. display: flex;
  122. width: 90%;
  123. margin-left: 5%;
  124. margin-right: 5%;
  125. flex-direction: row;
  126. margin-top: 8rpx;
  127. align-items: center;
  128. align-content: center;
  129. }
  130. .tipstyle {
  131. font-weight: 400;
  132. font-size: 10pt;
  133. color: #ababab;
  134. }