微信小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

248 rivejä
4.4 KiB

  1. /* pages/drawee/drawee.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. .bankName{
  82. margin-top: 0!important;
  83. display: flex;
  84. align-items: center;
  85. }
  86. .bankName image{
  87. vertical-align: middle;
  88. margin-right: 5px;
  89. }
  90. .bankName text{
  91. margin: 0!important;
  92. display: inline-block;
  93. }
  94. .bank_content view{
  95. margin-top: 1vh;
  96. }
  97. .bank_content view text{
  98. font-size: 14px;
  99. margin-left: 10vw;
  100. }
  101. .bank_box{
  102. position: relative;
  103. /* box-shadow: 0px 5px 9px #ccc; */
  104. overflow: hidden;
  105. border-radius: 15px;
  106. width: 100%;
  107. margin: 0 auto;
  108. z-index: 1;
  109. }
  110. .cell_right{
  111. height: 100%;display: flex;
  112. position: relative;
  113. left: -6%;
  114. }
  115. .list_box .van-swipe-cell{
  116. border-radius: 15px;
  117. margin-top: 20px;
  118. }
  119. .zt {
  120. font-size: 14px;
  121. position: absolute;
  122. top: 10px;
  123. transform: rotate(45deg);
  124. right: 0px;
  125. color: #FFF;
  126. z-index: 10;
  127. }
  128. .holder{
  129. padding: 10px 25px ;
  130. background-color: rgba(255,255,255,0.6);
  131. color: #333333;
  132. font-size: 16px;
  133. border-top-left-radius: 30px;
  134. border-bottom-left-radius: 30px;
  135. position:absolute;
  136. top: 2vh;
  137. right:0;
  138. }
  139. .bottom{
  140. width: 84%;
  141. margin: 0 auto;
  142. text-align: center;
  143. margin-top: 30px;
  144. margin-bottom: 30px;
  145. display: flex;
  146. }
  147. .bottom view {
  148. width: 47%;
  149. margin: 0 auto;
  150. border-radius: 30px;
  151. display: inline-block;
  152. }
  153. .bottom .btn1{
  154. border: 1px solid #2C8E68;
  155. padding: 8px 0px;
  156. color: #2C8E68;
  157. }
  158. .bottom .btn2{
  159. border: 1px solid transparent;
  160. padding: 8px 0px;
  161. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  162. margin-left: 6%;
  163. color: #fff;
  164. }
  165. .deleteBox{
  166. width: 130px;
  167. text-align: center;
  168. height: 100%;
  169. background: #F6F6F6;
  170. align-items: center;
  171. display: flex;
  172. }
  173. .van-action-sheet__header {
  174. background: #f2f2f2;
  175. color: #2C8E68;
  176. }
  177. .addBtn{
  178. display: flex;
  179. align-items: center;
  180. justify-content: center;
  181. border: 1px dashed #5CAE77;
  182. background: rgba(92, 174, 119, 0.1);
  183. width: 94%;
  184. padding: 10px 0;
  185. border-radius: 10px;
  186. margin: 0 auto;
  187. }
  188. .addBtn text{
  189. color: #2C8E68;
  190. margin-left: 10px;
  191. }
  192. .addBtn image{
  193. width: 22.09px;
  194. height: 22.09px;
  195. }
  196. .van-button--danger {
  197. background: linear-gradient(to right, #429a68, #9ecf67)!important;
  198. }
  199. .van-dialog__header {
  200. color: #429a68;
  201. font-size: 20px;
  202. }
  203. .button_box{
  204. display: flex;
  205. height: 100%;
  206. align-items: center;
  207. }
  208. .button_box view{
  209. width: 65px;
  210. text-align: center;
  211. align-items: center;
  212. }
  213. .button_box view text{
  214. color: #fff;
  215. }
  216. .button_box:nth-child(1){
  217. background-color: #B3DB62;
  218. width: 6%;
  219. }
  220. .button_box:nth-child(2){
  221. background-color: #B3DB62;
  222. }
  223. .button_box:nth-child(3){
  224. background-color: #5CAE77;
  225. }
  226. .button_box:nth-child(4){
  227. background-color: #2C8E68;
  228. }
  229. .button_box view text{
  230. display: block;
  231. }
  232. .picker{
  233. text-align: right;
  234. }