123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854 |
- html,
- body {
- margin: 0;
- padding: 0;
- height: 100%;
- box-sizing: border-box;
- }
- .hami-container {
- width: calc(100vw);
- height: calc(100vh);
- background-color: #000;
- margin: 0 auto;
- }
- .header {
- width: calc(100vw);
- height: calc(140 / 1080 * calc(100vh));
- box-sizing: border-box;
- display: flex;
- }
- .header .header-bgc {
- position: absolute;
- z-index: 1;
- width: calc(1920 / 1920 * calc(100vw));
- height: calc(140 / 1080 * calc(100vh));
- }
- .header .left {
- position: relative;
- z-index: 2;
- display: flex;
- color: #96e7ff;
- align-items: baseline;
- }
- .header .left .left-time {
- margin-left: calc(144 / 1920 * calc(100vw));
- margin-top: calc(16 / 1080 * calc(100vh));
- font-size: calc(30 / 1920 * calc(100vw));
- }
- .header .left .left-date {
- margin-left: calc(10 / 1920 * calc(100vw));
- margin-top: calc(28 / 1080 * calc(100vh));
- font-size: calc(14 / 1920 * calc(100vw));
- }
- .header .center {
- position: relative;
- z-index: 2;
- }
- .header .center p {
- color: white;
- font-size: calc(44 / 1920 * calc(100vw));
- margin-left: calc(388 / 1920 * calc(100vw));
- margin-top: calc(30 / 1080 * calc(100vh));
- font-family: "思源黑体 CN Bold Bold";
- }
- .header .right {
- position: relative;
- z-index: 2;
- display: flex;
- margin-left: calc(469 / 1920 * calc(100vw));
- }
- .header .right img {
- width: calc(24 / 1920 * calc(100vw));
- height: calc(24 / 1920 * calc(100vw));
- display: block;
- }
- .header .right img:first-child {
- margin-top: calc(24 / 1080 * calc(100vh));
- }
- .header .right img:last-child {
- margin-left: calc(23 / 1920 * calc(100vw));
- margin-top: calc(24 / 1080 * calc(100vh));
- }
- .border-contaier img {
- display: block;
- position: absolute;
- }
- .border-contaier .img1 {
- width: calc(108 / 1920 * calc(100vw));
- height: calc(1080 / 1080 * calc(100vh));
- top: 0;
- left: 0;
- }
- .border-contaier .img2 {
- top: 0;
- width: calc(108 / 1920 * calc(100vw));
- height: calc(1080 / 1080 * calc(100vh));
- right: 0;
- }
- .border-contaier .img3 {
- width: calc(1920 / 1920 * calc(100vw));
- height: calc(50 / 1080 * calc(100vh));
- bottom: 0;
- }
- .main {
- height: calc(763 / 1080 * calc(100vh));
- display: flex;
- position: relative;
- top: calc(-22 / 1080 * calc(100vh));
- margin-left: calc(112 / 1920 * calc(100vw));
- }
- .main .main-left .left-img {
- width: calc(510 / 1920 * calc(100vw));
- height: calc(763 / 1080 * calc(100vh));
- }
- .main .main-left .left-content {
- position: absolute;
- z-index: 2;
- }
- .main .main-left .left-content .left-content-top {
- width: calc(420 / 1920 * calc(100vw));
- margin-top: calc(79 / 1080 * calc(100vh));
- margin-left: calc(50 / 1920 * calc(100vw));
- display: flex;
- justify-content: center;
- }
- .main .main-left .left-content .left-content-top .left-echarts {
- width: calc(88 / 1920 * calc(100vw));
- height: calc(112 / 1080 * calc(100vh));
- margin-right: calc(6 / 1920 * calc(100vw));
- background-color: none;
- background-color: transparent !important;
- }
- .main
- .main-left
- .left-content
- .left-content-top
- .left-echarts:first-child:after {
- content: "";
- display: block;
- color: white;
- font-size: calc(16 / 1920 * calc(100vw));
- font-family: PingFangSC, PingFang SC;
- background-image: linear-gradient(to bottom, #fff 50%, #05f5eb);
- -webkit-background-clip: text;
- color: transparent;
- font-weight: bold;
- }
- .main
- .main-left
- .left-content
- .left-content-top
- .left-echarts:nth-child(2):after {
- content: "";
- display: block;
- color: white;
- font-size: calc(16 / 1920 * calc(100vw));
- margin-left: calc(20 / 1920 * calc(100vw));
- font-family: PingFangSC, PingFang SC;
- background-image: linear-gradient(to bottom, #fff 50%, #05f5eb);
- -webkit-background-clip: text;
- color: transparent;
- font-weight: bold;
- }
- .main
- .main-left
- .left-content
- .left-content-top
- .left-echarts:nth-child(3):after {
- content: "";
- display: block;
- color: white;
- font-size: calc(16 / 1920 * calc(100vw));
- margin-left: calc(20 / 1920 * calc(100vw));
- font-family: PingFangSC, PingFang SC;
- background-image: linear-gradient(to bottom, #fff 50%, #05f5eb);
- -webkit-background-clip: text;
- color: transparent;
- font-weight: bold;
- }
- .main
- .main-left
- .left-content
- .left-content-top
- .left-echarts:nth-child(4):after {
- content: "";
- display: block;
- color: white;
- font-size: calc(16 / 1920 * calc(100vw));
- margin-left: calc(22 / 1920 * calc(100vw));
- font-family: PingFangSC, PingFang SC;
- background-image: linear-gradient(to bottom, #fff 50%, #05f5eb);
- -webkit-background-clip: text;
- color: transparent;
- font-weight: bold;
- }
- .main .main-left .left-content .left-content-center .img {
- width: calc(420 / 1920 * calc(100vw));
- height: calc(48 / 1080 * calc(100vh));
- margin-top: calc(35 / 1080 * calc(100vh));
- margin-left: calc(54 / 1920 * calc(100vw));
- }
- .main .main-left .left-content .left-content-bottom {
- margin-top: calc(21 / 1080 * calc(100vh));
- }
- .main .main-left .left-content .left-content-bottom .left-content-bottom-data {
- display: flex;
- margin-bottom: calc(6 / 1080 * calc(100vh));
- }
- .main
- .main-left
- .left-content
- .left-content-bottom
- .left-content-bottom-data
- img {
- position: absolute;
- }
- .main
- .main-left
- .left-content
- .left-content-bottom
- .left-content-bottom-data
- .data-left {
- color: #fff;
- width: calc(88 / 1920 * calc(100vw));
- height: calc(88 / 1080 * calc(100vh));
- margin-left: calc(67 / 1920 * calc(100vw));
- }
- .main
- .main-left
- .left-content
- .left-content-bottom
- .left-content-bottom-data
- .data-left
- p {
- text-align: center;
- width: calc(42 / 1920 * calc(100vw));
- height: calc(32 / 1080 * calc(100vh));
- font-size: calc(20 / 1920 * calc(100vw));
- margin-top: calc(28 / 1080 * calc(100vh));
- margin-left: calc(23 / 1080 * calc(100vh));
- font-family: PingFangSC, PingFang SC;
- background-image: linear-gradient(to bottom, #fff 40%, #05f5eb);
- -webkit-background-clip: text;
- color: transparent;
- font-weight: bold;
- }
- .main
- .main-left
- .left-content
- .left-content-bottom
- .left-content-bottom-data
- .data-left
- img {
- width: calc(88 / 1920 * calc(100vw));
- height: calc(88 / 1080 * calc(100vh));
- }
- .main
- .main-left
- .left-content
- .left-content-bottom
- .left-content-bottom-data
- .data-img {
- position: absolute;
- width: calc(132 / 1920 * calc(100vw));
- height: calc(76 / 1080 * calc(100vh));
- top: calc(7 / 1080 * calc(100vh));
- z-index: 1;
- }
- .main
- .main-left
- .left-content
- .left-content-bottom
- .left-content-bottom-data
- .data-container {
- width: calc(132 / 1920 * calc(100vw));
- height: calc(76 / 1080 * calc(100vh));
- position: relative;
- }
- .main
- .main-left
- .left-content
- .left-content-bottom
- .left-content-bottom-data
- p {
- margin: 0;
- }
- .main
- .main-left
- .left-content
- .left-content-bottom
- .left-content-bottom-data
- .data-content {
- width: calc(66 / 1920 * calc(100vw));
- height: calc(50 / 1080 * calc(100vh));
- margin-left: calc(40 / 1920 * calc(100vw));
- margin-top: calc(15 / 1080 * calc(100vh));
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- align-items: center;
- position: relative;
- z-index: 2;
- }
- .main
- .main-left
- .left-content
- .left-content-bottom
- .left-content-bottom-data
- .data {
- width: auto;
- font-size: calc(24 / 1920 * calc(100vw));
- color: white;
- font-weight: 600;
- font-family: Arial, Arial;
- }
- .main
- .main-left
- .left-content
- .left-content-bottom
- .left-content-bottom-data
- .data-des {
- width: auto;
- font-size: calc(14 / 1920 * calc(100vw));
- color: rgba(255, 255, 255, 0.5);
- font-family: PingFangSC, PingFang SC;
- white-space: nowrap;
- }
- .main .main-center {
- margin-left: calc(18 / 1920 * calc(100vw));
- margin-right: calc(16 / 1920 * calc(100vw));
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .main .main-center .main-center-top {
- width: calc(548 / 1920 * calc(100vw));
- height: calc(375 / 1080 * calc(100vh));
- position: relative;
- }
- .main .main-center .main-center-top p {
- margin: 0;
- }
- .main .main-center .main-center-top .main-total-data {
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- align-items: center;
- position: relative;
- z-index: 2;
- }
- .main .main-center .main-center-top .main-total-data .data {
- color: white;
- font-size: calc(44 / 1920 * calc(100vw));
- font-family: PingFangSC, PingFang SC;
- margin-top: calc(69 / 1080 * calc(100vh));
- background-image: linear-gradient(to bottom, #fff 40%, #05f5eb);
- -webkit-background-clip: text;
- color: transparent;
- font-weight: bold;
- }
- .main .main-center .main-center-top .main-total-data .data-des {
- color: white;
- font-size: calc(16 / 1920 * calc(100vw));
- font-family: PingFangSC, PingFang SC;
- }
- .main .main-center .main-center-top .main-money-data {
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- align-items: center;
- position: relative;
- z-index: 2;
- }
- .main .main-center .main-center-top .main-money-data .data {
- color: white;
- font-size: calc(44 / 1920 * calc(100vw));
- font-family: PingFangSC, PingFang SC;
- margin-top: calc(6 / 1080 * calc(100vh));
- background-image: linear-gradient(to bottom, #fff 40%, #05f5eb);
- -webkit-background-clip: text;
- color: transparent;
- font-weight: bold;
- }
- .main .main-center .main-center-top .main-money-data .data-des {
- color: white;
- font-size: calc(16 / 1920 * calc(100vw));
- font-family: PingFangSC, PingFang SC;
- }
- .main .main-center .main-center-top .center-img {
- width: calc(548 / 1920 * calc(100vw));
- height: calc(432 / 1080 * calc(100vh));
- position: absolute;
- top: calc(-30 / 1080 * calc(100vh));
- }
- .main .main-center .main-center-bottom {
- display: flex;
- position: relative;
- }
- .main .main-center .main-detail-container {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .main .main-center .main-detail-container .main-detail-top {
- position: relative;
- width: calc(148 / 1920 * calc(100vw));
- height: calc(36 / 1080 * calc(100vh));
- text-align: center;
- line-height: calc(36 / 1080 * calc(100vh));
- }
- .main .main-center .main-detail-container .main-detail-top img {
- width: calc(148 / 1920 * calc(100vw));
- height: calc(36 / 1080 * calc(100vh));
- position: absolute;
- top: 0;
- left: 0;
- }
- .main .main-center .main-detail-container .main-detail-top p {
- margin: 0;
- position: relative;
- z-index: 2;
- color: #fff;
- font-size: calc(20 / 1920 * calc(100vw));
- font-family: PingFangSC, PingFang SC;
- }
- .main .main-center .main-detail-container .main-detail-bottom {
- position: relative;
- color: #fff;
- width: calc(160 / 1920 * calc(100vw));
- height: calc(220 / 1080 * calc(100vh));
- vertical-align: bottom;
- }
- .main .main-center .main-detail-container .main-detail-bottom p {
- margin: 0;
- }
- .main
- .main-center
- .main-detail-container
- .main-detail-bottom
- .main-detail-bottom-top {
- text-align: center;
- }
- .main
- .main-center
- .main-detail-container
- .main-detail-bottom
- .main-detail-bottom-top
- .data {
- font-size: calc(20 / 1920 * calc(100vw));
- margin-top: calc(7 / 1080 * calc(100vh));
- position: relative;
- z-index: 2;
- background-image: linear-gradient(to bottom, #d0fffe 40%, #05f5eb);
- -webkit-background-clip: text;
- color: transparent;
- font-weight: bold;
- }
- .main
- .main-center
- .main-detail-container
- .main-detail-bottom
- .main-detail-bottom-top
- .data-des {
- font-size: calc(12 / 1920 * calc(100vw));
- color: rgba(255, 255, 255, 0.5);
- margin-bottom: calc(10 / 1080 * calc(100vh));
- position: relative;
- z-index: 2;
- }
- .main .main-center .main-detail-container .main-detail-bottom .line {
- width: calc(136 / 1920 * calc(100vw));
- height: 1px;
- background: linear-gradient(
- to right,
- rgba(0, 96, 242, 0),
- rgba(40, 129, 250, 0.4),
- rgba(135, 215, 255, 0.74),
- rgba(172, 206, 253, 0.4),
- rgba(255, 255, 255, 0)
- );
- margin-bottom: calc(5 / 1920 * calc(100vh));
- margin-top: calc(8 / 1920 * calc(100vh));
- margin-left: calc(10 / 1920 * calc(100vw));
- }
- .main .main-center .main-detail-container .main-detail-bottom .bgc-img {
- position: absolute;
- top: 0;
- left: 0;
- width: calc(160 / 1920 * calc(100vw));
- height: calc(235 / 1080 * calc(100vh));
- }
- .main
- .main-center
- .main-detail-container
- .main-detail-bottom
- .main-detail-bottom-bottom {
- width: calc(145 / 1920 * calc(100vw));
- height: calc(37 / 1080 * calc(100vh));
- display: flex;
- justify-content: space-between;
- position: relative;
- }
- .main
- .main-center
- .main-detail-container
- .main-detail-bottom
- .main-detail-bottom-bottom
- .left {
- position: relative;
- z-index: 2;
- }
- .main
- .main-center
- .main-detail-container
- .main-detail-bottom
- .main-detail-bottom-bottom
- .left
- span:first-child {
- background-image: linear-gradient(to bottom, #fff 40%, #fe8e8e);
- -webkit-background-clip: text;
- color: transparent;
- font-size: calc(20 / 1920 * calc(100vw));
- display: inline-block;
- margin-left: calc(29 / 1920 * calc(100vw));
- margin-top: calc(5 / 1080 * calc(100vh));
- width: calc(36 / 1920 * calc(100vw));
- text-align: right;
- font-weight: bold;
- }
- .main
- .main-center
- .main-detail-container
- .main-detail-bottom
- .main-detail-bottom-bottom
- .left
- span:last-child {
- font-size: calc(12 / 1920 * calc(100vw));
- vertical-align: middle;
- }
- .main
- .main-center
- .main-detail-container
- .main-detail-bottom
- .main-detail-bottom-bottom
- .right {
- position: relative;
- z-index: 2;
- display: flex;
- align-items: center;
- }
- .main
- .main-center
- .main-detail-container
- .main-detail-bottom
- .main-detail-bottom-bottom
- .right
- img {
- width: calc(24 / 1920 * calc(100vw));
- height: calc(24 / 1080 * calc(100vh));
- margin-left: 0;
- }
- .main
- .main-center
- .main-detail-container
- .main-detail-bottom
- .main-detail-bottom-bottom
- .right
- span {
- font-size: calc(12 / 1920 * calc(100vw));
- }
- .main
- .main-center
- .main-detail-container
- .main-detail-bottom
- .main-detail-bottom-bottom
- .bottom-img {
- position: absolute;
- top: 0;
- width: calc(136 / 1920 * calc(100vw));
- height: calc(37 / 1080 * calc(100vh));
- margin-left: calc(11 / 1920 * calc(100vw));
- }
- .main .main-center .flooter-top {
- position: relative;
- width: calc(548 / 1920 * calc(100vw));
- height: calc(60 / 1080 * calc(100vh));
- text-align: center;
- margin-top: calc(23 / 1080 * calc(100vh));
- }
- .main .main-center .flooter-top p {
- margin: 0;
- color: #fff;
- position: relative;
- z-index: 2;
- font-family: PingFangSC, PingFang SC;
- background-image: linear-gradient(to bottom, #fff 50%, #05f5eb);
- -webkit-background-clip: text;
- color: transparent;
- font-size: calc(24 / 1920 * calc(100vw));
- font-weight: bold;
- top: calc(5 / 1080 * calc(100vh));
- }
- .main .main-center .flooter-top .main-bottom-img {
- width: calc(548 / 1920 * calc(100vw));
- height: calc(60 / 1080 * calc(100vh));
- position: absolute;
- left: 0;
- top: 0;
- }
- .main .main-right .main-right-top {
- width: calc(510 / 1920 * calc(100vw));
- position: relative;
- z-index: 2;
- display: flex;
- justify-content: center;
- margin-top: calc(80 / 1080 * calc(100vh));
- }
- .main .main-right .main-right-top .bie-echarts {
- width: calc(330 / 1920 * calc(100vw));
- height: calc(188 / 1080 * calc(100vh));
- position: relative;
- z-index: 2;
- }
- .main .main-right .main-right-top img {
- width: calc(188 / 1080 * calc(100vh));
- height: calc(188 / 1080 * calc(100vh));
- position: absolute;
- }
- .main .main-right .main-right-center img {
- width: calc(420 / 1920 * calc(100vw));
- height: calc(40 / 1080 * calc(100vh));
- margin-left: calc(46 / 1920 * calc(100vw));
- }
- .main .main-right .main-right-bottom .right-content-bottom {
- margin-top: calc(21 / 1080 * calc(100vh));
- }
- .main
- .main-right
- .main-right-bottom
- .right-content-bottom
- .right-content-bottom-data {
- display: flex;
- margin-bottom: calc(6 / 1080 * calc(100vh));
- }
- .main
- .main-right
- .main-right-bottom
- .right-content-bottom
- .right-content-bottom-data
- .data-left {
- color: #fff;
- width: calc(168 / 1920 * calc(100vw));
- height: calc(60 / 1080 * calc(100vh));
- margin-left: calc(46 / 1920 * calc(100vw));
- }
- .main
- .main-right
- .main-right-bottom
- .right-content-bottom
- .right-content-bottom-data
- .data-left
- p {
- text-align: center;
- font-size: calc(20 / 1920 * calc(100vw));
- font-family: PingFangSC, PingFang SC;
- margin-top: calc(7 / 1080 * calc(100vh));
- color: #ffffff;
- font-weight: bold;
- position: relative;
- z-index: 2;
- }
- .main
- .main-right
- .main-right-bottom
- .right-content-bottom
- .right-content-bottom-data
- .data-left
- img {
- position: absolute;
- width: calc(168 / 1920 * calc(100vw));
- height: calc(60 / 1080 * calc(100vh));
- z-index: 1;
- }
- .main
- .main-right
- .main-right-bottom
- .right-content-bottom
- .right-content-bottom-data
- .data-container {
- position: relative;
- margin-left: calc(26 / 1920 * calc(100vw));
- }
- .main
- .main-right
- .main-right-bottom
- .right-content-bottom
- .right-content-bottom-data
- .data-container:last-child {
- margin-left: calc(42 / 1920 * calc(100vw));
- }
- .main
- .main-right
- .main-right-bottom
- .right-content-bottom
- .right-content-bottom-data
- p {
- margin: 0;
- }
- .main
- .main-right
- .main-right-bottom
- .right-content-bottom
- .right-content-bottom-data
- .data-content {
- width: calc(66 / 1920 * calc(100vw));
- height: calc(50 / 1080 * calc(100vh));
- margin-top: calc(7 / 1080 * calc(100vh));
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- align-items: center;
- position: relative;
- z-index: 2;
- }
- .main
- .main-right
- .main-right-bottom
- .right-content-bottom
- .right-content-bottom-data
- .data {
- width: auto;
- font-size: calc(24 / 1920 * calc(100vw));
- color: white;
- font-weight: 600;
- font-family: Arial, Arial;
- }
- .main
- .main-right
- .main-right-bottom
- .right-content-bottom
- .right-content-bottom-data
- .data-des {
- width: auto;
- font-size: calc(14 / 1920 * calc(100vw));
- color: rgba(255, 255, 255, 0.5);
- font-family: PingFangSC, PingFang SC;
- white-space: nowrap;
- }
- .main .main-right .right-img {
- width: calc(510 / 1920 * calc(100vw));
- height: calc(763 / 1080 * calc(100vh));
- position: absolute;
- top: 0;
- }
- .flooter {
- display: flex;
- justify-content: center;
- }
- .flooter .flooter-bottom {
- width: calc(784 / 1920 * calc(100vw));
- height: calc(168 / 1080 * calc(100vh));
- margin-left: calc(0 / 1920 * calc(100vw));
- display: flex;
- margin-top: calc(-55 / 1080 * calc(100vh));
- margin-left: calc(13 / 1920 * calc(100vw));
- }
- .flooter .flooter-bottom .flooter-bottom-item {
- width: calc(170 / 1920 * calc(100vw));
- height: calc(135 / 1080 * calc(100vh));
- text-align: center;
- }
- .flooter .flooter-bottom .flooter-bottom-item .title {
- color: white;
- font-size: calc(20 / 1920 * calc(100vw));
- font-family: PingFangSC, PingFang SC;
- margin-bottom: calc(18 / 1080 * calc(100vh));
- margin-left: calc(-10 / 1920 * calc(100vw));
- }
- .flooter .flooter-bottom .flooter-bottom-item .main-detail-bottom-bottom {
- width: calc(145 / 1920 * calc(100vw));
- height: calc(37 / 1080 * calc(100vh));
- display: flex;
- justify-content: space-between;
- position: relative;
- }
- .flooter .flooter-bottom .flooter-bottom-item .main-detail-bottom-bottom .left {
- position: relative;
- z-index: 2;
- }
- .flooter
- .flooter-bottom
- .flooter-bottom-item
- .main-detail-bottom-bottom
- .left
- span:first-child {
- background-image: linear-gradient(to bottom, #fff 40%, #fe8e8e);
- -webkit-background-clip: text;
- color: transparent;
- font-size: calc(20 / 1920 * calc(100vw));
- display: inline-block;
- margin-left: calc(29 / 1920 * calc(100vw));
- margin-top: calc(5 / 1080 * calc(100vh));
- width: calc(36 / 1920 * calc(100vw));
- text-align: right;
- font-weight: bold;
- }
- .flooter
- .flooter-bottom
- .flooter-bottom-item
- .main-detail-bottom-bottom
- .left
- span:last-child {
- font-size: calc(12 / 1920 * calc(100vw));
- vertical-align: middle;
- color: white;
- }
- .flooter
- .flooter-bottom
- .flooter-bottom-item
- .main-detail-bottom-bottom
- .right {
- position: relative;
- z-index: 2;
- display: flex;
- align-items: center;
- color: white;
- }
- .flooter
- .flooter-bottom
- .flooter-bottom-item
- .main-detail-bottom-bottom
- .right
- img {
- width: calc(24 / 1920 * calc(100vw));
- height: calc(24 / 1080 * calc(100vh));
- margin-left: 0;
- }
- .flooter
- .flooter-bottom
- .flooter-bottom-item
- .main-detail-bottom-bottom
- .right
- span {
- font-size: calc(12 / 1920 * calc(100vw));
- }
- .flooter
- .flooter-bottom
- .flooter-bottom-item
- .main-detail-bottom-bottom
- .bottom-img {
- position: absolute;
- top: 0;
- width: calc(136 / 1920 * calc(100vw));
- height: calc(37 / 1080 * calc(100vh));
- margin-left: calc(11 / 1920 * calc(100vw));
- }
- .flooter .flooter-bottom .flooter-bottom-img {
- width: calc(36 / 1920 * calc(100vw));
- text-align: center;
- }
- .flooter .flooter-bottom .flooter-bottom-img img {
- position: relative;
- top: calc(3 / 1080 * calc(100vh));
- } /*# sourceMappingURL=./index.css.map */
|