tips.scss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674
  1. .tips-14 {
  2. width: 122px;
  3. height: 33px;
  4. background: url(https://file-node.oss-cn-shanghai.aliyuncs.com/youji/eb08c436e39a41218c38bffa5f066936) no-repeat;
  5. background-size: 100% 100%;
  6. padding-top: 7px;
  7. padding-left: 45px;
  8. font-size: 12px;
  9. color: #FFFFFF;
  10. &.error {
  11. background-image: url(https://file-node.oss-cn-shanghai.aliyuncs.com/youji/e84a8319fb31420aa80e9eb6180d234e);
  12. }
  13. &.success {
  14. background-image: url(https://file-node.oss-cn-shanghai.aliyuncs.com/youji/a4e554e324ad410aaf1dab9dbe863da5);
  15. }
  16. }
  17. .tips-13 {
  18. width: 150px;
  19. height: 84px;
  20. background: url(https://file-node.oss-cn-shanghai.aliyuncs.com/youji/277e9c68f3074892965263cd3cf05307) -1px -1px no-repeat;
  21. background-size: 152px 86px;
  22. color: #fff;
  23. font-size: 12px;
  24. padding: 10px 8px;
  25. .title {
  26. margin-bottom: 5px;
  27. }
  28. .item {
  29. height: 17px;
  30. background: rgba(101, 112, 137, 0.5);
  31. margin-bottom: 2px;
  32. color: #D3DEF6;
  33. display: flex;
  34. align-items: center;
  35. padding: 0 3px;
  36. }
  37. .label {
  38. flex: 1;
  39. width: 0;
  40. color: #D3DEF6;
  41. }
  42. .unit {
  43. color: #BDC7DB;
  44. }
  45. }
  46. .tips-12 {
  47. width: 50px;
  48. padding: 10px;
  49. border-radius: 5px;
  50. background: $--color-primary;
  51. text-align: center;
  52. color: #fff;
  53. opacity: 0.7;
  54. .huifont-dianti1 {
  55. font-size: 26px;
  56. }
  57. }
  58. .tips-11 {
  59. color: #fff;
  60. width: 220px;
  61. .title {
  62. height: 33px;
  63. display: flex;
  64. align-items: center;
  65. background: linear-gradient(270deg, rgba(0, 22, 50, 0) 1%, rgba(37, 97, 176, 0.84) 65%, rgba(41, 105, 191, 0.9) 100%);
  66. border: 1px solid;
  67. border-image: linear-gradient(270deg, rgba(62, 201, 255, 0), rgba(29, 153, 255, 1)) 1 1;
  68. border-right: none;
  69. img {
  70. width: 33px;
  71. height: 33px;
  72. }
  73. .name {
  74. padding-left: 9px;
  75. font-weight: 500;
  76. }
  77. }
  78. .content {
  79. background: url(https://file-node.oss-cn-shanghai.aliyuncs.com/youji/6d622a2d48244bd49964cee555f44610) no-repeat;
  80. background-size: 100% 100%;
  81. padding: 9px 7px;
  82. position: relative;
  83. .item {
  84. display: flex;
  85. align-items: center;
  86. line-height: 19px;
  87. font-size: 12px;
  88. }
  89. .item:last-child {
  90. margin-top: 9px;
  91. }
  92. .label {
  93. width: 38px;
  94. }
  95. .value {
  96. flex: 1;
  97. width: 0;
  98. background: linear-gradient(270deg, rgba(0, 151, 225, 0) 0%, rgba(0, 151, 225, 0.8) 100%);
  99. padding-left: 5px;
  100. }
  101. &:before {
  102. content: '';
  103. position: absolute;
  104. width: 100%;
  105. background: url(https://file-node.oss-cn-shanghai.aliyuncs.com/youji/dd857ae85d8a47bdbc91a59c6ac70483) 100% no-repeat;
  106. background-size: 100% 100%;
  107. height: 9px;
  108. left: 0;
  109. bottom: 0;
  110. }
  111. }
  112. }
  113. .tips-10 {
  114. color: #fff;
  115. .tips-top {
  116. width: 139px;
  117. height: 51px;
  118. border: 1px solid rgba(6, 224, 233, 0.4);
  119. background: url(https://file-node.oss-cn-shanghai.aliyuncs.com/youji/68a6c73b116a4f76b6fb166d1ba91bfd) no-repeat;
  120. background-size: 100% 100%;
  121. margin-left: 12px;
  122. padding: 7px;
  123. }
  124. .item {
  125. display: flex;
  126. align-items: center;
  127. font-size: 12px;
  128. }
  129. .item :last-child {
  130. margin-bottom: 0px;
  131. }
  132. .label {
  133. font-weight: 500;
  134. }
  135. .value {
  136. font-size: 14px;
  137. margin-right: 2px;
  138. }
  139. .tips-bottom {
  140. background: url(https://file-node.oss-cn-shanghai.aliyuncs.com/youji/756652f93bbd407e9642fe3950e63434) no-repeat;
  141. background-size: 100% 100%;
  142. width: 151px;
  143. height: 63px;
  144. margin-top: 3px;
  145. position: relative;
  146. }
  147. .tips-bottom::before {
  148. content: '';
  149. position: absolute;
  150. width: 6px;
  151. height: 6px;
  152. background: #06E0E9;
  153. bottom: -3px;
  154. left: -2px;
  155. border-radius: 50%;
  156. }
  157. .tips-bottom::after {
  158. content: '';
  159. position: absolute;
  160. width: 36px;
  161. height: 1px;
  162. background: #06E0E9;
  163. top: 0;
  164. right: 0;
  165. }
  166. }
  167. .tips-9 {
  168. width: 310px;
  169. position: relative;
  170. display: flex;
  171. .line {
  172. width: 137px;
  173. height: 162px;
  174. .top {
  175. width: 100%;
  176. height: 88px;
  177. position: relative;
  178. }
  179. .top::before {
  180. content: '';
  181. position: absolute;
  182. width: 70px;
  183. height: 1px;
  184. background: #fff;
  185. top: 0;
  186. right: 0;
  187. }
  188. .top::after {
  189. content: '';
  190. position: absolute;
  191. width: 1px;
  192. height: 93px;
  193. background: #fff;
  194. top: -2px;
  195. left: 51px;
  196. transform: rotate(20deg);
  197. }
  198. .cricle {
  199. width: 74px;
  200. height: 74px;
  201. border: 2px solid #FFFFFF;
  202. border-radius: 50%;
  203. position: relative;
  204. }
  205. .cricle::before {
  206. content: '';
  207. position: absolute;
  208. width: 62px;
  209. height: 62px;
  210. border: 1px solid #FFFFFF;
  211. left: 3px;
  212. top: 3px;
  213. border-radius: 50%;
  214. }
  215. }
  216. .article {
  217. background: rgba(24, 31, 45, 0.7);
  218. box-shadow: inset 0px 0px 8px 0px rgba(227, 235, 255, 0.49);
  219. border: 1px solid #A7C3DF;
  220. width: 170px;
  221. }
  222. .title {
  223. color: #D2E4FF;
  224. height: 25px;
  225. background: rgba(76, 84, 103, 0.5);
  226. border-radius: 2px 2px 0px 0px;
  227. display: flex;
  228. align-items: center;
  229. .iconfont {
  230. font-size: 10px;
  231. color: #D2E4FF;
  232. margin: 0 9px;
  233. box-shadow: 0px 0px 6px 0px rgba(5, 36, 255, 0.7);
  234. }
  235. }
  236. .content {
  237. padding: 7px 15px;
  238. }
  239. .item {
  240. display: flex;
  241. line-height: 24px;
  242. font-size: 12px;
  243. }
  244. .label {
  245. color: #AAD1FF;
  246. margin-right: 5px;
  247. min-width: 48px;
  248. }
  249. .value {
  250. color: #FFFFFF;
  251. }
  252. }
  253. .tips-8 {
  254. color: #fff;
  255. .title {
  256. width: 268px;
  257. height: 32px;
  258. background: rgba(210, 228, 255, 0.05);
  259. border: 1px solid #96C6FF;
  260. line-height: 30px;
  261. font-weight: 500;
  262. padding-left: 12px;
  263. position: relative;
  264. box-sizing: initial;
  265. }
  266. .title::before,
  267. .title::after {
  268. content: '';
  269. width: 3px;
  270. height: 32px;
  271. background: #96C6FF;
  272. position: absolute;
  273. left: -6px;
  274. top: 0;
  275. }
  276. .title::after {
  277. left: auto;
  278. right: -6px;
  279. }
  280. .content {
  281. margin-top: 4px;
  282. padding: 7px 9px;
  283. background: linear-gradient(270deg, rgba(108, 152, 246, 0) 0%, rgba(108, 152, 246, 0.3) 99%);
  284. }
  285. .item {
  286. display: flex;
  287. line-height: 25px;
  288. font-size: 12px;
  289. margin-bottom: 2px;
  290. }
  291. .item:last-child {
  292. margin-bottom: 0px;
  293. }
  294. .label {
  295. width: 97px;
  296. text-align: center;
  297. background: rgba(38, 57, 105, 0.7);
  298. border: 1px solid #96C6FF;
  299. }
  300. .value {
  301. padding-left: 11px;
  302. flex: 1;
  303. width: 0;
  304. background: rgba(63, 72, 95, 0.7);
  305. border: 1px solid rgba(150, 198, 255, 0.66);
  306. border-left: none;
  307. }
  308. }
  309. .tips-7 {
  310. width: 185px;
  311. background: rgba(0, 0, 0, 0.7);
  312. color: #FFFFFF;
  313. .title {
  314. background: #D5B54C;
  315. border-radius: 2px 2px 0px 0px;
  316. padding: 4px 7px;
  317. }
  318. .content {
  319. padding: 12px;
  320. }
  321. .item {
  322. font-size: 12px;
  323. height: 24px;
  324. line-height: 24px;
  325. display: flex;
  326. }
  327. .label {
  328. margin-right: 14px;
  329. }
  330. .value {
  331. color: #E6BA6F;
  332. }
  333. }
  334. .tips-6 {
  335. padding: 8px;
  336. .item {
  337. display: flex;
  338. margin-bottom: 2px;
  339. }
  340. .item:last-child {
  341. margin-bottom: 0px;
  342. }
  343. .label,
  344. .value {
  345. width: 80px;
  346. height: 28px;
  347. line-height: 28px;
  348. background: rgba(79, 108, 152, 0.3);
  349. padding-left: 10px;
  350. font-size: 12px;
  351. color: #D2E4FF;
  352. overflow: hidden;
  353. display: flex;
  354. align-items: center;
  355. }
  356. .label {
  357. margin-right: 2px;
  358. }
  359. }
  360. .tips-5 {
  361. background: rgba(24, 31, 45, 0.9);
  362. border-radius: 2px;
  363. border: 1px solid rgba(154, 168, 199, 0.2);
  364. .title {
  365. height: 32px;
  366. background: rgba(76, 84, 103, 0.5);
  367. border-radius: 2px 2px 0px 0px;
  368. display: flex;
  369. align-items: center;
  370. font-weight: 600;
  371. font-size: 13px;
  372. color: #D2E4FF;
  373. border-bottom: 1px solid rgba(154, 168, 199, 0.5);
  374. .iconfont {
  375. font-size: 10px;
  376. color: #D2E4FF;
  377. margin: 0 9px;
  378. }
  379. }
  380. }
  381. .tips-4 {
  382. width: 150px;
  383. height: 24px;
  384. // background: linear-gradient(90deg, rgba(211, 179, 20, 0) 0%, rgba(161, 140, 35, 0.8) 53%, rgba(211, 179, 20, 0) 100%);
  385. border: 1px solid;
  386. border-image: linear-gradient(270deg, rgba(15, 70, 255, 0), rgba(15, 70, 255, 1.0), rgba(15, 70, 255, 0)) 1 1;
  387. font-weight: 600;
  388. font-size: 12px;
  389. color: #FFFFFF;
  390. text-align: center;
  391. line-height: 22px;
  392. position: relative;
  393. .iconfont {
  394. position: absolute;
  395. color: #3371FF;
  396. bottom: -23px;
  397. left: 50%;
  398. margin-left: -8px;
  399. }
  400. }
  401. .tips-3 {
  402. width: 130px;
  403. height: 26px;
  404. display: flex;
  405. color: #fff;
  406. position: relative;
  407. .label {
  408. width: 68px;
  409. height: 26px;
  410. background: #3371FF;
  411. border-radius: 63px 0px 0px 63px;
  412. opacity: 0.94;
  413. text-align: center;
  414. line-height: 26px;
  415. font-size: 12px;
  416. font-weight: 500;
  417. }
  418. .value {
  419. flex: 1;
  420. width: 0;
  421. display: flex;
  422. align-items: center;
  423. justify-content: center;
  424. background: #000000;
  425. opacity: 0.8;
  426. height: 26px;
  427. }
  428. .unit {
  429. font-size: 12px;
  430. opacity: 0.5;
  431. margin-left: 2px;
  432. }
  433. &::before {
  434. content: '';
  435. position: absolute;
  436. width: 0;
  437. height: 0;
  438. border-top: 12px solid transparent;
  439. border-right: 12px solid transparent;
  440. border-left: 12px solid transparent;
  441. border-bottom: 12px solid #2E333D;
  442. bottom: -12px;
  443. right: 5px;
  444. transform: rotate(-45deg);
  445. }
  446. &.primary {
  447. .label {
  448. color: #3371FF;
  449. background: #FFF;
  450. opacity: 1;
  451. }
  452. .value {
  453. background: #3371FF;
  454. opacity: 1;
  455. }
  456. .unit {
  457. opacity: 1;
  458. }
  459. &::before {
  460. border-bottom: 12px solid #3371FF;
  461. }
  462. }
  463. }
  464. .tips-2 {
  465. width: 127px;
  466. height: 22px;
  467. color: #fff;
  468. background: #000000;
  469. border-radius: 3px;
  470. opacity: 0.8;
  471. display: flex;
  472. align-items: center;
  473. .label {
  474. width: 60px;
  475. height: 18px;
  476. background: linear-gradient(270deg, rgba(205, 115, 50, 0) 0%, #3371FF 100%);
  477. border-radius: 3px 0px 0px 3px;
  478. font-size: 12px;
  479. color: #FFFFFF;
  480. text-align: center;
  481. }
  482. .value {
  483. flex: 1;
  484. width: 0;
  485. display: flex;
  486. align-items: center;
  487. justify-content: center;
  488. }
  489. .unit {
  490. font-size: 12px;
  491. opacity: 0.5;
  492. margin-left: 2px;
  493. }
  494. &.warning {
  495. .label {
  496. background: linear-gradient(270deg, rgba(205, 115, 50, 0) 0%, #F37F2C 100%);
  497. }
  498. }
  499. &.error {
  500. .label {
  501. background: linear-gradient(270deg, rgba(205, 115, 50, 0) 0%, #F04243 100%);
  502. }
  503. }
  504. }
  505. .tips-1 {
  506. width: 205px;
  507. height: 56px;
  508. background: rgba(8, 49, 51, 0.8);
  509. box-shadow: inset 0px 0px 16px 0px #06E0E9;
  510. border-radius: 30px;
  511. border: 1px solid rgba(255, 255, 255, 0.5);
  512. display: flex;
  513. align-items: center;
  514. color: #fff;
  515. position: relative;
  516. .cricle {
  517. width: 48px;
  518. height: 48px;
  519. background: rgba(8, 49, 51, 0.8);
  520. box-shadow: inset 0px 0px 16px 0px #06E0E9;
  521. border: 1px solid rgba(255, 255, 255, 0.5);
  522. border-radius: 50%;
  523. margin-left: 7px;
  524. margin-right: 25px;
  525. text-align: center;
  526. line-height: 46px;
  527. }
  528. .iconfont {
  529. font-size: 24px;
  530. }
  531. .label {
  532. font-size: 12px;
  533. line-height: 17px;
  534. }
  535. .value {
  536. display: flex;
  537. align-items: center;
  538. }
  539. .number {
  540. font-size: 22px;
  541. line-height: 24px;
  542. margin-right: 6px;
  543. }
  544. .line {
  545. content: '';
  546. position: absolute;
  547. width: 54px;
  548. height: 3px;
  549. background: #FFFFFF;
  550. bottom: 0;
  551. left: 50%;
  552. margin-left: -27px;
  553. }
  554. .line::after {
  555. content: '';
  556. position: absolute;
  557. height: 240px;
  558. width: 3px;
  559. background: linear-gradient(313deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  560. bottom: -240px;
  561. left: 50%;
  562. margin-left: -1px;
  563. }
  564. &.error {
  565. background: rgba(61, 5, 0, 0.7);
  566. box-shadow: inset 0px 0px 16px 0px rgba(240, 66, 67, 0.72);
  567. .cricle {
  568. background: rgba(61, 5, 0, 0.7);
  569. box-shadow: inset 0px 0px 16px 0px rgba(240, 66, 67, 0.72);
  570. }
  571. }
  572. &.warning {
  573. background: rgba(57, 54, 3, 0.68);
  574. box-shadow: inset 0px 0px 16px 0px rgba(255, 221, 97, 0.72);
  575. .cricle {
  576. background: rgba(57, 54, 3, 0.68);
  577. box-shadow: inset 0px 0px 16px 0px rgba(255, 221, 97, 0.72);
  578. }
  579. }
  580. }