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

3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  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. .ICBC{
  42. background:url('https://dazu.nongshen.net/api/profile/wechat/bg_ICBC.png') no-repeat center;
  43. background-size: 100% 100%;
  44. }
  45. .ABC{
  46. background:url('https://dazu.nongshen.net/api/profile/wechat/bg_ABC.png') no-repeat center;
  47. background-size: 100% 100%;
  48. }
  49. .CCB{
  50. background:url('https://dazu.nongshen.net/api/profile/wechat/bg_CCB.png') no-repeat center;
  51. background-size: 100% 100%;
  52. }
  53. .RCB{
  54. background:url('https://dazu.nongshen.net/api/profile/wechat/bg_RCB.png') no-repeat center;
  55. background-size: 100% 100%;
  56. }
  57. .gwk{
  58. background:url('https://dazu.nongshen.net/api/profile/wechat/bg_GWK.png') no-repeat center;
  59. background-size: 100% 100%;
  60. }
  61. .bankName{
  62. margin-top: 0!important;
  63. }
  64. .bankName image{
  65. vertical-align: middle;
  66. margin-right: 5px;
  67. }
  68. .bankName text{
  69. margin: 0!important;
  70. display: inline-block;
  71. }
  72. .bank_content view{
  73. margin-top: 1vh;
  74. }
  75. .bank_content view text{
  76. font-size: 14px;
  77. margin-left: 10vw;
  78. }
  79. .bank_box{
  80. position: relative;
  81. box-shadow: 0px 5px 9px #ccc;
  82. overflow: hidden;
  83. border-radius: 15px;
  84. width: 94%;
  85. margin: 0 auto;
  86. margin-top: 20px;
  87. }
  88. .zt {
  89. font-size: 14px;
  90. position: absolute;
  91. top: 10px;
  92. transform: rotate(45deg);
  93. right: 0px;
  94. color: #FFF;
  95. z-index: 10;
  96. }
  97. .holder{
  98. padding: 15px 25px ;
  99. background-color: rgba(255,255,255,0.9);
  100. color: #333333;
  101. font-size: 16px;
  102. border-top-left-radius: 30px;
  103. border-bottom-left-radius: 30px;
  104. position:absolute;
  105. bottom:20%;
  106. right:0;
  107. }
  108. .bottom{
  109. width: 84%;
  110. margin: 0 auto;
  111. text-align: center;
  112. margin-top: 30px;
  113. margin-bottom: 30px;
  114. display: flex;
  115. }
  116. .bottom view {
  117. width: 47%;
  118. margin: 0 auto;
  119. border-radius: 30px;
  120. display: inline-block;
  121. }
  122. .bottom .btn1{
  123. border: 1px solid #2C8E68;
  124. padding: 8px 0px;
  125. color: #2C8E68;
  126. }
  127. .bottom .btn2{
  128. border: 1px solid transparent;
  129. padding: 8px 0px;
  130. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  131. margin-left: 6%;
  132. color: #fff;
  133. }
  134. .deleteBox{
  135. width: 65px;
  136. text-align: center;
  137. height: 100%;
  138. background: #F6F6F6;
  139. align-items: center;
  140. display: flex;
  141. }
  142. .van-action-sheet__header {
  143. background: #f2f2f2;
  144. color: #2C8E68;
  145. }