main.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. .uni-tabbar-bottom {
  2. display: none !important;
  3. }
  4. body {
  5. background: #F6F6F6;
  6. }
  7. input {
  8. font-size: 32rpx;
  9. width: 100%;
  10. color: #000000;
  11. }
  12. .u-indexed-list-alert {
  13. z-index: 999999;
  14. }
  15. .uni-textarea {
  16. width: 100%;
  17. }
  18. .pages {
  19. width: 100%;
  20. background-size: 100%;
  21. background: #F6F6F6;
  22. box-sizing: border-box;
  23. min-height: 100vh;
  24. }
  25. .model-type {
  26. position: fixed;
  27. width: 100%;
  28. top: 0;
  29. left: 0;
  30. height: 100vh;
  31. background: rgba(0, 0, 0, 0.3);
  32. z-index: 9989;
  33. }
  34. .uni-input-wrapper {
  35. text-align: left;
  36. font-size: 32rpx;
  37. }
  38. .uni-input-placeholder {
  39. color: #808080;
  40. font-size: 32rpx;
  41. }
  42. .uni-textarea-placeholder {
  43. color: #000000;
  44. }
  45. .max-btn {
  46. width: 100%;
  47. height: 100rpx;
  48. background: #5276FF;
  49. border-radius: 16rpx;
  50. color: #FFFFFF;
  51. font-size: 32rpx;
  52. font-weight: 500;
  53. cursor: pointer;
  54. display: flex;
  55. align-items: center;
  56. justify-content: center;
  57. }
  58. .min-btn {
  59. width: 274rpx;
  60. height: 80rpx;
  61. line-height: 80rpx;
  62. background: linear-gradient(138.64deg, #FFC852 0%, #FFB05C 100%);
  63. border-radius: 38rpx;
  64. color: #000000;
  65. font-size: 32rpx;
  66. font-weight: 500;
  67. cursor: pointer;
  68. display: flex;
  69. align-items: center;
  70. justify-content: center;
  71. }
  72. .inp-wrap {
  73. width: 100%;
  74. height: 96rpx;
  75. background: #F9F9F9;
  76. border-radius: 12rpx;
  77. padding: 0 26rpx;
  78. box-sizing: border-box;
  79. margin-bottom: 24rpx;
  80. }
  81. .inp-wrap .code-text {
  82. color: #FF8E3D;
  83. font-size: 32rpx;
  84. white-space: nowrap;
  85. border-radius: 12rpx;
  86. border: 2rpx solid #FF8E3D;
  87. padding: 0 12rpx;
  88. height: 68rpx;
  89. line-height: 68rpx;
  90. }
  91. .bank-select-wrap {
  92. width: 100%;
  93. min-height: 130rpx;
  94. border-top-left-radius: 32rpx;
  95. border-top-right-radius: 32rpx;
  96. background: #FFFFFF;
  97. box-shadow: 0 12rpx 12rpx #1753EB;
  98. }
  99. .bank-select-wrap .tops-name {
  100. width: 100%;
  101. height: 132rpx;
  102. border-bottom: 2rpx solid #F7F7F9;
  103. box-sizing: border-box;
  104. position: relative;
  105. text-align: center;
  106. color: #000000;
  107. font-size: 36rpx;
  108. }
  109. .bank-select-wrap .tops-name .close-icon {
  110. position: absolute;
  111. width: 40rpx;
  112. height: 40rpx;
  113. top: 46rpx;
  114. right: 40rpx;
  115. }
  116. .bank-select-wrap .bank-bottoms {
  117. width: 100%;
  118. padding: 0 32rpx;
  119. padding-bottom: 50rpx;
  120. box-sizing: border-box;
  121. max-height: 50vh;
  122. overflow-y: auto;
  123. }
  124. .bank-select-wrap .bank-bottoms .banks {
  125. width: 100%;
  126. height: 120rpx;
  127. border-bottom: 2rpx solid #F7F7F9;
  128. color: #000000;
  129. font-size: 32rpx;
  130. font-weight: 500;
  131. }
  132. .bank-select-wrap .bank-bottoms .banks .zz-name {
  133. color: #000000;
  134. font-size: 32rpx;
  135. font-weight: 500;
  136. width: 156rpx;
  137. }
  138. .bank-select-wrap .bank-bottoms .banks .icon {
  139. width: 48rpx;
  140. height: 48rpx;
  141. margin-right: 16rpx;
  142. }
  143. .bank-select-wrap .bank-bottoms .banks .select-icon {
  144. width: 40rpx;
  145. height: 22rpx;
  146. }