微信小程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

232 lignes
4.0 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://dazu.nongshen.net/api/profile/wechat/bg_XJ.png') no-repeat center;
  43. background-size: 105% 105%;
  44. }
  45. .ICBC{
  46. background:url('https://dazu.nongshen.net/api/profile/wechat/bg_ICBC.png') no-repeat center;
  47. background-size: 105% 105%;
  48. }
  49. .ABC{
  50. background:url('https://dazu.nongshen.net/api/profile/wechat/bg_ABC.png') no-repeat center;
  51. background-size: 105% 105%;
  52. }
  53. .CCB{
  54. background:url('https://dazu.nongshen.net/api/profile/wechat/bg_CCB.png') no-repeat center;
  55. background-size: 105% 105%;
  56. }
  57. .RCB{
  58. background:url('https://dazu.nongshen.net/api/profile/wechat/bg_RCB.png') no-repeat center;
  59. background-size: 105% 105%;
  60. }
  61. .gwk{
  62. background:url('https://dazu.nongshen.net/api/profile/wechat/bg_GWK.png') no-repeat center;
  63. background-size: 105% 105%;
  64. }
  65. .bankName{
  66. margin-top: 0!important;
  67. display: flex;
  68. align-items: center;
  69. }
  70. .bankName image{
  71. vertical-align: middle;
  72. margin-right: 5px;
  73. }
  74. .bankName text{
  75. margin: 0!important;
  76. display: inline-block;
  77. }
  78. .bank_content view{
  79. margin-top: 1vh;
  80. }
  81. .bank_content view text{
  82. font-size: 14px;
  83. margin-left: 10vw;
  84. }
  85. .bank_box{
  86. position: relative;
  87. /* box-shadow: 0px 5px 9px #ccc; */
  88. overflow: hidden;
  89. border-radius: 15px;
  90. width: 100%;
  91. margin: 0 auto;
  92. z-index: 1;
  93. }
  94. .cell_right{
  95. height: 100%;display: flex;
  96. position: relative;
  97. left: -6%;
  98. }
  99. .list_box .van-swipe-cell{
  100. border-radius: 15px;
  101. margin-top: 20px;
  102. }
  103. .zt {
  104. font-size: 14px;
  105. position: absolute;
  106. top: 10px;
  107. transform: rotate(45deg);
  108. right: 0px;
  109. color: #FFF;
  110. z-index: 10;
  111. }
  112. .holder{
  113. padding: 10px 25px ;
  114. background-color: rgba(255,255,255,0.6);
  115. color: #333333;
  116. font-size: 16px;
  117. border-top-left-radius: 30px;
  118. border-bottom-left-radius: 30px;
  119. position:absolute;
  120. bottom:20%;
  121. right:0;
  122. }
  123. .bottom{
  124. width: 84%;
  125. margin: 0 auto;
  126. text-align: center;
  127. margin-top: 30px;
  128. margin-bottom: 30px;
  129. display: flex;
  130. }
  131. .bottom view {
  132. width: 47%;
  133. margin: 0 auto;
  134. border-radius: 30px;
  135. display: inline-block;
  136. }
  137. .bottom .btn1{
  138. border: 1px solid #2C8E68;
  139. padding: 8px 0px;
  140. color: #2C8E68;
  141. }
  142. .bottom .btn2{
  143. border: 1px solid transparent;
  144. padding: 8px 0px;
  145. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  146. margin-left: 6%;
  147. color: #fff;
  148. }
  149. .deleteBox{
  150. width: 130px;
  151. text-align: center;
  152. height: 100%;
  153. background: #F6F6F6;
  154. align-items: center;
  155. display: flex;
  156. }
  157. .van-action-sheet__header {
  158. background: #f2f2f2;
  159. color: #2C8E68;
  160. }
  161. .addBtn{
  162. display: flex;
  163. align-items: center;
  164. justify-content: center;
  165. border: 1px dashed #5CAE77;
  166. background: rgba(92, 174, 119, 0.1);
  167. width: 94%;
  168. padding: 10px 0;
  169. border-radius: 10px;
  170. margin: 0 auto;
  171. }
  172. .addBtn text{
  173. color: #2C8E68;
  174. margin-left: 10px;
  175. }
  176. .addBtn image{
  177. width: 22.09px;
  178. height: 22.09px;
  179. }
  180. .van-button--danger {
  181. background: linear-gradient(to right, #429a68, #9ecf67)!important;
  182. }
  183. .van-dialog__header {
  184. color: #429a68;
  185. font-size: 20px;
  186. }
  187. .button_box{
  188. display: flex;
  189. height: 100%;
  190. align-items: center;
  191. }
  192. .button_box view{
  193. width: 65px;
  194. text-align: center;
  195. align-items: center;
  196. }
  197. .button_box view text{
  198. color: #fff;
  199. }
  200. .button_box:nth-child(1){
  201. background-color: #B3DB62;
  202. width: 6%;
  203. }
  204. .button_box:nth-child(2){
  205. background-color: #B3DB62;
  206. }
  207. .button_box:nth-child(3){
  208. background-color: #5CAE77;
  209. }
  210. .button_box:nth-child(4){
  211. background-color: #2C8E68;
  212. }
  213. .button_box view text{
  214. display: block;
  215. }
  216. .picker{
  217. text-align: right;
  218. }