terminal.wxss 7.5 KB

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