terminal.acss 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  1. .data-v-26d32206 ax-custom-title {
  2. z-index: 9999 !important;
  3. }
  4. .page-background.data-v-26d32206{
  5. display: block;
  6. position: fixed;
  7. top: 0;
  8. left: 0;
  9. width: 100%;
  10. height: 100%;
  11. }
  12. .body.data-v-26d32206{
  13. width: 100%;
  14. height: 100%;
  15. overflow: auto;
  16. padding-bottom: 130px;
  17. position: relative;
  18. z-index: 1;
  19. }
  20. .body.data-v-26d32206::-webkit-scrollbar{
  21. display: none;
  22. }
  23. .body.visit.data-v-26d32206{
  24. padding-bottom: 0px;
  25. }
  26. .block.data-v-26d32206{
  27. padding: 0 10px;
  28. }
  29. .block + .block.data-v-26d32206{
  30. margin-top: 10px;
  31. }
  32. /* 主图 */
  33. .host-graph.data-v-26d32206{
  34. margin: 20px 0 10px;
  35. }
  36. .host-graph .image.data-v-26d32206{
  37. width: 40vw;
  38. }
  39. /* 主参数 */
  40. .parameter.data-v-26d32206{
  41. display: flex;
  42. align-items: center;
  43. justify-content: space-between;
  44. padding: 0 10px;
  45. margin: 0 20px;
  46. margin-top: 10px;
  47. margin-bottom: 20px;
  48. }
  49. .parameter .param.data-v-26d32206{
  50. display: flex;
  51. align-items: center;
  52. justify-content: center;
  53. flex-direction: column;
  54. }
  55. .parameter .param .value.data-v-26d32206{
  56. font-size: 20px;
  57. font-weight: bold;
  58. }
  59. .parameter .param .name.data-v-26d32206{
  60. font-size: 14px;
  61. color: #aaa;
  62. margin-top: 7px;
  63. }
  64. /* 卡片 */
  65. .card.data-v-26d32206{
  66. background-color: #fff;
  67. border-radius: 8px;
  68. padding: 10px;
  69. box-shadow: 0 0 10px rgba(0,0,0,0.05);
  70. }
  71. .card .title.data-v-26d32206{
  72. display: flex;
  73. align-items: center;
  74. justify-content: space-between;
  75. font-size: 15px;
  76. font-weight: bold;
  77. padding-bottom: 10px;
  78. padding-left: 10px;
  79. border-bottom: 1px solid #ddd;
  80. }
  81. .card .title .more.data-v-26d32206{
  82. font-size: 14px;
  83. color: #aaa;
  84. font-weight: normal;
  85. }
  86. .card .title .more .icon.data-v-26d32206{
  87. margin-left: 5px;
  88. }
  89. .card .cell.data-v-26d32206{
  90. display: flex;
  91. align-items: center;
  92. justify-content: space-between;
  93. font-size: 14px;
  94. height: 32px;
  95. padding: 0 10px;
  96. }
  97. .cell .contet.data-v-26d32206{
  98. color: #aaa;
  99. }
  100. .cell .obsolete.data-v-26d32206{
  101. font-size: 12px;
  102. text-decoration: line-through;
  103. color: #aaa;
  104. margin-right: 5px;
  105. }
  106. .cell .obsolete .money.data-v-26d32206{
  107. font-size: inherit;
  108. color: inherit;
  109. font-weight: normal;
  110. }
  111. .cell .money.data-v-26d32206{
  112. font-size: 16px;
  113. font-weight: bold;
  114. color: #f44033;
  115. }
  116. /* 开关 */
  117. .switch.data-v-26d32206{
  118. display: flex;
  119. align-items: center;
  120. justify-content: space-between;
  121. width: 110px;
  122. height: 30px;
  123. font-size: 14px;
  124. border-radius: 100pc;
  125. background-color: #fff;
  126. position: relative;
  127. color: #333;
  128. }
  129. .switch > text.data-v-26d32206{
  130. flex: 1;
  131. display: flex;
  132. justify-content: center;
  133. -webkit-transform: translateY(-1px);
  134. transform: translateY(-1px);
  135. transition: all 300ms ease;
  136. position: relative;
  137. z-index: 2;
  138. }
  139. .switch.personal > text.data-v-26d32206:first-child,
  140. .switch > text.data-v-26d32206:last-child{
  141. color: #fff;
  142. }
  143. .switch.personal > text.data-v-26d32206:last-child{
  144. color: inherit;
  145. }
  146. .switch.data-v-26d32206::after{
  147. content: '';
  148. display: block;
  149. width: calc(50% - 3px);
  150. height: calc(100% - 6px);
  151. border-radius: 100pc;
  152. background-color: #3eb6f8;
  153. position: absolute;
  154. top: 3px;
  155. right: 3px;
  156. transition: all 200ms ease;
  157. }
  158. .switch.personal.data-v-26d32206::after{
  159. -webkit-transform: translateX(-100%);
  160. transform: translateX(-100%);
  161. }
  162. /* 提示 */
  163. .tips.data-v-26d32206{
  164. font-size: 14px;
  165. margin-top: 10px;
  166. padding: 0 10px;
  167. }
  168. /* 优惠券 */
  169. .coupon.data-v-26d32206{
  170. --coupon-height: 80px;
  171. --coupon-cut-size: 16px;
  172. display: flex;
  173. align-items: center;
  174. width: 100%;
  175. height: var(--coupon-height);
  176. padding: 5px;
  177. border-radius: 8px;
  178. background-color: #3eb6f8;
  179. margin-top: 10px;
  180. }
  181. .coupon .name.data-v-26d32206{
  182. padding: 0 10px;
  183. }
  184. .coupon .info.data-v-26d32206{
  185. flex: 1;
  186. display: flex;
  187. align-items: center;
  188. justify-content: center;
  189. flex-direction: column;
  190. }
  191. .coupon .info .value.data-v-26d32206{
  192. font-size: 30px;
  193. font-weight: bold;
  194. }
  195. .coupon .info .describe.data-v-26d32206{
  196. font-size: 12px;
  197. }
  198. .coupon .feature.data-v-26d32206{
  199. display: block;
  200. position: relative;
  201. width: var(--coupon-cut-size);
  202. height: var(--coupon-height);
  203. overflow: hidden;
  204. }
  205. .coupon .feature .line.data-v-26d32206{
  206. display: block;
  207. width: 1px;
  208. position: absolute;
  209. left: 50%;
  210. top: var(--coupon-cut-size);
  211. bottom: var(--coupon-cut-size);
  212. border-left: 1px dashed #fff;
  213. }
  214. .coupon .feature.data-v-26d32206::after,
  215. .coupon .feature.data-v-26d32206::before{
  216. content: '';
  217. display: block;
  218. width: var(--coupon-cut-size);
  219. height: var(--coupon-cut-size);
  220. border-radius: 100pc;
  221. background-color: #fff;
  222. position: absolute;
  223. }
  224. .coupon .feature.data-v-26d32206::before{
  225. top: 0;
  226. -webkit-transform: translateY(-50%);
  227. transform: translateY(-50%);
  228. }
  229. .coupon .feature.data-v-26d32206::after{
  230. bottom: 0;
  231. -webkit-transform: translateY(50%);
  232. transform: translateY(50%);
  233. }
  234. .coupon.personal.data-v-26d32206{
  235. background-color: #ff7043;
  236. color: #fff;
  237. }
  238. /* 主信息 */
  239. .footer.data-v-26d32206{
  240. display: flex;
  241. flex-direction: column;
  242. background-color: #fff;
  243. border-radius: 16px 16px 0 0;
  244. height: 120px;
  245. padding: 10px;
  246. position: fixed;
  247. left: 0;
  248. right: 0;
  249. bottom: 0;
  250. box-shadow: 0 0 10px rgba(0,0,0,0.1);
  251. z-index: 99999;
  252. }
  253. .footer .tips.data-v-26d32206{
  254. flex: 1;
  255. display: flex;
  256. align-items: center;
  257. justify-content: center;
  258. font-size: 12px;
  259. color: #aaa;
  260. margin-bottom: 10px;
  261. }
  262. .footer .startup.data-v-26d32206{
  263. display: flex;
  264. align-items: center;
  265. justify-content: center;
  266. font-size: 14px;
  267. border-radius: 8px;
  268. height: 50px;
  269. background: linear-gradient(to right,#8FF8FB,#47AEFF);
  270. }
  271. .coupon-image-card.data-v-26d32206{
  272. display: flex;
  273. align-items: center;
  274. margin-top: 28rpx;
  275. width: 664rpx;
  276. height: 160rpx;
  277. /* background-image: url('@/static/img/coupon-gr.png'); */
  278. background-repeat: no-repeat;
  279. background-size: cover;
  280. background-position: center;
  281. }
  282. .coupon-title.data-v-26d32206{
  283. width:220rpx;
  284. text-align: center;
  285. font-weight: bold;
  286. font-size: 32rpx;
  287. color: #FFFFFF;
  288. }
  289. .price-info.data-v-26d32206{
  290. width: 270rpx;
  291. text-align: center;
  292. color: #222222;
  293. }
  294. .price-numer.data-v-26d32206{
  295. font-weight: 800;
  296. font-size: 48rpx;
  297. }
  298. .price-text.data-v-26d32206{
  299. font-size: 22rpx;
  300. }
  301. .shop-coupon-btn.data-v-26d32206{
  302. margin-left: 14rpx;
  303. width: 136rpx;
  304. height: 44rpx;
  305. border-radius: 22rpx;
  306. font-size: 24rpx;
  307. color: #FFFFFF;
  308. text-align: center;
  309. line-height: 44rpx;
  310. }