123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548 |
- html,
- body {
- width: 7680px !important;
- min-height: 2120px;
- height: 100%;
- font-size: 20px;
- color: #fff;
- font-family: 'Microsoft YaHei';
- overflow-y: hidden;
- }
- /* 强制去掉滚动条 */
- html {
- /* overflow-x: hidden !important; */
- }
- * {
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- img *,
- *,
- *:before,
- *:after {
- padding: 0;
- margin: 0;
- box-sizing: border-box;
- }
- a {
- text-decoration: none;
- cursor: pointer;
- }
- [v-cloak] {
- display: none;
- }
- #app {
- transition: all 3s;
- }
- .appbg1 {
- background: url('../img/page-bg2.png') center center no-repeat;
- background-size: 100% 100%;
- }
- .appbg2 {
- background: url('../img/page-bg.png') center center no-repeat;
- background-size: 100% 100%;
- }
- .top {
- height: 180px;
- width: 100%;
- display: grid;
- grid-template-columns: repeat(3, 1fr);
- gap: 10px;
- }
- .top > div {
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- font-size: 52px;
- font-weight: bold;
- letter-spacing: 5px;
- }
- .top .title > span:before {
- content: '';
- display: inline-block;
- width: 66px; /*图标宽度*/
- height: 42px; /*图标高度*/
- background: url('../img/title-left.png') no-repeat center center; /*图标路径*/
- background-size: contain; /*图标大小适应*/
- margin-right: 20px; /*图标与文字的间距*/
- }
- .top .title > div {
- height: 30px;
- width: 40%;
- background: url('../img/title-light.png') center bottom no-repeat;
- background-size: 100% 100%;
- }
- .top .title > span:after {
- content: '';
- display: inline-block;
- width: 66px; /*图标宽度*/
- height: 42px; /*图标高度*/
- background: url('../img/title-right.png') no-repeat center center; /*图标路径*/
- background-size: contain; /*图标大小适应*/
- margin-left: 20px; /*图标与文字的间距*/
- }
- .top .mainTitle {
- height: 70%;
- font-size: 72px;
- text-shadow: 2px 3px 1px black;
- letter-spacing: 5px;
- }
- .bottom {
- height: calc(100% - 180px);
- width: 100%;
- display: grid;
- grid-template-columns: repeat(3, 1fr);
- gap: 10px;
- padding: 0 1% 1% 1%;
- align-items: end;
- position: relative;
- }
- .left,
- .right {
- display: grid;
- grid-template-columns: repeat(2, 1fr);
- grid-template-rows: repeat(3, 1fr);
- grid-column-gap: 10px;
- height: 100%;
- width: 100%;
- overflow: hidden;
- }
- .left > div,
- .center > div,
- .right > div {
- width: 100%;
- height: 100%;
- overflow: hidden;
- }
- .left .title,
- .center .title {
- width: 100%;
- /* height: calc(100% / 7); */
- height: 80px;
- overflow: hidden;
- background: url('../img/small-title.png') no-repeat center bottom; /*图标路径*/
- background-size: 100% 50%;
- display: flex;
- align-items: center;
- padding-left: 7%;
- font-size: 36px;
- text-shadow: 2px 3px 1px black;
- letter-spacing: 5px;
- }
- .left .child > div:nth-child(1):before {
- content: '';
- background: url('../img/leftPoint.png') no-repeat center center; /*图标路径*/
- background-size: contain; /*图标大小适应*/
- width: 20px;
- height: 20px;
- display: inline-block;
- margin-right: 10px;
- }
- .left .content,
- .center .content {
- width: 100%;
- height: calc(100% - 80px);
- overflow: hidden;
- padding: 1% 1% 0 1%;
- }
- .left1 {
- display: grid;
- grid-template-rows: 1fr 1.6fr;
- }
- .left1 > div:first-child {
- display: flex;
- align-items: center;
- justify-content: space-around;
- }
- .left1 .child {
- width: 47%;
- height: 100%;
- background: url('../img/left1.png') no-repeat center center; /*图标路径*/
- background-size: 100% 100%;
- display: grid;
- grid-template-columns: repeat(2, 1fr);
- grid-template-rows: repeat(3, 1fr);
- padding: 1% 3%;
- align-items: center;
- }
- .left1B {
- display: grid;
- grid-template-columns: 4fr 6fr;
- overflow: hidden;
- position: relative;
- }
- .left1B > div:nth-child(1) {
- overflow: hidden;
- /* background: url("../img/disk.png") no-repeat center center; */
- background-size: 100% 100%;
- padding-bottom: 10%;
- }
- .left1C {
- display: grid;
- grid-template-rows: 1fr 2fr 2fr;
- overflow: hidden;
- padding-top: 30px;
- }
- .left1C-child {
- padding: 1%;
- }
- .checkBg {
- background: url('../img/disk.png') no-repeat center center; /*图标路径*/
- background-size: 100% 100%;
- }
- .left .industryProportion1,
- .left2 .industryProportion1 {
- background: url('../img/industryProportion.png') no-repeat center center; /*图标路径*/
- background-size: 100% 100%;
- color: #ffe036;
- }
- .left .industryProportion2 {
- background-color: #1f3152;
- }
- .left2 .industryProportion2 {
- background-color: #264580;
- }
- .left2 {
- display: grid;
- grid-template-rows: 3fr 17fr;
- overflow: hidden;
- }
- .left3 {
- display: grid;
- grid-template-columns: 9fr 11fr;
- overflow: hidden;
- gap: 30px;
- }
- .left3A {
- display: grid;
- grid-template-rows: repeat(3, 1fr);
- overflow: hidden;
- gap: 30px;
- padding: 10px 0;
- padding-top: 30px;
- }
- .left3A > div:nth-child(1) {
- background: url('../img/retainedA.png') no-repeat center center; /*图标路径*/
- background-size: 100% 100%;
- }
- .left3A > div:nth-child(2) {
- background: url('../img/retainedB.png') no-repeat center center; /*图标路径*/
- background-size: 100% 100%;
- }
- .left3A > div:nth-child(3) {
- background: url('../img/retainedC.png') no-repeat center center; /*图标路径*/
- background-size: 100% 100%;
- }
- .left4 {
- width: 100%;
- height: 100%;
- overflow: hidden;
- position: relative;
- display: grid;
- grid-template-columns: repeat(2, 1fr);
- }
- .left4A {
- width: 100%;
- height: 100%;
- overflow: hidden;
- position: absolute;
- }
- .left4A > div:not(:last-child),
- .bubble {
- position: absolute;
- animation: moveUpDown 4s infinite;
- }
- @keyframes moveUpDown {
- 0% {
- transform: translateY(0);
- }
- 50% {
- transform: translateY(-10px);
- }
- 100% {
- transform: translateY(0);
- }
- }
- .bubble2 {
- position: absolute !important;
- animation: moveUpDown2 4s infinite !important;
- }
- @keyframes moveUpDown2 {
- 0% {
- transform: translateY(0);
- }
- 50% {
- transform: translateY(-20px);
- }
- 100% {
- transform: translateY(0);
- }
- }
- .lightTip {
- width: 20px;
- height: 2000px;
- }
- .center {
- display: grid;
- grid-template-columns: 33fr 50fr 33fr;
- height: 95%;
- width: 100%;
- overflow: hidden;
- gap: 10px;
- position: relative;
- }
- .center > div:nth-child(1),
- .center > div:nth-child(3) {
- display: grid;
- grid-template-rows: repeat(3, 1fr);
- overflow: hidden;
- }
- .center1 {
- display: grid;
- grid-template-rows: 7fr 13fr;
- overflow: hidden;
- }
- .center1 > div:nth-child(2) {
- background: url('../img/bubbleBg.png') no-repeat center center; /*图标路径*/
- background-size: 100% 100%;
- }
- .center1 > div:nth-child(3) {
- background: url('../img/blueBig.png') no-repeat center center; /*图标路径*/
- background-size: 100% 100%;
- }
- .center1 > div:nth-child(4) {
- background: url('../img/blueSmall.png') no-repeat center center; /*图标路径*/
- background-size: 100% 100%;
- }
- .center1 > div:nth-child(5) {
- background: url('../img/greenSmall.png') no-repeat center center; /*图标路径*/
- background-size: 100% 100%;
- }
- .center1 > div:nth-child(6) {
- background: url('../img/greenBig.png') no-repeat center center; /*图标路径*/
- background-size: 100% 100%;
- }
- .center2 {
- display: grid;
- grid-template-rows: 1fr 6fr;
- overflow: hidden;
- }
- .center2 > div:nth-child(1) > div {
- width: 100%;
- height: 100%;
- overflow: hidden;
- }
- .center2 > div:nth-child(1) {
- display: grid;
- grid-template-rows: repeat(2, 1fr);
- grid-template-columns: repeat(2, 1fr);
- gap: 10px;
- overflow: hidden;
- }
- .center2 > div:nth-child(1) > div {
- margin-left: 10%;
- background-size: 70% 100% !important;
- overflow: hidden;
- padding-left: 30%;
- }
- .center2 > div:nth-child(1) > div:nth-child(1) {
- background: url('../img/centerTop1.png') no-repeat center left; /*图标路径*/
- }
- .center2 > div:nth-child(1) > div:nth-child(2) {
- background: url('../img/centerTop2.png') no-repeat center left; /*图标路径*/
- }
- .center2 > div:nth-child(1) > div:nth-child(3) {
- background: url('../img/centerTop3.png') no-repeat center left; /*图标路径*/
- }
- .center2 > div:nth-child(1) > div:nth-child(4) {
- background: url('../img/centerTop4.png') no-repeat center left; /*图标路径*/
- }
- .center3 {
- position: absolute !important;
- overflow: hidden;
- width: 100%;
- height: 100%;
- z-index: 1;
- top: -3%;
- left: 1%;
- opacity: 0.4;
- }
- .center5 {
- position: absolute !important;
- overflow: hidden;
- width: 100%;
- height: 100%;
- z-index: 1;
- top: -26px;
- left: 17px;
- opacity: 0.4;
- }
- .center4 > div > div {
- width: 100%;
- height: 100%;
- }
- .bgTooltip {
- overflow: hidden;
- padding: 5% 10% !important;
- margin: 0 !important;
- width: 400px;
- height: 200px;
- color: #fff;
- display: grid;
- grid-template-rows: repeat(3, 1fr);
- }
- .custom-tooltip-box {
- padding: 0 !important;
- border: none !important;
- background-color: transparent !important;
- }
- .blueIcon {
- font-size: 32px !important;
- }
- .blueIcon::before {
- content: '●';
- margin-right: 10px;
- color: #40a9ff;
- }
- .bottom-tip {
- background: url('../img/center-bottonm.png') no-repeat center left; /*图标路径*/
- background-size: 100% 100%;
- cursor: pointer;
- width: 1600px;
- height: 120px;
- position: absolute;
- bottom: 0;
- left: calc(50% - 800px);
- }
- .bottom-tip:hover {
- background: url('../img/center-bottonm2.png') no-repeat center left; /*图标路径*/
- background-size: 100% 100%;
- }
- .svg_box {
- width: 460px;
- height: 800px;
- transform-origin: center top;
- transform: rotateX(80deg);
- position: absolute;
- top: 160px;
- left: 0;
- }
- .to {
- position: absolute;
- left: 0;
- }
- .index {
- position: absolute;
- left: 0;
- z-index: 999;
- }
- .left5 {
- display: grid;
- gap: 10px;
- grid-template-columns: repeat(2, 1fr);
- }
- .row-item,
- .header-item {
- font-size: 20px !important;
- }
- .light {
- background-color: #79a4db6c !important;
- font-size: 26px !important;
- color: rgb(255, 224, 54);
- }
- .centerB {
- background: url('../img/chinaLight.png') no-repeat center center; /*图标路径*/
- background-size: 95% 90%;
- }
- .chinaTop {
- width: 90%;
- height: 8.5%;
- position: absolute;
- top: 3%;
- z-index: 999;
- display: grid;
- grid-template-columns: repeat(4, 1fr);
- margin-left: 5%;
- }
- .chinaTop > div:nth-child(1) {
- background: url('../img/centerTop1.png') no-repeat center left; /*图标路径*/
- background-size: 81% 100%;
- }
- .chinaTop > div:nth-child(2) {
- background: url('../img/centerTop2.png') no-repeat center left; /*图标路径*/
- background-size: 81% 100%;
- }
- .chinaTop > div:nth-child(3) {
- background: url('../img/centerTop3.png') no-repeat center left; /*图标路径*/
- background-size: 81% 100%;
- }
- .chinaTop > div:nth-child(4) {
- background: url('../img/centerTop4.png') no-repeat center left; /*图标路径*/
- background-size: 81% 100%;
- }
- .projectPop {
- background: rgba(50, 50, 50, 0.7);
- padding: 10px;
- font-size: 24px;
- transition: all 0.3s;
- font-family: 'Microsoft YaHei';
- }
- .backBlack {
- width: 7680px !important;
- min-height: 2120px;
- height: 100%;
- top: 0;
- left: 0;
- background-color: rgba(0, 5, 16, 0.7);
- z-index: 999999999;
- }
- .tip-box1 {
- position: absolute;
- width: 2300px !important;
- height: 1500px !important;
- top: calc(50% - 650px);
- left: calc(50% - 1150px);
- background: url('../img/pop.png') no-repeat center;
- background-size: 100% auto;
- padding: 0px 100px 100px 100px;
- border-radius: 55px;
- }
- .pop-title1 {
- width: 100%;
- height: 160px;
- line-height: 160px;
- text-align: center;
- font-size: 48px;
- font-weight: bolder;
- background: linear-gradient(-3deg, #99eeff 0%, #99eeff 30%, #ffffff 91%);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- }
- .pop-title2 {
- background: linear-gradient(-3deg, #99eeff 0%, #99eeff 30%, #ffffff 91%);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- }
- .pop-content1 {
- width: 100%;
- height: calc(100% - 260px);
- }
- .pop-content2 {
- width: 100%;
- height: calc(100% - 300px);
- }
- .titleImg {
- width: auto;
- height: 100%;
- border-radius: 10px;
- }
- .popLeft,
- .popright {
- height: 75%;
- width: 45%;
- }
- .popright {
- right: 5%;
- }
- .left4AShadow {
- box-shadow: 0px 0px 25px rgb(132, 132, 132);
- border-radius: 15px;
- font-size: 20px;
- font-family: 'Microsoft YaHei';
- }
- .productTip {
- position: absolute;
- height: 1780px !important;
- width: 4000px;
- top: calc(50% - 850px);
- left: calc(50% - 4000px / 2);
- z-index: 99999999999 !important;
- background: url('../img/pop2.png') no-repeat center;
- background-size: 100% 100%;
- }
- .productTipBoard {
- position: absolute;
- height: 1780px !important;
- width: 2900px;
- top: calc(50% - 850px);
- left: calc(50% - 2900px / 2);
- z-index: 99999999999 !important;
- background: url('../img/pop2.png') no-repeat center;
- background-size: 100% auto;
- }
- .iframeCss {
- transform: scale(1.4);
- position: absolute;
- left: calc(50% - 960px);
- top: calc(50% - 470px);
- }
- .tip2 {
- width: 100%;
- height: 100%;
- display: grid;
- grid-template-columns: 60% 40%;
- /* grid-template-rows: 1fr 1fr; */
- /* grid-gap: 10px; */
- }
- .tip2-list {
- height: 100%;
- display: grid;
- grid-template-rows: repeat(5, minmax(0, 1fr));
- background-color: #09285380;
- padding: 20px 20px;
- font-size: 42px;
- border-radius: 15px;
- }
- .tip2-list > div {
- width: 100%;
- height: 100%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .tip2-list > div:nth-child(2),
- .tip2-list > div:nth-child(4) {
- border-top: 1px solid #69c0ff;
- border-bottom: 1px solid #69c0ff;
- }
- .total {
- text-align: center;
- position: absolute;
- display: flex;
- align-items: center;
- justify-content: center;
- height: 350px;
- bottom: 0;
- font-size: 52px;
- font-weight: bold;
- color: #69c0ff;
- z-index: 999;
- width: 100%;
- }
- .pullBox {
- position: absolute;
- left: 5% !important;
- width: 120px !important;
- z-index: 999999 !important;
- display: flex;
- flex-direction: column;
- top: 75%;
- height: auto !important;
- font-size: 32px;
- border-radius: 5px !important;
- border: 1px solid #237386;
- border-bottom: 0;
- }
- .pullBox span {
- background-color: #061531;
- border-bottom: 1px solid #237386;
- transition: all 0.2s;
- font-weight: normal !important;
- }
- .pullBox span:hover {
- /* color:red !important; */
- font-size: 35px;
- }
- .timeBox {
- position: absolute;
- left: 5%;
- top: 45%;
- position: absolute;
- width: 120px !important;
- height: 50px !important;
- font-size: 20px;
- color: #fff;
- z-index: 9999;
- background: url('../img/frame.png') center center no-repeat !important;
- background-size: 100% 100% !important;
- display: flex;
- align-items: center;
- justify-content: center;
- line-height: normal;
- }
- .length1 {
- display: inline-block;
- margin-right: 15px;
- border-radius: 10px;
- width: 25px;
- height: 25px;
- background: url('../img/blueBig.png') no-repeat center center;
- background-size: 100% 100%;
- }
- .length2 {
- display: inline-block;
- margin-right: 15px;
- border-radius: 10px;
- width: 25px;
- height: 25px;
- background: url('../img/greenBig.png') no-repeat center center;
- background-size: 100% 100%;
- }
- /* 公共css */
- /* 宽高纵横比 */
- .font28 {
- font-size: 28px;
- }
- .fb {
- font-weight: bold !important;
- }
- .fn {
- font-weight: normal !important;
- }
- .pointer {
- cursor: pointer;
- }
- i {
- font-style: normal !important;
- }
- .aspect-auto {
- aspect-ratio: auto;
- }
- .aspect-square {
- aspect-ratio: 1 / 1;
- }
- .aspect-video {
- aspect-ratio: 16 / 9;
- }
- /* aspect-[4/3] */
- /* 居中 */
- .mx-auto {
- margin: 0 auto;
- }
- /* 设置容器内的列数/每列距离 */
- .columns-1 {
- columns: 1;
- }
- /* columns-[20px] */
- /* 盒子模型 */
- .box-border {
- box-sizing: border-box;
- }
- .box-content {
- box-sizing: content-box;
- }
- /* 消失 */
- .hidden {
- display: none;
- }
- /* 块级元素 */
- .block {
- display: block;
- }
- /* 行内块 */
- .inline-block {
- display: inline-block;
- }
- /* 行内元素 */
- .inline {
- display: inline;
- }
- /* 弹性布局 */
- .flex {
- display: flex;
- }
- /* 主轴起点在左边 */
- .flex-row {
- flex-direction: row;
- }
- /* 主轴起点在右边 */
- .flex-row-reverse {
- flex-direction: row-reverse;
- }
- /* 主轴竖向排列,在上面 */
- .flex-col {
- flex-direction: column;
- }
- /* 主轴竖向排列,在下面 */
- .flex-col-reverse {
- flex-direction: column-reverse;
- }
- /* 自动换行 */
- .flex-wrap {
- flex-wrap: wrap;
- }
- /* 自动换行下起点 */
- .flex-wrap-reverse {
- flex-wrap: wrap-reverse;
- }
- /* 不换行 */
- .flex-nowrap {
- flex-wrap: nowrap;
- }
- /* 弹性成长 */
- .grow {
- flex-grow: 1;
- }
- /* 不允许弹性成长 */
- .grow-0 {
- flex-grow: 0;
- }
- /* 主轴从左开始 */
- .justify-start {
- justify-content: flex-start;
- }
- /* 主轴从右开始 */
- .justify-end {
- justify-content: flex-end;
- }
- /* 主轴剧中 */
- .justify-center {
- justify-content: center;
- }
- /* 主轴两端无间隔 */
- .justify-between {
- justify-content: space-between;
- }
- /* 主轴两端有间隔 */
- .justify-around {
- justify-content: space-around;
- }
- /* 所有间隔相等 */
- .justify-evenly {
- justify-content: space-evenly;
- }
- /* 纵向起点最上方 */
- .items-start {
- align-items: flex-start;
- }
- /* 纵向起点最下方 */
- .items-end {
- align-items: flex-end;
- }
- .items-center {
- align-items: center;
- }
- /* 网格布局 */
- .grid {
- display: grid;
- }
- /* 有几列 */
- .grid-cols-4 {
- grid-template-columns: repeat(4, minmax(0, 1fr));
- grid-template-columns: repeat(4, 1fr);
- }
- /* 有几行 */
- .grid-rows-3 {
- grid-template-rows: repeat(3, minmax(0, 1fr));
- grid-template-rows: repeat(3, 1fr);
- }
- /* 容器中的内容上下布局 */
- .grid-center {
- align-items: center;
- }
- /* 间距 */
- .gap-7 {
- gap: 1.75rem;
- }
- /* 允许弹性成长 */
- .shrink {
- flex-shrink: 1;
- }
- /* 不允许弹性成长 */
- .shrink-0 {
- flex-shrink: 0;
- }
- /* 不允许成长也不允许收缩 */
- .flex-none {
- flex: none;
- }
- /* 浮动布局 */
- .float-right {
- float: right;
- }
- .float-left {
- float: left;
- }
- .clear-both {
- clear: both;
- }
- /* 溢出 */
- .overflow-auto {
- overflow: auto;
- }
- .overflow-hidden {
- overflow: hidden !important;
- }
- .overflow-scroll {
- overflow: scroll;
- }
- .overflow-x-auto {
- overflow-x: auto;
- }
- .overflow-y-auto {
- overflow-y: auto;
- }
- /* 定位 */
- .fixed {
- position: fixed;
- }
- .absolute {
- position: absolute;
- }
- .relative {
- position: relative;
- }
- .top-0 {
- top: 0px;
- }
- .right-0 {
- right: 0px;
- }
- .bottom-0 {
- bottom: 0px;
- }
- .left-0 {
- left: 0px;
- }
- /* top-[3px] */
- /* z-[100] */
- /* 显示隐藏未脱离文档流 */
- .visible {
- visibility: visible;
- }
- .invisible {
- visibility: hidden;
- }
- /* 内边距 */
- .p-0 {
- padding: 0px;
- }
- .px-0 {
- padding-left: 0px;
- padding-right: 0px;
- }
- .py-0 {
- padding-top: 0px;
- padding-bottom: 0px;
- }
- .pt-0 {
- padding-top: 0px;
- }
- .pr-0 {
- padding-right: 0px;
- }
- .pb-0 {
- padding-bottom: 0px;
- }
- .pl-0 {
- padding-left: 0px;
- }
- /* p-[5px] */
- /* 外边距 */
- .m-0 {
- margin: 0px;
- }
- .mx-0 {
- margin-left: 0px;
- margin-right: 0px;
- }
- .my-0 {
- margin-top: 0px;
- margin-bottom: 0px;
- }
- .mt-0 {
- margin-top: 0px;
- }
- .mr-0 {
- margin-right: 0px;
- }
- .mb-0 {
- margin-bottom: 0px;
- }
- .ml-0 {
- margin-left: 0px;
- }
- /* m-[5px] */
- /* 宽度 */
- .w-full {
- width: 100%;
- }
- .w-screen {
- width: 100vw;
- }
- /* w-[32rem] */
- /* min-w-[50%] */
- /* max-w-[50%] */
- /* 高度 */
- .h-full {
- height: 100%;
- }
- .h-screen {
- height: 100vh;
- }
- /* h-[32rem] */
- /* min-h-[50%] */
- /* max-h-[32rem] */
- /* 字体 */
- .text-xs {
- font-size: 0.75rem; /* 12px */
- line-height: 1rem; /* 16px */
- }
- .text-sm {
- font-size: 0.875rem; /* 14px */
- line-height: 1.25rem; /* 20px */
- }
- .text-base {
- font-size: 1rem; /* 16px */
- line-height: 1.5rem; /* 24px */
- }
- .text-lg {
- font-size: 1.125rem; /* 18px */
- line-height: 1.75rem; /* 28px */
- }
- .text-xl {
- font-size: 1.25rem; /* 20px */
- line-height: 1.75rem; /* 28px */
- }
- .text-2xl {
- font-size: 1.5rem; /* 24px */
- line-height: 2rem; /* 32px */
- }
- .text-3xl {
- font-size: 1.875rem; /* 30px */
- line-height: 2.25rem; /* 36px */
- }
- .text-4xl {
- font-size: 2.25rem; /* 36px */
- line-height: 2.5rem; /* 40px */
- }
- .text-5xl {
- font-size: 3rem; /* 48px */
- line-height: 1;
- }
- .text-6xl {
- font-size: 3.75rem; /* 60px */
- line-height: 1;
- }
- .text-7xl {
- font-size: 4.5rem; /* 72px */
- line-height: 1;
- }
- .text-8xl {
- font-size: 6rem; /* 96px */
- line-height: 1;
- }
- .text-9xl {
- font-size: 8rem; /* 128px */
- line-height: 1;
- }
- /* text-[14px] */
- /* 字体粗细font-weight */
- /* font-[1100] */
- /* https://tailwindcss.com/docs/font-weight */
- /* 字体间距letter-spacing */
- /* tracking-[.25em] */
- /* 行高line-height */
- /* leading-[3rem] */
- /* 无列表样式 */
- .list-none {
- list-style-type: none;
- }
- /* 小圆点 */
- .list-disc {
- list-style-type: disc;
- }
- /* 数字列表 */
- .list-decimal {
- list-style-type: decimal;
- }
- .text-left {
- text-align: left;
- }
- .text-center {
- text-align: center;
- }
- .text-right {
- text-align: right;
- }
- /* 所有文本头尾对齐 */
- .text-justify {
- text-align: justify;
- }
- /* 文本颜色 */
- /* text-[#50d71e] */
- /* https://tailwindcss.com/docs/text-color */
- /* 下划线 */
- .underline {
- text-decoration-line: underline;
- }
- /* 上划线 */
- .overline {
- text-decoration-line: overline;
- }
- /* 中划线 */
- .line-through {
- text-decoration-line: line-through;
- }
- /* 无划线 */
- .no-underline {
- text-decoration-line: none;
- }
- /* 全小写 */
- .lowercase {
- text-transform: lowercase;
- }
- /* 全大写 */
- .uppercase {
- text-transform: uppercase;
- }
- /* 首字母大写 */
- .capitalize {
- text-transform: capitalize;
- }
- /* right css start */
- .right {
- display: grid;
- grid-template-rows: 20% 34% 1fr;
- gap: 10px;
- }
- .right .means {
- grid-column: 1 / 3;
- display: flex;
- }
- .wrapMeansItem {
- display: flex;
- justify-content: space-around;
- align-items: center;
- flex: 1;
- }
- .meansHead {
- font-size: 36px;
- font-family: Source Han Sans CN;
- font-weight: 500;
- color: #ffffff;
- display: flex;
- align-items: center;
- }
- .meansHead img {
- width: 3rem;
- height: 2.5rem;
- margin-right: 1.25rem;
- }
- .meansWrap {
- width: 75%;
- display: flex;
- flex-direction: column;
- }
- .itemWid {
- width: calc(100% / 6);
- height: 100%;
- display: flex;
- align-items: flex-end;
- position: relative;
- }
- .itemWid2 {
- width: calc(100% / 2);
- height: 100%;
- display: flex;
- align-items: flex-end;
- position: relative;
- }
- .itemWid2 img {
- position: absolute;
- right: -70px;
- bottom: 15px;
- width: 120px;
- }
- .itemWid img {
- position: absolute;
- right: -65px;
- bottom: 15px;
- width: 120px;
- }
- .itemBac {
- background: url(../img/3.png) no-repeat;
- background-size: 100% 100%;
- background-position: center;
- font-size: 32px;
- font-family: Source Han Sans CN;
- font-weight: 400;
- color: #ffffff;
- height: calc(100% - 1.75rem);
- width: 100%;
- position: relative;
- }
- .itemBac2 {
- background: url(../img/4.png) no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- .itemBac div {
- font-size: 72px;
- line-height: 60px;
- font-family: Helvetica Neue Extra Black Cond;
- font-weight: bold;
- color: #68bdff;
- position: absolute;
- top: 75px;
- left: 148px;
- display: flex;
- align-items: flex-end;
- }
- .itemBac2 div {
- color: #5bdcc8;
- }
- .itemBac div p {
- font-size: 28px;
- line-height: 28px;
- margin-left: 10px;
- }
- .itemBac span {
- position: absolute;
- bottom: 0;
- left: 20px;
- width: 100%;
- text-align: center;
- }
- .active .itemBac {
- background: url(../img/5.png) no-repeat;
- background-size: 100% 100%;
- }
- .active .itemBac span,
- .active .itemBac div {
- color: #ebde27;
- }
- .publicTitle {
- width: 100%;
- height: 80px;
- overflow: hidden;
- background: url('../img/small-title.png') no-repeat center bottom; /*图标路径*/
- background-size: 100% 50%;
- display: flex;
- align-items: center;
- padding-left: 7%;
- font-size: 36px;
- text-shadow: 2px 3px 1px black;
- letter-spacing: 5px;
- }
- .progressCost {
- display: flex;
- justify-content: space-between;
- align-items: center;
- width: 100%;
- height: calc(100% - 100% / 7);
- overflow: hidden;
- padding: 1%;
- }
- .progressCost .costItem {
- width: 30%;
- height: 100%;
- }
- .progressCost .costItem .itemTop {
- background: url(../img/70.png) no-repeat;
- background-size: 100% 100%;
- height: 76%;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .itemTop p {
- font-size: 28px;
- font-family: Source Han Sans CN;
- font-weight: 400;
- color: #ffffff;
- position: relative;
- }
- .itemTop p::after {
- content: '';
- width: 0.75rem;
- height: 0.75rem;
- background: linear-gradient(0deg, #014198, #93ceff);
- border-radius: 50%;
- position: absolute;
- left: -1.25rem;
- top: 50%;
- transform: translateY(-50%);
- }
- .itemTop .topDiv {
- padding-left: 1.25rem;
- min-width: 220px;
- display: flex;
- justify-content: center;
- flex-direction: column;
- align-items: center;
- }
- .costNum {
- font-family: Helvetica Neue Extra Black Cond;
- font-weight: 400;
- color: #68bdff;
- display: flex;
- align-items: flex-end;
- margin-top: 1rem;
- font-size: 52px;
- line-height: 48px;
- font-weight: bold;
- color: #68bdff;
- }
- .costNum span {
- font-size: 28px;
- line-height: 28px;
- margin-left: 0.625rem;
- }
- .progressCost .costItem .itemBottom {
- background: url(../img/71.png) no-repeat;
- background-size: 100% 100%;
- height: 24%;
- display: flex;
- align-items: center;
- justify-content: space-around;
- }
- .progressCost .costItem .itemBottom div {
- font-size: 36px;
- font-family: Source Han Sans CN;
- font-weight: 500;
- color: #ffffff;
- }
- .pop-content2 .row-item,
- .pop-content2 .header-item {
- font-size: 30px !important;
- }
- .costItem .itemBottom img {
- width: 2rem;
- height: 1.625rem;
- position: relative;
- }
- .aniLeft {
- animation: identifierl 1s infinite;
- }
- .aniRight {
- animation: identifierr 1s infinite;
- }
- @keyframes identifierl {
- 0% {
- left: 0;
- }
- 50% {
- left: 1.25rem;
- }
- 100% {
- left: 0;
- }
- }
- @keyframes identifierr {
- 0% {
- left: 0;
- }
- 50% {
- left: -1.25rem;
- }
- 100% {
- left: 0;
- }
- }
- .invest {
- display: flex;
- justify-content: space-around;
- align-items: center;
- height: calc(100% - 100% / 7);
- }
- .invest .lp {
- width: 53%;
- height: calc(100% - 2rem);
- display: flex;
- align-items: center;
- position: relative;
- background: url(../img/10.png) no-repeat;
- background-size: contain;
- background-position: center;
- margin: 1rem 0;
- }
- .lp img {
- position: absolute;
- width: 100px;
- height: 100px;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
- .quan {
- width: 150px;
- height: 150px;
- border: 1px dashed #66bbfc;
- border-radius: 50%;
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- }
- .bigq {
- width: 420px;
- height: 420px;
- border: 1px dashed #66bbfc;
- border-radius: 50%;
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- }
- .invest .lp .plItem {
- position: absolute;
- top: 0;
- width: 100%;
- height: 100%;
- font-size: 28px;
- line-height: 28px;
- font-family: Source Han Sans CN;
- font-weight: bold;
- color: #68bdff;
- transform-origin: center center;
- background: url(../img/11.png) no-repeat;
- background-size: contain;
- background-position: center;
- transition: 0.5s;
- }
- .plItem .active {
- color: #ebde27;
- }
- .invest .lp .plItem div {
- position: absolute;
- left: 130px;
- top: 50%;
- transform-origin: 200px 50%;
- cursor: pointer;
- }
- .investInfoWrap {
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- padding: 2.375rem 0;
- height: 100%;
- width: 47%;
- padding-left: 10%;
- }
- .investInfoWrap .investInfo {
- font-size: 28px;
- line-height: 28px;
- font-family: Source Han Sans CN;
- font-weight: 400;
- color: #ffffff;
- display: flex;
- align-items: flex-end;
- position: relative;
- padding-left: 20px;
- }
- .investInfoWrap .investInfo::after {
- content: '';
- width: 20px;
- height: 20px;
- border: 4px solid #68bdff;
- border-radius: 50%;
- position: absolute;
- top: 50%;
- transform: translateY(-50%);
- left: -10px;
- }
- .investInfoWrap .investInfo span {
- font-size: 40px;
- line-height: 31px;
- display: inline-block;
- font-family: Helvetica Neue Extra Black Cond;
- font-weight: 400;
- color: #68bdff;
- margin: 0 16px;
- }
- .echartsWrap {
- height: calc(100% - 100% / 7);
- }
- .rightBottom {
- display: grid;
- grid-template-rows: 4fr 6fr;
- }
- .rightBottomB {
- height: calc(100% - 80px);
- width: 100%;
- display: grid;
- grid-template-columns: repeat(2, 1fr);
- }
- .projectRisk {
- display: grid;
- grid-template-columns: repeat(2, 1fr);
- grid-template-rows: repeat(2, 1fr);
- gap: 10px;
- width: 100%;
- height: calc(100% - 100% / 7);
- }
- .shareholding {
- flex: 1;
- display: flex;
- flex-direction: column;
- }
- .pao {
- background: url('../img/pao.png') center center no-repeat !important;
- background-size: 100% 100% !important;
- width: 220px;
- height: 220px;
- border-radius: 25%;
- top: 31.5%;
- left: 14%;
- z-index: 999;
- }
- .paoText {
- position: absolute;
- top: 77%;
- left: 16%;
- font-size: 34px;
- text-align: center;
- }
- /* right css end */
|