123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134 |
- html,
- body {
- width: 7680px;
- min-height: 2120px;
- height: 100%;
- font-size: 20px;
- color: #fff;
- font-family: "Microsoft YaHei";
- overflow-y: hidden;
- }
- * {
- -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 {
- 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: 48px;
- 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: 80px;
- font-style: oblique;
- 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;
- }
- .left,
- .right {
- display: grid;
- grid-template-columns: repeat(2, 1fr);
- grid-template-rows: repeat(3, 1fr);
- 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: 100px;
- 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;
- font-style: oblique;
- text-shadow: 2px 3px 1px black;
- letter-spacing: 5px;
- }
- .left .child > div:nth-child(1):before {
- content: "●";
- margin-right: 10px;
- color: #40a9ff;
- }
- .left .content,
- .center .content {
- width: 100%;
- height: calc(100% - 100px);
- overflow: hidden;
- padding: 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;
- }
- .left1B > div:nth-child(1) {
- overflow: hidden;
- background: url("../img/disk.png") no-repeat center center; /*图标路径*/
- background-size: 100% 100%;
- }
- .left1C {
- display: grid;
- grid-template-rows: 1fr 2fr 2fr;
- overflow: hidden;
- }
- .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%;
- }
- .left .industryProportion2 {
- background-color: #1f3152;
- }
- .left2 .industryProportion2 {
- background-color: #264580;
- }
- .left2 {
- display: grid;
- grid-template-rows: 3fr 17fr;
- }
- .left3 {
- display: grid;
- grid-template-columns: 9fr 11fr;
- }
- .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,
- .bubble {
- position: absolute;
- animation: moveUpDown 4s infinite;
- }
- @keyframes moveUpDown {
- 0% {
- transform: translateY(0);
- }
- 50% {
- transform: translateY(-10px);
- }
- 100% {
- transform: translateY(0);
- }
- }
- .center {
- display: grid;
- grid-template-columns: 33fr 50fr 33fr;
- height: 95%;
- width: 100%;
- overflow: hidden;
- gap: 10px;
- }
- .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 4fr;
- 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:nth-child(1) {
- background: url("../img/centerTop1.png") no-repeat center left; /*图标路径*/
- background-size: 140% 100%;
- overflow: hidden;
- }
- .center2 > div:nth-child(1) > div:nth-child(2) {
- background: url("../img/centerTop2.png") no-repeat center left; /*图标路径*/
- background-size: 140% 100%;
- overflow: hidden;
- }
- .center2 > div:nth-child(1) > div:nth-child(3) {
- background: url("../img/centerTop3.png") no-repeat center left; /*图标路径*/
- background-size: 140% 100%;
- overflow: hidden;
- }
- .center2 > div:nth-child(1) > div:nth-child(4) {
- background: url("../img/centerTop4.png") no-repeat center left; /*图标路径*/
- background-size: 140% 100%;
- overflow: hidden;
- }
- .bgTooltip {
- overflow: hidden;
- padding: 10% 15% !important;
- margin: 0 !important;
- width: 450px;
- height: 250px;
- 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;
- }
- /* 公共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;
- }
- .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: 2rem;
- 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: 80%;
- display: flex;
- flex-direction: column;
- }
- .itemWid {
- width: calc(100% / 8);
- height: 100%;
- display: flex;
- align-items: flex-end;
- position: relative;
- }
- .itemWid img {
- position: absolute;
- right: -95px;
- bottom: 15px;
- width: 100px;
- }
- .itemBac {
- background: url(../img/3.png) no-repeat;
- background-size: 100% 100%;
- font-size: 1.75rem;
- font-family: Source Han Sans CN;
- font-weight: 400;
- color: #ffffff;
- height: calc(100% - 1.75rem);
- width: 100%;
- position: relative;
- }
- .itemBac div {
- font-size: 72px;
- line-height: 60px;
- font-family: Helvetica Neue Extra Black Cond;
- font-weight: 400;
- color: #68bdff;
- position: absolute;
- top: 75px;
- left: 110px;
- display: flex;
- align-items: flex-end;
- }
- .itemBac div p {
- font-size: 28px;
- line-height: 28px;
- margin-left: 10px;
- }
- .itemBac span {
- position: absolute;
- bottom: 0;
- left: 0;
- 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: calc(100% / 7);
- 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;
- font-style: oblique;
- 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: 1.75rem;
- 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;
- }
- .costNum {
- font-family: Helvetica Neue Extra Black Cond;
- font-weight: 400;
- color: #68bdff;
- display: flex;
- align-items: flex-end;
- margin-top: 1rem;
- font-size: 60px;
- 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: 2rem;
- font-family: Source Han Sans CN;
- font-weight: 500;
- color: #ffffff;
- }
- .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%;
- }
- .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);
- }
- .projectRisk {
- display: grid;
- grid-template-columns: repeat(2, 1fr);
- grid-template-rows: repeat(2, 1fr);
- gap: 10px;
- width: 100%;
- height: calc(100% - 100% / 7);
- }
- .projectRisk .riskWrap {
- height: 100%;
- width: 100%;
- }
- .projectRisk .longRisk {
- grid-column: 1 / 3;
- }
- /* right css end */
|