微信小程序
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

see.wxss 4.4 KiB

3 lat temu
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. /* pages/apply/paymentTemplate/see/see.wxss */
  2. text{display: block;}
  3. .top{
  4. height: 64px;
  5. width: 100%;
  6. position: fixed;
  7. z-index: 999;
  8. top:0px;
  9. }
  10. .top text{
  11. position: relative;
  12. top: 30px;
  13. margin-right: 30px;
  14. display: block;
  15. color: #eee;
  16. text-align: center;
  17. width: 100%;
  18. font-size: 16px;
  19. }
  20. .bgPage{
  21. width: 140%;
  22. position:absolute;
  23. transform: translate(-15%, -50%);
  24. height: 300px;
  25. z-index: -1;
  26. }
  27. .center{
  28. padding-bottom: 50px;
  29. }
  30. .main-title{
  31. background-image: linear-gradient(to right, #2C8E68 , #B3DB62);
  32. color: #ffffff;
  33. font-size: 18px;
  34. padding: 10px 0;
  35. text-align: center;
  36. }
  37. .main-box{
  38. background: #ffffff;
  39. padding: 20px;
  40. width: 94%;
  41. margin: 0 auto;
  42. border-radius: 10px;
  43. box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
  44. }
  45. .main-box block{
  46. float: right;
  47. }
  48. .title{
  49. padding: 10px calc(3% + 20px);
  50. }
  51. .top-box{
  52. margin-top: 20px;
  53. margin-bottom: 28px;
  54. }
  55. .top-box text{
  56. margin-bottom: 15px;
  57. }
  58. .top-box text:last-child{
  59. margin-bottom: 0px;
  60. }
  61. .box-title{
  62. color: #2C8E68;
  63. text-align: center;
  64. }
  65. .center-box .main-box{
  66. margin-bottom: 15px;
  67. }
  68. .xm van-cell:first-child .van-cell{
  69. border-bottom: 1px solid #cccccc;
  70. margin: 0;
  71. padding-bottom: 15px!important;
  72. margin-bottom: 15px;
  73. }
  74. .table-box .van-cell{
  75. margin-bottom: 15px;
  76. }
  77. .table-box van-cell:last-child .van-cell{
  78. margin-bottom: 0px;
  79. }
  80. .table-box view text icon{
  81. display: inline-block;
  82. font-size: 14px;
  83. border: 1px solid red;
  84. color: red;
  85. }
  86. .van-cell{
  87. padding: 0!important;
  88. }
  89. @font-face {
  90. font-family: 'my-icon';
  91. src: url('../../../image/icon/fj_icon.png') format('truetype');
  92. }
  93. .my-icon {
  94. font-family: 'my-icon';
  95. }
  96. .my-icon-extra::before {
  97. content: '\e626';
  98. }
  99. .fj-box text{
  100. background-color: #5CAE77;
  101. color: #ffffff;
  102. display: inline-block;
  103. text-align: center;
  104. border-radius: 5px;
  105. white-space:pre-wrap
  106. }
  107. .fj-li{
  108. margin-top: 20px;
  109. }
  110. .steps-box{
  111. padding: 0;
  112. margin-top: 15px;
  113. }
  114. .steps-box .van-row{
  115. padding: 0 20px;
  116. }
  117. .steps-box view{
  118. margin-bottom: 0;
  119. }
  120. .steps-box .van-col{
  121. position: relative;
  122. height: 70px;
  123. }
  124. .steps-box .van-col--21{
  125. padding: 12PX 0;
  126. padding-left: 10px;
  127. }
  128. .steps-box .van-row:nth-child(2n){
  129. background: rgba(29,111,233,0.1);
  130. }
  131. .steps-box .van-cell{
  132. background: transparent;
  133. padding: 0 10Px;
  134. }
  135. .steps-box .bq{
  136. display: inline-block;
  137. padding: 0PX 10PX;
  138. line-height: 0.64rem;
  139. border-radius: 5PX;
  140. }
  141. .steps-box .index{
  142. background: #1D6FE9;
  143. color: #ffffff;
  144. text-align: center;
  145. width: 20PX;
  146. height: 20PX;
  147. line-height: 20PX;
  148. border-radius: 50%;
  149. position: absolute;
  150. left: 0;
  151. top: 50%;
  152. transform: translate(0,-50%);
  153. }
  154. .steps-box .indexCenter{
  155. top: 0!important;
  156. }
  157. .steps-box .van-row:first-child .van-col:first-child .indexBorder{
  158. top: calc(50% - 5px);
  159. }
  160. .steps-box .indexBorder{
  161. width: 10PX;
  162. position: absolute;
  163. right: 0;
  164. top: 0;
  165. height: 100%;
  166. }
  167. .steps-box .indexBorder .yq{
  168. height: 10PX;
  169. width: 10PX;
  170. background: #C9C9C9;
  171. border-radius: 50%;
  172. }
  173. .steps-box .indexBorder .ss{
  174. height: calc(50% - 5PX);
  175. width: 1PX;
  176. background: #C9C9C9;
  177. position: relative;
  178. left: 4PX;
  179. }
  180. .steps-box .indexBorder .ssT{
  181. height: calc(50% - 5PX);
  182. width: 1PX;
  183. background: #C9C9C9;
  184. position: relative;
  185. left: 4PX;
  186. }
  187. .agree{
  188. background-color: rgba(92, 174, 119, 0.1);
  189. color:#5CAE77 ;
  190. width: 80%;
  191. text-align: center;
  192. float: right;
  193. }
  194. .in{
  195. background-color: rgba(245, 163, 39, 0.1);
  196. color:#F5A327 ;
  197. width: 80%;
  198. text-align: center;
  199. float: right;
  200. }
  201. .disagree{
  202. background-color: rgba(233, 0, 0, 0.1);
  203. color:#E90000 ;
  204. width: 80%;
  205. text-align: center;
  206. float: right;
  207. }
  208. .steps-box .van-cell__title{
  209. flex: 0.7;
  210. }
  211. .steps-box .van-cell__value{
  212. flex: 0.3;
  213. }
  214. .steps-tit{
  215. font-size: 16px;
  216. text-align: center;
  217. background-color: #2C8E68;
  218. color: #ffffff;
  219. padding: 20px 0;
  220. border-top-left-radius: 10px;
  221. border-top-right-radius: 10px;
  222. }
  223. .bottom{
  224. width: 84%;
  225. margin: 0 auto;
  226. text-align: center;
  227. margin-top: 30px;
  228. margin-bottom: 30px;
  229. }
  230. .bottom button {
  231. width: 47%;
  232. margin: 0 auto;
  233. border-radius: 30px;
  234. display: inline-block;
  235. }
  236. .bottom .btnAgree{
  237. border: 1px solid transparent;
  238. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  239. margin-left: 6%;
  240. }