微信小程序
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

index.wxss 3.7 KiB

hace 3 años
hace 3 años
hace 3 años
hace 3 años
hace 3 años
hace 3 años
hace 3 años
hace 3 años
hace 3 años
hace 3 años
hace 3 años
hace 3 años
hace 3 años
hace 3 años
hace 3 años
hace 3 años
hace 3 años
hace 3 años
hace 3 años
hace 3 años
hace 3 años
hace 3 años
hace 3 años
hace 3 años
hace 3 años
hace 3 años
hace 3 años
hace 3 años
hace 3 años
hace 3 años
hace 3 años
hace 3 años
hace 3 años
hace 3 años
hace 3 años
hace 3 años
hace 3 años
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  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. .bank_other{
  74. background:url('https://www.nongshen.net/static/wechat/bank_other.png') no-repeat center;
  75. background-size: 105% 105%;
  76. }
  77. .gwk{
  78. background:url('https://www.nongshen.net/static/wechat/bg_GWK.png') no-repeat center;
  79. background-size: 105% 105%;
  80. }
  81. .addBtn{
  82. display: flex;
  83. align-items: center;
  84. justify-content: center;
  85. border: 1px dashed #5CAE77;
  86. background: rgba(92, 174, 119, 0.1);
  87. width: 94%;
  88. padding: 10px 0;
  89. border-radius: 10px;
  90. margin: 0 auto;
  91. }
  92. .addBtn text{
  93. color: #2C8E68;
  94. margin-left: 10px;
  95. }
  96. .addBtn image{
  97. width: 22.09px;
  98. height: 22.09px;
  99. }
  100. .bankName{
  101. margin-top: 0!important;
  102. }
  103. .bankName image{
  104. vertical-align: middle;
  105. margin-right: 5px;
  106. }
  107. .bankName text{
  108. margin: 0!important;
  109. display: inline-block;
  110. }
  111. .bank_content view{
  112. margin-top: 1vh;
  113. }
  114. .bank_content view text{
  115. font-size: 14px;
  116. margin-left: 10vw;
  117. }
  118. .bank_box:first-child{
  119. margin-top: 20px;
  120. }
  121. .bank_box{
  122. position: relative;
  123. box-shadow: 0px 5px 9px #ccc;
  124. overflow: hidden;
  125. border-radius: 15px;
  126. width: 94%;
  127. margin: 0 auto;
  128. margin-bottom: 20px;
  129. }
  130. .zt {
  131. position: absolute;
  132. top: 10px;
  133. transform: rotate(45deg);
  134. right: 0px;
  135. color: #FFF;
  136. z-index: 10;
  137. }
  138. .holder{
  139. padding: 10px 25px ;
  140. background-color: rgba(255,255,255,0.6);
  141. color: #333333;
  142. font-size: 16px;
  143. border-top-left-radius: 30px;
  144. border-bottom-left-radius: 30px;
  145. position:absolute;
  146. top: 2vh;
  147. right:0;
  148. }
  149. .bottom{
  150. width: 84%;
  151. margin: 0 auto;
  152. text-align: center;
  153. margin-top: 30px;
  154. margin-bottom: 30px;
  155. display: flex;
  156. justify-content: center;
  157. }
  158. .bottom view {
  159. width: 47%;
  160. margin: 0 auto;
  161. border-radius: 30px;
  162. display: inline-block;
  163. }
  164. .bottom .btn1{
  165. border: 1px solid #2C8E68;
  166. padding: 8px 0px;
  167. color: #2C8E68;
  168. }
  169. .bottom .btn2{
  170. border: 1px solid transparent;
  171. padding: 8px 0px;
  172. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  173. /* margin-left: 6%; */
  174. color: #fff;
  175. }
  176. .deleteBox{
  177. width: 130px;
  178. text-align: center;
  179. height: 100%;
  180. background: #F6F6F6;
  181. align-items: center;
  182. display: flex;
  183. }
  184. .van-action-sheet__header {
  185. background: #f2f2f2;
  186. color: #2C8E68;
  187. }
  188. .van-cell-text{
  189. padding: 8px;
  190. }