investHomeGroup.css 21 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169
  1. html,
  2. body {
  3. width: 7680px;
  4. min-height: 2130px;
  5. height: 100%;
  6. font-size: 20px;
  7. color: #fff;
  8. font-family: 'Microsoft YaHei';
  9. overflow-y: hidden;
  10. }
  11. *,
  12. *:before,
  13. *:after {
  14. padding: 0;
  15. margin: 0;
  16. box-sizing: border-box;
  17. }
  18. a {
  19. text-decoration: none;
  20. cursor: pointer;
  21. }
  22. [v-cloak] {
  23. display: none;
  24. }
  25. .pointer {
  26. cursor: pointer;
  27. }
  28. #app {
  29. background: url('../groupImg/page-bg.png') center center no-repeat;
  30. background-size: 100% 100%;
  31. padding-top: 10px;
  32. width: 100%;
  33. height: 100%;
  34. overflow: hidden;
  35. color: #fff;
  36. display: grid;
  37. grid-template-columns: repeat(3, 1fr);
  38. padding: 10px;
  39. position: relative;
  40. }
  41. #app > div {
  42. width: 100%;
  43. height: 100%;
  44. }
  45. div {
  46. overflow: hidden;
  47. -webkit-user-select: none;
  48. -moz-user-select: none;
  49. -ms-user-select: none;
  50. user-select: none;
  51. }
  52. .my-header {
  53. position: relative;
  54. height: 70px;
  55. line-height: 70px;
  56. background: url('../groupImg/header-bg.png') center center no-repeat;
  57. background-size: 100% 100%;
  58. text-align: center;
  59. font-weight: bold;
  60. font-size: 32px;
  61. font-weight: 600;
  62. }
  63. .my-header span {
  64. background: linear-gradient(-3deg, #99eeff 0%, #99eeff 30%, #ffffff 91%);
  65. -webkit-background-clip: text;
  66. -webkit-text-fill-color: transparent;
  67. }
  68. .my-header span.right {
  69. position: absolute;
  70. right: 60px;
  71. top: 0px;
  72. font-size: 16px;
  73. }
  74. .LeftBox,
  75. .CenterBox,
  76. .RightBox {
  77. padding: 0 20px;
  78. }
  79. .CenterBox > .main {
  80. width: 100%;
  81. height: calc(100% - 70px);
  82. display: grid;
  83. grid-template-columns: 3fr 4fr 3fr;
  84. gap: 10px;
  85. background: url('../groupImg/back-center.png') center center no-repeat;
  86. background-size: 100% 100%;
  87. }
  88. .LeftBox > .main {
  89. width: 100%;
  90. height: calc(100% - 70px);
  91. display: grid;
  92. grid-template-columns: repeat(2, 1fr);
  93. grid-template-rows: repeat(3, 1fr);
  94. gap: 10px;
  95. }
  96. .RightBox > .main {
  97. width: 100%;
  98. height: calc(100% - 70px);
  99. display: grid;
  100. grid-template-rows: 5fr 8fr 11fr;
  101. gap: 10px;
  102. }
  103. .LeftBox .card {
  104. width: 100%;
  105. height: 100%;
  106. overflow: hidden;
  107. background: url('../groupImg/frame1.png') center center no-repeat;
  108. background-size: 100% 100%;
  109. }
  110. .title {
  111. position: relative;
  112. text-align: center;
  113. height: 100px;
  114. line-height: 100px;
  115. }
  116. .title .text {
  117. font-size: 30px;
  118. font-weight: 600;
  119. color: #05fbfe;
  120. text-shadow: 0px 2px 10px rgba(10, 30, 52, 0.48);
  121. background: linear-gradient(0deg, #ffffff 0%, #63dcff 0%, #e0f3ff 100%);
  122. -webkit-background-clip: text;
  123. -webkit-text-fill-color: transparent;
  124. position: relative;
  125. }
  126. .title .text::before {
  127. position: absolute;
  128. content: ' ';
  129. top: 15px;
  130. left: -40px;
  131. width: 30px;
  132. height: 10px;
  133. background: url('../groupImg/title-left2.png') no-repeat;
  134. }
  135. .title .text::after {
  136. position: absolute;
  137. content: ' ';
  138. top: 15px;
  139. right: -40px;
  140. width: 30px;
  141. height: 10px;
  142. background: url('../groupImg/title-right2.png') no-repeat;
  143. }
  144. .content {
  145. height: calc(100% - 110px);
  146. padding: 0 15px 10px;
  147. }
  148. .left-lt .content {
  149. display: grid;
  150. grid-template-columns: repeat(2, 1fr);
  151. gap: 10px;
  152. }
  153. .left-lt .content > div:first-child {
  154. display: grid;
  155. gap: 10px;
  156. grid-template-rows: repeat(2, 1fr);
  157. }
  158. .LeftBox .content-left-top {
  159. width: 100%;
  160. display: flex;
  161. align-items: center;
  162. height: 100%;
  163. }
  164. .LeftBox .item2 {
  165. width: 50%;
  166. display: flex;
  167. flex-direction: column;
  168. align-items: center;
  169. }
  170. .LeftBox .item2 .item2-title {
  171. font-weight: bold;
  172. font-size: 30px;
  173. }
  174. .LeftBox .item2 .item2-title span {
  175. font-weight: 500;
  176. font-size: 12px;
  177. }
  178. .LeftBox .item2 .item2-img {
  179. width: 150px;
  180. height: 150px;
  181. /* margin-top: -20px; */
  182. }
  183. .LeftBox .item2 .item2-text {
  184. color: #fff;
  185. font-size: 20px;
  186. }
  187. .LeftBox .content-left-top {
  188. width: 100%;
  189. display: flex;
  190. align-items: center;
  191. height: 100%;
  192. }
  193. .LeftBox .content-left-bottom {
  194. width: 100%;
  195. height: 100%;
  196. display: flex;
  197. align-items: center;
  198. justify-content: center;
  199. }
  200. .LeftBox .total {
  201. text-align: center;
  202. width: 200px;
  203. height: 30px;
  204. position: absolute;
  205. left: calc(50% - 100px);
  206. bottom: 7%;
  207. font-weight: bold;
  208. color: #2cb7e0;
  209. font-size: 20px;
  210. }
  211. .LeftBox .commonBack,
  212. .RightBox .commonBack {
  213. background-color: #062c4d;
  214. border-radius: 15px;
  215. }
  216. .LeftBox .left-rt .content {
  217. display: grid;
  218. grid-template-rows: repeat(2, 1fr);
  219. gap: 10px;
  220. }
  221. .LeftBox .left-rt .content > div:first-child {
  222. display: grid;
  223. gap: 10px;
  224. grid-template-columns: 3fr 4fr 4fr;
  225. }
  226. .LeftBox .left-rt .item3 {
  227. display: flex;
  228. flex-direction: column;
  229. align-items: center;
  230. justify-content: center;
  231. }
  232. .LeftBox .left-rt .item3 .item3-title {
  233. font-weight: bold;
  234. font-size: 30px;
  235. color: #69c0ff;
  236. }
  237. .LeftBox .left-rt .item3 .item3-title span {
  238. font-size: 14px;
  239. font-weight: 500;
  240. }
  241. .left-rt .item3 .item3-img {
  242. margin-top: -20px;
  243. width: 100px;
  244. height: 102px;
  245. margin-bottom: 18px;
  246. }
  247. .LeftBox .left-rt .item3 .item3-text {
  248. font-size: 14px;
  249. color: #fff;
  250. }
  251. .LeftBox .left-rt .item4-text {
  252. font-size: 20px;
  253. }
  254. .LeftBox .left-rt .item4 .item4-title {
  255. position: relative;
  256. padding-left: 10px;
  257. color: #69c0ff;
  258. margin-left: 10px;
  259. margin-top: 5px;
  260. font-size: 30px;
  261. }
  262. .LeftBox .left-rt .item4 .item4-title::before {
  263. content: '';
  264. position: absolute;
  265. left: 0;
  266. top: 50%;
  267. transform: translate(0, -50%);
  268. width: 5px;
  269. height: 5px;
  270. border-radius: 50%;
  271. background-color: #69c0ff;
  272. }
  273. .LeftBox .left-rt .item4 .item4-con {
  274. display: flex;
  275. align-items: center;
  276. justify-content: space-around;
  277. height: 100%;
  278. margin-top: 20px;
  279. }
  280. .LeftBox .left-rt .item4 .item4-con .item {
  281. display: flex;
  282. flex-direction: column;
  283. align-items: center;
  284. justify-content: center;
  285. margin: 0 30px;
  286. }
  287. .LeftBox .left-rt .item4 .item4-con .item .title {
  288. color: #69c0ff;
  289. font-weight: bold;
  290. font-size: 28px;
  291. height: 30px !important;
  292. line-height: 30px !important;
  293. margin-top: 10px;
  294. }
  295. .LeftBox .left-rt .item4 .item4-con .item .title span {
  296. font-weight: 500;
  297. font-size: 24px;
  298. }
  299. .LeftBox .left-rt .item4 .item4-con .item .text {
  300. font-size: 24px;
  301. color: #fff;
  302. }
  303. .LeftBox .left-rtb {
  304. display: grid;
  305. gap: 10px;
  306. grid-template-columns: repeat(2, 1fr);
  307. }
  308. .LeftBox .left-rc {
  309. display: grid;
  310. gap: 10px;
  311. grid-template-columns: repeat(2, 1fr);
  312. grid-template-rows: repeat(2, 1fr);
  313. }
  314. .LeftBox .left-lb,
  315. .left-rb {
  316. display: grid;
  317. gap: 10px;
  318. grid-template-columns: repeat(2, 1fr);
  319. }
  320. .LeftBox .light {
  321. background-color: #79a4db6c !important;
  322. }
  323. .CenterBox .center-l .card,
  324. .CenterBox .center-r .card {
  325. width: 100%;
  326. height: 100%;
  327. overflow: hidden;
  328. background: url('../groupImg/frame2.png') center center no-repeat;
  329. background-size: 100% 100%;
  330. }
  331. .CenterBox .center-l,
  332. .CenterBox .center-r {
  333. display: grid;
  334. gap: 10px;
  335. grid-template-rows: repeat(3, 1fr);
  336. }
  337. .CenterBox .boxs {
  338. display: grid;
  339. grid-template-columns: repeat(2, 1fr);
  340. grid-template-rows: repeat(2, 1fr);
  341. padding: 10px;
  342. color: #40a9ff;
  343. height: 100%;
  344. }
  345. .CenterBox .boxs > div {
  346. flex: 0 0 50%;
  347. background: url('../groupImg/left1-bg.png') no-repeat center;
  348. background-size: 100% 100%;
  349. padding: 20px 30px;
  350. display: flex;
  351. justify-content: center;
  352. align-items: center;
  353. flex-direction: column;
  354. }
  355. .CenterBox .boxs > div > p {
  356. width: 80%;
  357. }
  358. .CenterBox .boxs > div > p:nth-child(1) {
  359. display: flex;
  360. justify-content: space-between;
  361. }
  362. .CenterBox .boxs > div > p:nth-child(2) {
  363. margin-top: 25px;
  364. text-align: left;
  365. }
  366. .CenterBox .boxs .name {
  367. color: #f3f3f3;
  368. font-size: 30px;
  369. }
  370. .CenterBox .boxs .change {
  371. color: #32edaa;
  372. }
  373. .CenterBox .boxs .change.up {
  374. color: #ed3248;
  375. }
  376. .CenterBox .boxs .num {
  377. font-size: 30px;
  378. font-weight: 600;
  379. margin-right: 5px;
  380. }
  381. .CenterBox .boxs .el-icon-more {
  382. font-size: 35px;
  383. }
  384. .CenterBox .top {
  385. display: flex;
  386. justify-content: space-between;
  387. }
  388. .CenterBox .top .box {
  389. flex: 1;
  390. margin: 0 10px;
  391. display: flex;
  392. flex-direction: column;
  393. align-items: center;
  394. color: #40a9ff;
  395. }
  396. /* .CenterBox .t {
  397. padding: 15px 0;
  398. display: flex;
  399. align-items: center;
  400. background-color: rgba(59,211,255,0.05);
  401. } */
  402. .CenterBox .t {
  403. padding: 25px 0;
  404. display: flex;
  405. font-size: 30px;
  406. font-weight: 600;
  407. align-items: center;
  408. justify-content: center;
  409. background-color: rgba(18, 61, 98, 0.6);
  410. }
  411. .CenterBox .b {
  412. padding: 15px 0;
  413. display: flex;
  414. align-items: center;
  415. justify-content: space-around;
  416. background-color: rgba(7, 42, 76, 0.6);
  417. padding: 15px 0;
  418. }
  419. .CenterBox .b span {
  420. color: #40a9ff;
  421. font-size: 34px;
  422. font-weight: 900;
  423. }
  424. .CenterBox .t img {
  425. margin-right: 10px;
  426. }
  427. .CenterBox .box > div {
  428. width: 100%;
  429. }
  430. .CenterBox .box > img {
  431. width: 40px;
  432. }
  433. .CenterBox .box > div p {
  434. font-size: 26px;
  435. color: #e1e3ef;
  436. }
  437. .CenterBox .box > div span {
  438. display: inline-block;
  439. font-size: 34px;
  440. margin-right: 5px;
  441. font-weight: bolder;
  442. margin-top: 5px;
  443. }
  444. .CenterBox .map-box {
  445. height: 100%;
  446. position: relative;
  447. padding: 30px 0;
  448. }
  449. .CenterBox .mapBack{
  450. position: absolute;
  451. width: 60px;
  452. height: 60px;
  453. top: 100px;
  454. right: 100px;
  455. z-index: 99999999;
  456. }
  457. .CenterBox .status {
  458. position: absolute;
  459. /* bottom: 20px; */
  460. bottom: 200px;
  461. right: 15px;
  462. background-color: rgba(3, 10, 12, 0.46);
  463. border: 1px solid #4A57CF;
  464. }
  465. .CenterBox .status p {
  466. background-color: #02397f;
  467. line-height: 45px;
  468. text-align: center;
  469. font-size: 25px;
  470. color: #40a9ff;
  471. }
  472. .CenterBox .status li {
  473. line-height: 30px;
  474. padding-right: 15px;
  475. list-style: none;
  476. position: relative;
  477. font-size: 20px;
  478. }
  479. .CenterBox .status li::before {
  480. content: '';
  481. position: absolute;
  482. left: -15px;
  483. top: 50%;
  484. transform: translate(0, -50%);
  485. width: 5px;
  486. height: 5px;
  487. background-color: #00ffff;
  488. border-radius: 50%;
  489. }
  490. .CenterBox .status i {
  491. font-size: 20px;
  492. font-weight: 600;
  493. color: #40a9ff;
  494. }
  495. .CenterBox .tooltip-cont {
  496. margin: -15px;
  497. border: 1px solid #3699ff;
  498. border-radius: 8px;
  499. padding: 15px;
  500. background-color: rgb(39 122 145 / 0.36);
  501. font-size: 30px;
  502. }
  503. .CenterBox .tooltip-cont p {
  504. line-height: 1.8;
  505. color: #f3f3f3;
  506. position: relative;
  507. padding-left: 12px;
  508. }
  509. .CenterBox .tooltip-cont p::before {
  510. position: absolute;
  511. display: inline-block;
  512. content: '';
  513. left: -10px;
  514. top: 20px;
  515. width: 15px;
  516. height: 15px;
  517. border-radius: 50%;
  518. background-color: #40a9ff;
  519. }
  520. .CenterBox .tooltip-cont span {
  521. color: #69c0ff;
  522. }
  523. .RightBox .right-t {
  524. display: grid;
  525. gap: 10px;
  526. grid-template-columns: 3fr 1fr;
  527. background: url('../groupImg/langBack.png') no-repeat center;
  528. background-size: 100% 100%;
  529. padding: 10px;
  530. }
  531. .RightBox .right-c,
  532. .RightBox .right-b {
  533. display: grid;
  534. gap: 10px;
  535. grid-template-columns: repeat(2, 1fr);
  536. }
  537. .RightBox .right-c > div,
  538. .RightBox .right-b > div {
  539. background: url('../groupImg/cBack.png') no-repeat center;
  540. background-size: 100% 100%;
  541. padding: 10px;
  542. }
  543. .RightBox .top-lb {
  544. padding: 0px 30px;
  545. display: grid;
  546. /* grid-template-columns: repeat(11, 1fr); */
  547. grid-template-columns: 2.5fr 1fr 2.5fr 1fr 2.5fr 1fr 2.5fr 1fr 2.5fr 1fr 2.5fr;
  548. gap: 10px;
  549. padding-bottom: 20px;
  550. }
  551. .RightBox .top-lb > .topCard:nth-child(odd) > div:first-child,
  552. .RightBox .top-rb > .topCard:nth-child(odd) > div:first-child {
  553. width: 190px;
  554. height: 190px;
  555. background-size: 100% 100%;
  556. }
  557. .RightBox .top-lb > .topCard:nth-child(even) > div:first-child,
  558. .RightBox .top-rb > .topCard:nth-child(even) > div:first-child {
  559. width: 100px;
  560. height: 100px;
  561. background-size: 100% 100%;
  562. }
  563. .RightBox .titleBackBlue {
  564. background: url('../groupImg/completed.png') no-repeat center;
  565. background-size: 95% 95%;
  566. }
  567. .RightBox .titleBackYellow {
  568. background: url('../groupImg/completed2.png') no-repeat center;
  569. background-size: 95% 95%;
  570. }
  571. .RightBox .top-rb {
  572. padding: 0px 30px;
  573. display: grid;
  574. grid-template-columns: 2.5fr 1fr 2.5fr;
  575. gap: 10px;
  576. padding-bottom: 20px;
  577. }
  578. .RightBox .top-lb > .topCard:nth-child(even) > div:first-child {
  579. background: url('../groupImg/completedDot.png') no-repeat center;
  580. background-size: 100% auto;
  581. background-position: 0 25%;
  582. }
  583. .RightBox .top-rb > .topCard:nth-child(even) > div:first-child {
  584. background: url('../groupImg/completedDot.png') no-repeat;
  585. background-size: 100% auto;
  586. background-position: 0 35%;
  587. }
  588. .RightBox .centerBack {
  589. background: url('../groupImg/back2.png') no-repeat;
  590. background-size: 100% 100%;
  591. }
  592. .RightBox .center-l {
  593. display: grid;
  594. grid-template-columns: repeat(3, 1fr);
  595. gap: 10px;
  596. padding: 20px !important;
  597. }
  598. .RightBox .center-l > div {
  599. background: url('../groupImg/center-left-list-back.png') no-repeat;
  600. background-size: 100% 100%;
  601. text-align: center;
  602. padding: 10%;
  603. }
  604. .RightBox .center-l-title {
  605. width: 100%;
  606. height: 10%;
  607. margin-top: 15%;
  608. font-size: 30px;
  609. font-weight: bold;
  610. }
  611. .RightBox .center-l-list {
  612. height: 30%;
  613. margin: 15% 0;
  614. background: url('../groupImg/project.png') no-repeat center;
  615. background-size: 100% auto;
  616. font-size: 26px;
  617. }
  618. .RightBox .center-l-list2 {
  619. height: 30%;
  620. background: url('../groupImg/pin.png') no-repeat center;
  621. background-size: 100% auto;
  622. font-size: 26px;
  623. }
  624. .RightBox .right-br {
  625. display: grid;
  626. gap: 10px;
  627. grid-template-rows: repeat(2, 1fr);
  628. }
  629. .RightBox .right-brt {
  630. display: grid;
  631. gap: 10px;
  632. grid-template-columns: repeat(2, 1fr);
  633. }
  634. .RightBox .flotage {
  635. width: 220px;
  636. height: 100px;
  637. background-color: rgba(70, 78, 87, 0.5);
  638. display: flex;
  639. flex-direction: column;
  640. justify-content: space-around;
  641. padding: 10px;
  642. /* border: 1px solid #557e81; */
  643. top: 15px;
  644. border-radius: 5px;
  645. transition: all 0.2s;
  646. }
  647. .tip-box {
  648. position: absolute;
  649. width: 2000px !important;
  650. height: 1400px !important;
  651. top: calc(50% - 700px);
  652. left: calc(50% - 1000px);
  653. background: url('../groupImg/popup.png') no-repeat center;
  654. background-color: #133b65;
  655. background-size: 100% 100%;
  656. padding: 200px 100px 100px 100px;
  657. border-radius: 55px;
  658. z-index: 9999999999;
  659. }
  660. .titleImg {
  661. width: 100%;
  662. height: 100%;
  663. border-radius: 10px;
  664. }
  665. .popLeft,
  666. .popright {
  667. height: 90%;
  668. width: 50%;
  669. }
  670. .popright {
  671. right: 0;
  672. }
  673. .poptitle{
  674. top:60px;
  675. left: calc(50% - 210px);
  676. width: 400px;
  677. text-align: center;
  678. font-size: 30px;
  679. font-weight: bolder;
  680. background: linear-gradient(-3deg, #99eeff 0%, #99eeff 30%, #ffffff 91%);
  681. -webkit-background-clip: text;
  682. -webkit-text-fill-color: transparent;
  683. }
  684. .doubleTip{
  685. display: grid;
  686. grid-template-rows: repeat(2, 1fr);
  687. gap: 10px;
  688. }
  689. .tip2 {
  690. width: 100%;
  691. height: 100%;
  692. display: grid;
  693. grid-template-columns: 60% 40%;
  694. /* grid-template-rows: 1fr 1fr; */
  695. grid-gap: 10px;
  696. }
  697. .tip-down {
  698. position: absolute;
  699. top:10px;
  700. right: 30px;
  701. width: 50px;
  702. text-align: center;
  703. height: 50px;
  704. line-height: 50px;
  705. cursor: pointer;
  706. font-size: 60px;
  707. }
  708. .row-item,.header-item{
  709. font-size: 20px !important;
  710. }
  711. .tip2-list {
  712. height: 100%;
  713. display: grid;
  714. grid-template-rows: repeat(5, minmax(0, 1fr));
  715. background-color: #04224c;
  716. padding: 20px 20px;
  717. font-size: 30px;
  718. }
  719. .tip2-list > div {
  720. width: 100%;
  721. height: 100%;
  722. display: flex;
  723. justify-content: space-between;
  724. align-items: center;
  725. }
  726. .tip2-list > div:nth-child(2),
  727. .tip2-list > div:nth-child(4) {
  728. border-top: 1px solid #69c0ff;
  729. border-bottom: 1px solid #69c0ff;
  730. }
  731. .total3 {
  732. bottom: 15%;
  733. }
  734. .total {
  735. text-align: center;
  736. position: absolute;
  737. left: calc(50% - 150px);
  738. bottom: 15%;
  739. font-size: 30px;
  740. font-weight: bold;
  741. color: #2cb7e0;
  742. }
  743. .productTip{
  744. /* height: ; */
  745. height: 1800px !important;
  746. width: 3000px !important;
  747. top: calc( 50% - 900px);
  748. left: calc( 50% - 1500px );
  749. z-index: 99999999999 !important;
  750. }
  751. .productPoptitle{
  752. font-size: 40px !important;
  753. top: 80px !important;
  754. }
  755. .productTip .row-item,.productTip .header-item{
  756. font-size: 30px !important;
  757. }
  758. /* 公共css */
  759. /* 宽高纵横比 */
  760. .aspect-auto {
  761. aspect-ratio: auto;
  762. }
  763. .aspect-square {
  764. aspect-ratio: 1 / 1;
  765. }
  766. .aspect-video {
  767. aspect-ratio: 16 / 9;
  768. }
  769. /* aspect-[4/3] */
  770. /* 居中 */
  771. .mx-auto {
  772. margin: 0 auto;
  773. }
  774. /* 设置容器内的列数/每列距离 */
  775. .columns-1 {
  776. columns: 1;
  777. }
  778. /* columns-[20px] */
  779. /* 盒子模型 */
  780. .box-border {
  781. box-sizing: border-box;
  782. }
  783. .box-content {
  784. box-sizing: content-box;
  785. }
  786. /* 消失 */
  787. .hidden {
  788. display: none;
  789. }
  790. /* 块级元素 */
  791. .block {
  792. display: block;
  793. }
  794. /* 行内块 */
  795. .inline-block {
  796. display: inline-block;
  797. }
  798. /* 行内元素 */
  799. .inline {
  800. display: inline;
  801. }
  802. /* 弹性布局 */
  803. .flex {
  804. display: flex;
  805. }
  806. /* 主轴起点在左边 */
  807. .flex-row {
  808. flex-direction: row;
  809. }
  810. /* 主轴起点在右边 */
  811. .flex-row-reverse {
  812. flex-direction: row-reverse;
  813. }
  814. /* 主轴竖向排列,在上面 */
  815. .flex-col {
  816. flex-direction: column;
  817. }
  818. /* 主轴竖向排列,在下面 */
  819. .flex-col-reverse {
  820. flex-direction: column-reverse;
  821. }
  822. /* 自动换行 */
  823. .flex-wrap {
  824. flex-wrap: wrap;
  825. }
  826. /* 自动换行下起点 */
  827. .flex-wrap-reverse {
  828. flex-wrap: wrap-reverse;
  829. }
  830. /* 不换行 */
  831. .flex-nowrap {
  832. flex-wrap: nowrap;
  833. }
  834. /* 弹性成长 */
  835. .grow {
  836. flex-grow: 1;
  837. }
  838. /* 不允许弹性成长 */
  839. .grow-0 {
  840. flex-grow: 0;
  841. }
  842. /* 主轴从左开始 */
  843. .justify-start {
  844. justify-content: flex-start;
  845. }
  846. /* 主轴从右开始 */
  847. .justify-end {
  848. justify-content: flex-end;
  849. }
  850. /* 主轴剧中 */
  851. .justify-center {
  852. justify-content: center;
  853. }
  854. /* 主轴两端无间隔 */
  855. .justify-between {
  856. justify-content: space-between;
  857. }
  858. /* 主轴两端有间隔 */
  859. .justify-around {
  860. justify-content: space-around;
  861. }
  862. /* 所有间隔相等 */
  863. .justify-evenly {
  864. justify-content: space-evenly;
  865. }
  866. /* 纵向起点最上方 */
  867. .items-start {
  868. align-items: flex-start;
  869. }
  870. /* 纵向起点最下方 */
  871. .items-end {
  872. align-items: flex-end;
  873. }
  874. .items-center {
  875. align-items: center;
  876. }
  877. /* 网格布局 */
  878. .grid {
  879. display: grid;
  880. }
  881. /* 有几列 */
  882. .grid-cols-4 {
  883. grid-template-columns: repeat(4, minmax(0, 1fr));
  884. grid-template-columns: repeat(4, 1fr);
  885. }
  886. /* 有几行 */
  887. .grid-rows-3 {
  888. grid-template-rows: repeat(3, minmax(0, 1fr));
  889. grid-template-rows: repeat(3, 1fr);
  890. }
  891. /* 容器中的内容上下布局 */
  892. .grid-center {
  893. align-items: center;
  894. }
  895. /* 间距 */
  896. .gap-7 {
  897. gap: 1.75rem;
  898. }
  899. /* 允许弹性成长 */
  900. .shrink {
  901. flex-shrink: 1;
  902. }
  903. /* 不允许弹性成长 */
  904. .shrink-0 {
  905. flex-shrink: 0;
  906. }
  907. /* 不允许成长也不允许收缩 */
  908. .flex-none {
  909. flex: none;
  910. }
  911. /* 浮动布局 */
  912. .float-right {
  913. float: right;
  914. }
  915. .float-left {
  916. float: left;
  917. }
  918. .clear-both {
  919. clear: both;
  920. }
  921. /* 溢出 */
  922. .overflow-auto {
  923. overflow: auto;
  924. }
  925. .overflow-hidden {
  926. overflow: hidden;
  927. }
  928. .overflow-scroll {
  929. overflow: scroll;
  930. }
  931. .overflow-x-auto {
  932. overflow-x: auto;
  933. }
  934. .overflow-y-auto {
  935. overflow-y: auto;
  936. }
  937. /* 定位 */
  938. .fixed {
  939. position: fixed;
  940. }
  941. .absolute {
  942. position: absolute;
  943. }
  944. .relative {
  945. position: relative;
  946. }
  947. .top-0 {
  948. top: 0px;
  949. }
  950. .right-0 {
  951. right: 0px;
  952. }
  953. .bottom-0 {
  954. bottom: 0px;
  955. }
  956. .left-0 {
  957. left: 0px;
  958. }
  959. /* top-[3px] */
  960. /* z-[100] */
  961. /* 显示隐藏未脱离文档流 */
  962. .visible {
  963. visibility: visible;
  964. }
  965. .invisible {
  966. visibility: hidden;
  967. }
  968. /* 内边距 */
  969. .p-0 {
  970. padding: 0px;
  971. }
  972. .px-0 {
  973. padding-left: 0px;
  974. padding-right: 0px;
  975. }
  976. .py-0 {
  977. padding-top: 0px;
  978. padding-bottom: 0px;
  979. }
  980. .pt-0 {
  981. padding-top: 0px;
  982. }
  983. .pr-0 {
  984. padding-right: 0px;
  985. }
  986. .pb-0 {
  987. padding-bottom: 0px;
  988. }
  989. .pl-0 {
  990. padding-left: 0px;
  991. }
  992. /* p-[5px] */
  993. /* 外边距 */
  994. .m-0 {
  995. margin: 0px;
  996. }
  997. .mx-0 {
  998. margin-left: 0px;
  999. margin-right: 0px;
  1000. }
  1001. .my-0 {
  1002. margin-top: 0px;
  1003. margin-bottom: 0px;
  1004. }
  1005. .mt-0 {
  1006. margin-top: 0px;
  1007. }
  1008. .mr-0 {
  1009. margin-right: 0px;
  1010. }
  1011. .mb-0 {
  1012. margin-bottom: 0px;
  1013. }
  1014. .ml-0 {
  1015. margin-left: 0px;
  1016. }
  1017. /* m-[5px] */
  1018. /* 宽度 */
  1019. .w-full {
  1020. width: 100%;
  1021. }
  1022. .w-screen {
  1023. width: 100vw;
  1024. }
  1025. /* w-[32rem] */
  1026. /* min-w-[50%] */
  1027. /* max-w-[50%] */
  1028. /* 高度 */
  1029. .h-full {
  1030. height: 100%;
  1031. }
  1032. .h-screen {
  1033. height: 100vh;
  1034. }
  1035. /* h-[32rem] */
  1036. /* min-h-[50%] */
  1037. /* max-h-[32rem] */
  1038. /* 字体 */
  1039. .text-xs {
  1040. font-size: 0.75rem; /* 12px */
  1041. line-height: 1rem; /* 16px */
  1042. }
  1043. .text-sm {
  1044. font-size: 0.875rem; /* 14px */
  1045. line-height: 1.25rem; /* 20px */
  1046. }
  1047. .text-base {
  1048. font-size: 1rem; /* 16px */
  1049. line-height: 1.5rem; /* 24px */
  1050. }
  1051. .text-lg {
  1052. font-size: 1.125rem; /* 18px */
  1053. line-height: 1.75rem; /* 28px */
  1054. }
  1055. .text-xl {
  1056. font-size: 1.25rem; /* 20px */
  1057. line-height: 1.75rem; /* 28px */
  1058. }
  1059. .text-2xl {
  1060. font-size: 1.5rem; /* 24px */
  1061. line-height: 2rem; /* 32px */
  1062. }
  1063. .text-3xl {
  1064. font-size: 1.875rem; /* 30px */
  1065. line-height: 2.25rem; /* 36px */
  1066. }
  1067. .text-4xl {
  1068. font-size: 2.25rem; /* 36px */
  1069. line-height: 2.5rem; /* 40px */
  1070. }
  1071. .text-5xl {
  1072. font-size: 3rem; /* 48px */
  1073. line-height: 1;
  1074. }
  1075. .text-6xl {
  1076. font-size: 3.75rem; /* 60px */
  1077. line-height: 1;
  1078. }
  1079. .text-7xl {
  1080. font-size: 4.5rem; /* 72px */
  1081. line-height: 1;
  1082. }
  1083. .text-8xl {
  1084. font-size: 6rem; /* 96px */
  1085. line-height: 1;
  1086. }
  1087. .text-9xl {
  1088. font-size: 8rem; /* 128px */
  1089. line-height: 1;
  1090. }
  1091. /* text-[14px] */
  1092. /* 字体粗细font-weight */
  1093. /* font-[1100] */
  1094. /* https://tailwindcss.com/docs/font-weight */
  1095. /* 字体间距letter-spacing */
  1096. /* tracking-[.25em] */
  1097. /* 行高line-height */
  1098. /* leading-[3rem] */
  1099. /* 无列表样式 */
  1100. .list-none {
  1101. list-style-type: none;
  1102. }
  1103. /* 小圆点 */
  1104. .list-disc {
  1105. list-style-type: disc;
  1106. }
  1107. /* 数字列表 */
  1108. .list-decimal {
  1109. list-style-type: decimal;
  1110. }
  1111. .text-left {
  1112. text-align: left;
  1113. }
  1114. .text-center {
  1115. text-align: center;
  1116. }
  1117. .text-right {
  1118. text-align: right;
  1119. }
  1120. /* 所有文本头尾对齐 */
  1121. .text-justify {
  1122. text-align: justify;
  1123. }
  1124. /* 文本颜色 */
  1125. /* text-[#50d71e] */
  1126. /* https://tailwindcss.com/docs/text-color */
  1127. /* 下划线 */
  1128. .underline {
  1129. text-decoration-line: underline;
  1130. }
  1131. /* 上划线 */
  1132. .overline {
  1133. text-decoration-line: overline;
  1134. }
  1135. /* 中划线 */
  1136. .line-through {
  1137. text-decoration-line: line-through;
  1138. }
  1139. /* 无划线 */
  1140. .no-underline {
  1141. text-decoration-line: none;
  1142. }
  1143. /* 全小写 */
  1144. .lowercase {
  1145. text-transform: lowercase;
  1146. }
  1147. /* 全大写 */
  1148. .uppercase {
  1149. text-transform: uppercase;
  1150. }
  1151. /* 首字母大写 */
  1152. .capitalize {
  1153. text-transform: capitalize;
  1154. }