微信小程序
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.

194 regels
3.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://dazu.nongshen.net/api/profile/wechat/bg_XJ.png') no-repeat center;
  43. background-size: 100% 100%;
  44. }
  45. .ICBC{
  46. background:url('https://dazu.nongshen.net/api/profile/wechat/bg_ICBC.png') no-repeat center;
  47. background-size: 100% 100%;
  48. }
  49. .ABC{
  50. background:url('https://dazu.nongshen.net/api/profile/wechat/bg_ABC.png') no-repeat center;
  51. background-size: 100% 100%;
  52. }
  53. .CCB{
  54. background:url('https://dazu.nongshen.net/api/profile/wechat/bg_CCB.png') no-repeat center;
  55. background-size: 100% 100%;
  56. }
  57. .RCB{
  58. background:url('https://dazu.nongshen.net/api/profile/wechat/bg_RCB.png') no-repeat center;
  59. background-size: 100% 100%;
  60. }
  61. .gwk{
  62. background:url('https://dazu.nongshen.net/api/profile/wechat/bg_GWK.png') no-repeat center;
  63. background-size: 100% 100%;
  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: 94%;
  91. margin: 0 auto;
  92. margin-bottom: 20px;
  93. }
  94. .bank_box:first-child{
  95. margin-top: 20px;
  96. }
  97. .zt {
  98. font-size: 14px;
  99. position: absolute;
  100. top: 10px;
  101. transform: rotate(45deg);
  102. right: 0px;
  103. color: #FFF;
  104. z-index: 10;
  105. }
  106. .holder{
  107. padding: 10px 25px ;
  108. background-color: rgba(255,255,255,0.6);
  109. color: #333333;
  110. font-size: 16px;
  111. border-top-left-radius: 30px;
  112. border-bottom-left-radius: 30px;
  113. position:absolute;
  114. bottom:20%;
  115. right:0;
  116. }
  117. .bottom{
  118. width: 84%;
  119. margin: 0 auto;
  120. text-align: center;
  121. margin-top: 30px;
  122. margin-bottom: 30px;
  123. display: flex;
  124. }
  125. .bottom view {
  126. width: 47%;
  127. margin: 0 auto;
  128. border-radius: 30px;
  129. display: inline-block;
  130. }
  131. .bottom .btn1{
  132. border: 1px solid #2C8E68;
  133. padding: 8px 0px;
  134. color: #2C8E68;
  135. }
  136. .bottom .btn2{
  137. border: 1px solid transparent;
  138. padding: 8px 0px;
  139. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  140. margin-left: 6%;
  141. color: #fff;
  142. }
  143. .deleteBox{
  144. width: 130px;
  145. text-align: center;
  146. height: 100%;
  147. background: #F6F6F6;
  148. align-items: center;
  149. display: flex;
  150. }
  151. .van-action-sheet__header {
  152. background: #f2f2f2;
  153. color: #2C8E68;
  154. }
  155. .addBtn{
  156. display: flex;
  157. align-items: center;
  158. justify-content: center;
  159. border: 1px dashed #5CAE77;
  160. background: rgba(92, 174, 119, 0.1);
  161. width: 94%;
  162. padding: 10px 0;
  163. border-radius: 10px;
  164. margin: 0 auto;
  165. }
  166. .addBtn text{
  167. color: #2C8E68;
  168. margin-left: 10px;
  169. }
  170. .addBtn image{
  171. width: 22.09px;
  172. height: 22.09px;
  173. }
  174. .van-button--danger {
  175. background: linear-gradient(to right, #429a68, #9ecf67)!important;
  176. }
  177. .van-dialog__header {
  178. color: #429a68;
  179. font-size: 20px;
  180. }