微信小程序
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

index.wxss 2.6 KiB

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