微信小程序
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

204 рядки
3.8 KiB

  1. /* pages/apply/index.wxss */
  2. .top{
  3. display: flex;
  4. width: 94%;
  5. margin: 0 auto;
  6. background-color: #ffffff;
  7. border-radius: 10px;
  8. margin-top: 3vw;
  9. overflow: hidden;
  10. }
  11. .top view{
  12. padding: 18px 15px;
  13. align-items: center;
  14. justify-content: center;
  15. position: relative;
  16. }
  17. .top image{
  18. position: absolute;
  19. width: 94%;
  20. }
  21. .top-title{
  22. flex: 1;
  23. text-align: center;
  24. }
  25. .top-tit{
  26. color: #fff;
  27. }
  28. .main{
  29. width: 100%;
  30. margin: 0 auto;
  31. margin-top: 3vw;
  32. }
  33. .van-tabs__nav {
  34. background-color: #F4F4F4;
  35. }
  36. .bank_content{
  37. color: #fff;
  38. width: 100%;
  39. padding: 2vh;
  40. }
  41. .XJ{
  42. background:url('https://www.nongshen.net/static/wechat/bg_XJ.png') no-repeat center;
  43. background-size: 105% 105%;
  44. }
  45. .ICBC{
  46. background:url('https://www.nongshen.net/static/wechat/bg_ICBC.png') no-repeat center;
  47. background-size: 105% 105%;
  48. }
  49. .ABC{
  50. background:url('https://www.nongshen.net/static/wechat/bg_ABC.png') no-repeat center;
  51. background-size: 105% 105%;
  52. }
  53. .CCB{
  54. background:url('https://www.nongshen.net/static/wechat/bg_CCB.png') no-repeat center;
  55. background-size: 105% 105%;
  56. }
  57. .RCB{
  58. background:url('https://www.nongshen.net/static/wechat/bg_RCB.png') no-repeat center;
  59. background-size: 105% 105%;
  60. }
  61. .EMS{
  62. background:url('https://www.nongshen.net/static/wechat/bg_EMS.png') no-repeat center;
  63. background-size: 105% 105%;
  64. }
  65. .BOC{
  66. background:url('https://www.nongshen.net/static/wechat/bank_BOC.png') no-repeat center;
  67. background-size: 105% 105%;
  68. }
  69. .ZYB{
  70. background:url('https://www.nongshen.net/static/wechat/bank_ZYB.png') no-repeat center;
  71. background-size: 105% 105%;
  72. }
  73. .MSYH{
  74. background:url('https://www.nongshen.net/static/wechat/bank_MSYH.png') no-repeat center;
  75. background-size: 105% 105%;
  76. }
  77. .bank_other{
  78. background:url('https://www.nongshen.net/static/wechat/bank_other.png') no-repeat center;
  79. background-size: 105% 105%;
  80. }
  81. .gwk{
  82. background:url('https://www.nongshen.net/static/wechat/bg_GWK.png') no-repeat center;
  83. background-size: 105% 105%;
  84. }
  85. .addBtn{
  86. display: flex;
  87. align-items: center;
  88. justify-content: center;
  89. border: 1px dashed #5CAE77;
  90. background: rgba(92, 174, 119, 0.1);
  91. width: 94%;
  92. padding: 10px 0;
  93. border-radius: 10px;
  94. margin: 0 auto;
  95. }
  96. .addBtn text{
  97. color: #2C8E68;
  98. margin-left: 10px;
  99. }
  100. .addBtn image{
  101. width: 22.09px;
  102. height: 22.09px;
  103. }
  104. .bankName{
  105. margin-top: 0!important;
  106. }
  107. .bankName image{
  108. vertical-align: middle;
  109. margin-right: 5px;
  110. }
  111. .bankName text{
  112. margin: 0!important;
  113. display: inline-block;
  114. }
  115. .bank_content view{
  116. margin-top: 1vh;
  117. }
  118. .bank_content view text{
  119. font-size: 14px;
  120. margin-left: 10vw;
  121. }
  122. .bank_box:first-child{
  123. margin-top: 20px;
  124. }
  125. .bank_box{
  126. position: relative;
  127. box-shadow: 0px 5px 9px #ccc;
  128. overflow: hidden;
  129. border-radius: 15px;
  130. width: 94%;
  131. margin: 0 auto;
  132. margin-bottom: 20px;
  133. }
  134. .zt {
  135. position: absolute;
  136. top: 10px;
  137. transform: rotate(45deg);
  138. right: 0px;
  139. color: #FFF;
  140. z-index: 10;
  141. }
  142. .holder{
  143. padding: 10px 25px ;
  144. background-color: rgba(255,255,255,0.6);
  145. color: #333333;
  146. font-size: 16px;
  147. border-top-left-radius: 30px;
  148. border-bottom-left-radius: 30px;
  149. position:absolute;
  150. top: 2vh;
  151. right:0;
  152. }
  153. .bottom{
  154. width: 84%;
  155. margin: 0 auto;
  156. text-align: center;
  157. margin-top: 30px;
  158. margin-bottom: 30px;
  159. display: flex;
  160. justify-content: center;
  161. }
  162. .bottom view {
  163. width: 47%;
  164. margin: 0 auto;
  165. border-radius: 30px;
  166. display: inline-block;
  167. }
  168. .bottom .btn1{
  169. border: 1px solid #2C8E68;
  170. padding: 8px 0px;
  171. color: #2C8E68;
  172. }
  173. .bottom .btn2{
  174. border: 1px solid transparent;
  175. padding: 8px 0px;
  176. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  177. /* margin-left: 6%; */
  178. color: #fff;
  179. }
  180. .deleteBox{
  181. width: 130px;
  182. text-align: center;
  183. height: 100%;
  184. background: #F6F6F6;
  185. align-items: center;
  186. display: flex;
  187. }
  188. .van-action-sheet__header {
  189. background: #f2f2f2;
  190. color: #2C8E68;
  191. }
  192. .van-cell-text{
  193. padding: 8px;
  194. }