postage.wxss 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364
  1. .postage {
  2. position: relative;
  3. padding: 20rpx 0;
  4. color: #848799;
  5. }
  6. .postage::before {
  7. content: '';
  8. position: absolute;
  9. top: 0;
  10. left: 0;
  11. width: 100%;
  12. height: 165rpx;
  13. /* background: linear-gradient(to bottom, #fd7428 0%,#fc8f4a 100%); */
  14. z-index: -1;
  15. }
  16. .tips {
  17. padding: 15rpx 20rpx;
  18. width: 92%;
  19. margin: 0 auto;
  20. background-color: #ffd900;
  21. color: #786700;
  22. border-radius: 10rpx;
  23. box-sizing: border-box;
  24. font-size: 26rpx;
  25. }
  26. .tabs,
  27. .rechargeGear {
  28. width: 92%;
  29. margin: 20rpx auto;
  30. border-radius: 20rpx;
  31. overflow: hidden;
  32. }
  33. .tabs-title {
  34. display: flex;
  35. justify-content: space-between;
  36. align-items: center;
  37. height: 90rpx;
  38. line-height: 90rpx;
  39. /* border-top-left-radius: 10rpx;
  40. border-top-right-radius: 10rpx; */
  41. margin-bottom: 1rpx;
  42. }
  43. .tabs-title-item {
  44. display: flex;
  45. justify-content: center;
  46. align-items: center;
  47. width: 50%;
  48. }
  49. .tabs-title-item__icon {
  50. width: 40rpx;
  51. height: 40rpx;
  52. margin-right: 10rpx;
  53. }
  54. .tabs-title-item__text {}
  55. .tabs-title-item.active {
  56. position: relative;
  57. color: #fe7124;
  58. background-color: #fff;
  59. }
  60. /* .tabs-title-item.active::before{
  61. content: "";
  62. position: absolute;
  63. bottom: 0;
  64. left: 15%;
  65. right: 10%;
  66. height: 6rpx;
  67. background-color: #fe7124;
  68. } */
  69. .tabs-content__tips {
  70. display: flex;
  71. height: 80rpx;
  72. align-items: center;
  73. color: #333;
  74. }
  75. .tabs-content__tips-text {
  76. font-size: 26rpx;
  77. }
  78. .tabs-content__tips-add {
  79. width: 40rpx;
  80. height: 40rpx;
  81. margin-left: 50rpx;
  82. }
  83. .tabs-content,
  84. .rechargeGear-footer {
  85. padding: 30rpx 30rpx 0 70rpx;
  86. border-bottom-left-radius: 10rpx;
  87. border-bottom-right-radius: 10rpx;
  88. }
  89. .rechargeGear-footer {
  90. display: flex;
  91. justify-content: space-evenly;
  92. align-items: center;
  93. padding: 0;
  94. }
  95. .btn-rechargeNow {
  96. width: 328rpx;
  97. height: 70rpx;
  98. line-height: 70rpx;
  99. text-align: center;
  100. background-color: #fe7124;
  101. background: linear-gradient(to right, #ff7a21 0%, #feb25a 100%);
  102. text-align: center;
  103. color: #fff;
  104. border-radius: 16rpx;
  105. }
  106. .btn-rechargeNow___share {
  107. background: #fff;
  108. color: #EE7530;
  109. border: 1rpx solid #EE7530;
  110. }
  111. .btn-rechargeNow:active {
  112. opacity: .8;
  113. }
  114. .rechargeNow-tips {
  115. text-align: left;
  116. font-size: 26rpx;
  117. line-height: 1.8;
  118. }
  119. .rechargeNow-tips view {
  120. margin-bottom: 20rpx
  121. }
  122. .rechargeNow-tips view:last-child {
  123. margin-bottom: 0
  124. }
  125. /* 充值挡位 */
  126. .rechargeGear-title {
  127. height: 84rpx;
  128. line-height: 84rpx;
  129. background-color: #fff;
  130. color: #1e242e;
  131. padding-left: 30rpx;
  132. border-top-left-radius: 10rpx;
  133. border-top-right-radius: 10rpx;
  134. }
  135. .rechargeGear-content {
  136. display: flex;
  137. flex-wrap: wrap;
  138. justify-content: space-between;
  139. background-color: #fff;
  140. box-sizing: border-box;
  141. padding: 0 30rpx;
  142. }
  143. .rechargeGear-content__item {
  144. width: 30%;
  145. display: flex;
  146. flex-direction: column;
  147. align-items: center;
  148. justify-content: center;
  149. padding: 20rpx 0;
  150. border: 1rpx solid #ddd;
  151. border-radius: 4rpx;
  152. color: #333;
  153. background-color: #fff;
  154. margin-bottom: 30rpx;
  155. font-weight: bolder;
  156. }
  157. .rechargeGear-content__item.active {
  158. background-color: rgba(238,117,48,0.08);
  159. color: #EE7530;
  160. border: 1rpx solid #EE7530;
  161. }
  162. .faceValue {
  163. margin-bottom: 10rpx;
  164. }
  165. .price {
  166. font-size: 24rpx;
  167. font-weight: 300;
  168. color: #999;
  169. }
  170. .card-no {
  171. height: 70rpx;
  172. line-height: 70rpx;
  173. font-size: 28rpx;
  174. color: #2b2b2b;
  175. }
  176. .bindMobileBox {
  177. position: relative;
  178. display: flex;
  179. flex-direction: column;
  180. justify-content: center;
  181. height: 176rpx;
  182. padding-left: 70rpx;
  183. padding-top: 36rpx;
  184. box-sizing: border-content;
  185. background: #fff;
  186. }
  187. .progressBar {
  188. position: absolute;
  189. top: 70rpx;
  190. left: 35rpx;
  191. width: 1px;
  192. height: 220rpx;
  193. background: #EE7530;
  194. }
  195. .dotBox {
  196. position: absolute;
  197. left: 50%;
  198. width: 14rpx;
  199. height: 14rpx;
  200. border-radius: 50%;
  201. background: rgba(238,117,48,0.2);
  202. display: flex;
  203. align-items: center;
  204. justify-content: center;
  205. transform: translateX(-50%);
  206. z-index: 10;
  207. }
  208. .dotBox1 {
  209. top: -5rpx;
  210. }
  211. .dotBox2 {
  212. bottom: -5rpx;
  213. }
  214. .dotBox .dot {
  215. width: 7rpx;
  216. height: 7rpx;
  217. border-radius: 50%;
  218. background: #EE7530;
  219. }
  220. .bindMobileBox .line {
  221. position: absolute;
  222. left: 35rpx;
  223. top: 60rpx;
  224. width: 1rpx;
  225. height: ;
  226. }
  227. .bindMobileLabel {
  228. margin-bottom: 16rpx;
  229. font-size: 28rpx;
  230. color: #333;
  231. }
  232. .bindMobile {
  233. display: flex;
  234. align-items: center;
  235. height: 50%;
  236. font-size: 28rpx;
  237. color: #ccc;
  238. border-bottom: 1rpx solid #EFF0F1;
  239. }
  240. .tabContent {
  241. background: #fff;
  242. }
  243. .info {
  244. display: flex;
  245. align-items: center;
  246. height: 80rpx;
  247. line-height: 80rpx;
  248. padding-left: 70rpx;
  249. }
  250. .infoIcon {
  251. width: 24rpx;
  252. height: 24rpx;
  253. margin-right: 8rpx;
  254. }
  255. .info .label {
  256. font-size: 24rpx;
  257. color: #EE7530;
  258. }
  259. .payInfo {
  260. display: flex;
  261. align-items: center;
  262. color: #999;
  263. font-size: 28rpx;
  264. }
  265. .payInfoIcon {
  266. width: 40rpx;
  267. height: 40rpx;
  268. padding-left: 30rpx;
  269. margin-right: 13rpx;
  270. }
  271. .explain {
  272. color: rgb(65,118,220);
  273. }
  274. .footerInfo {
  275. width: 660rpx;
  276. margin: 0 auto;
  277. font-size: 28rpx;
  278. color: #848799;
  279. }
  280. .footerInfo .clause {
  281. line-height: 64rpx;
  282. }
  283. .footerInfo .title {
  284. width: 150rpx;
  285. position: relative;
  286. margin: 0 auto;
  287. margin-top: 60rpx;
  288. margin-bottom: 32rpx;
  289. text-align: center;
  290. font-size: 28rpx;
  291. color: #999;
  292. }
  293. .footerInfo .title::after {
  294. content: "";
  295. position: absolute;
  296. left:-240rpx;
  297. top: 50%;
  298. height: 1rpx;
  299. width: 240rpx;
  300. transform: translateY(-50%);
  301. background: linear-gradient(to right, #fff 0%, #999 100%);
  302. }
  303. .footerInfo .title::before {
  304. content: "";
  305. position: absolute;
  306. right:-240rpx;
  307. top: 50%;
  308. height: 1rpx;
  309. width: 240rpx;
  310. transform: translateY(-50%);
  311. background:linear-gradient(to left, #fff 0%, #999 100%);
  312. }
  313. .footerInfo text {
  314. color: #EE7530;
  315. }