main.css 2.7 KB

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