no message

This commit is contained in:
A1300399510 2024-11-04 17:26:55 +08:00
parent 4ec12c6d94
commit f390f35bfb
3 changed files with 25 additions and 29 deletions

View File

@ -1,4 +1,4 @@
.box { .boxbox {
width: 1200px; width: 1200px;
height: 396px; height: 396px;
background-color: #fbfbfb; background-color: #fbfbfb;
@ -6,7 +6,7 @@
position: relative; position: relative;
margin-bottom: 20px; margin-bottom: 20px;
} }
.box::after { .boxbox::after {
content: ""; content: "";
position: absolute; position: absolute;
top: -5px; top: -5px;
@ -19,29 +19,29 @@
border-radius: 18px; border-radius: 18px;
z-index: -1; z-index: -1;
} }
.box .tab { .boxbox .tab {
height: 60px; height: 60px;
font-size: 14px; font-size: 14px;
color: #7f7f7f; color: #7f7f7f;
border-bottom: 1px dotted #ebebeb; border-bottom: 1px dotted #ebebeb;
padding-left: 24px; padding-left: 24px;
} }
.box .tab .img { .boxbox .tab .img {
width: 6px; width: 6px;
height: 10px; height: 10px;
margin: 0 15px; margin: 0 15px;
} }
.box .tab .current { .boxbox .tab .current {
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif; font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650; font-weight: 650;
font-style: normal; font-style: normal;
font-size: 14px; font-size: 14px;
color: #000000; color: #000000;
} }
.box .details { .boxbox .details {
padding: 31px 60px; padding: 31px 60px;
} }
.box .details .logo { .boxbox .details .logo {
width: 120px; width: 120px;
height: 120px; height: 120px;
position: relative; position: relative;
@ -51,7 +51,7 @@
margin-right: 39px; margin-right: 39px;
display: inline-flex; display: inline-flex;
} }
.box .details .logo .bj { .boxbox .details .logo .bj {
width: 120px; width: 120px;
height: 120px; height: 120px;
position: absolute; position: absolute;
@ -59,10 +59,10 @@
left: 0; left: 0;
z-index: -1; z-index: -1;
} }
.box .details .logo .img { .boxbox .details .logo .img {
width: 65px; width: 65px;
} }
.box .details .right .name { .boxbox .details .right .name {
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif; font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650; font-weight: 650;
font-style: normal; font-style: normal;
@ -70,7 +70,7 @@
color: #000000; color: #000000;
margin-bottom: 6px; margin-bottom: 6px;
} }
.box .details .right .name-en { .boxbox .details .right .name-en {
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif; font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
font-weight: 400; font-weight: 400;
font-style: normal; font-style: normal;
@ -78,18 +78,18 @@
color: #555555; color: #555555;
margin-bottom: 22px; margin-bottom: 22px;
} }
.box .details .right .world { .boxbox .details .right .world {
width: 423px; width: 423px;
padding-bottom: 15px; padding-bottom: 15px;
margin-bottom: 27px; margin-bottom: 27px;
border-bottom: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb;
} }
.box .details .right .world .head { .boxbox .details .right .world .head {
width: 100%; width: 100%;
position: relative; position: relative;
margin-bottom: 9px; margin-bottom: 9px;
} }
.box .details .right .world .head::after { .boxbox .details .right .world .head::after {
content: ""; content: "";
position: absolute; position: absolute;
top: 50%; top: 50%;
@ -97,21 +97,21 @@
height: 1px; height: 1px;
background-color: #ebebeb; background-color: #ebebeb;
} }
.box .details .right .world .head .icon { .boxbox .details .right .world .head .icon {
width: 90px; width: 90px;
background-color: #fbfbfb; background-color: #fbfbfb;
position: relative; position: relative;
z-index: 1; z-index: 1;
} }
.box .details .right .world .head .icon .img { .boxbox .details .right .world .head .icon .img {
width: 64px; width: 64px;
height: 22px; height: 22px;
} }
.box .details .right .world .list .item { .boxbox .details .right .world .list .item {
text-align: center; text-align: center;
flex-direction: column; flex-direction: column;
} }
.box .details .right .world .list .item .quantity { .boxbox .details .right .world .list .item .quantity {
font-family: "Arial-Black", "Arial Black", sans-serif; font-family: "Arial-Black", "Arial Black", sans-serif;
font-weight: 900; font-weight: 900;
font-style: normal; font-style: normal;
@ -119,7 +119,7 @@
color: #000000; color: #000000;
margin-bottom: 9px; margin-bottom: 9px;
} }
.box .details .right .world .list .item .ranking-name { .boxbox .details .right .world .list .item .ranking-name {
font-family: "HelveticaNeue", "Helvetica Neue", sans-serif; font-family: "HelveticaNeue", "Helvetica Neue", sans-serif;
font-weight: 400; font-weight: 400;
font-style: normal; font-style: normal;
@ -127,7 +127,7 @@
color: #555555; color: #555555;
position: relative; position: relative;
} }
.box .details .right .world .list .item .ranking-name .ranking-icon { .boxbox .details .right .world .list .item .ranking-name .ranking-icon {
position: absolute; position: absolute;
right: -10px; right: -10px;
bottom: 0; bottom: 0;
@ -135,7 +135,7 @@
height: 8px; height: 8px;
transform: rotate(270deg); transform: rotate(270deg);
} }
.box .details .right .brief { .boxbox .details .right .brief {
height: 40px; height: 40px;
background-color: #f6f6f6; background-color: #f6f6f6;
border-radius: 6px; border-radius: 6px;
@ -147,10 +147,10 @@
justify-content: space-between; justify-content: space-between;
padding: 6px; padding: 6px;
} }
.box .details .right .brief .text { .boxbox .details .right .brief .text {
margin-right: 15px; margin-right: 15px;
} }
.box .details .right .brief .img { .boxbox .details .right .brief .img {
width: 16px; width: 16px;
height: 16px; height: 16px;
cursor: pointer; cursor: pointer;

View File

@ -1,4 +1,4 @@
.box { .boxbox {
width: 1200px; width: 1200px;
height: 396px; height: 396px;
background-color: rgba(251, 251, 251, 1); background-color: rgba(251, 251, 251, 1);

View File

@ -305,10 +305,6 @@
</div> </div>
</div> </div>
</div> </div>
<script>
function name() {
return "123"
}
</script>
</body> </body>
</html> </html>