no message
This commit is contained in:
parent
e856532135
commit
3bccceb573
@ -169,7 +169,7 @@
|
||||
}
|
||||
.boxbox .details .right .brief .text {
|
||||
margin-right: 15px;
|
||||
width: 898px;
|
||||
width: 878px;
|
||||
}
|
||||
.boxbox .details .right .brief .img {
|
||||
width: 16px;
|
||||
|
@ -186,7 +186,7 @@
|
||||
|
||||
.text {
|
||||
margin-right: 15px;
|
||||
width: 898px;
|
||||
width: 878px;
|
||||
}
|
||||
|
||||
.img {
|
||||
|
@ -1,4 +1,4 @@
|
||||
.box {
|
||||
.boxbox {
|
||||
width: 1200px;
|
||||
height: 396px;
|
||||
background-color: #ffffff;
|
||||
@ -6,7 +6,7 @@
|
||||
position: relative;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.box::after {
|
||||
.boxbox::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: -5px;
|
||||
@ -19,35 +19,35 @@
|
||||
border-radius: 18px;
|
||||
z-index: -1;
|
||||
}
|
||||
.box .tab {
|
||||
.boxbox .tab {
|
||||
height: 60px;
|
||||
font-size: 14px;
|
||||
color: #7f7f7f;
|
||||
border-bottom: 1px dotted #ebebeb;
|
||||
padding-left: 24px;
|
||||
}
|
||||
.box .tab .img {
|
||||
.boxbox .tab .img {
|
||||
width: 6px;
|
||||
height: 10px;
|
||||
margin: 0 15px;
|
||||
}
|
||||
.box .tab .current {
|
||||
.boxbox .tab .current {
|
||||
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
|
||||
font-weight: 650;
|
||||
font-style: normal;
|
||||
font-size: 14px;
|
||||
color: #000000;
|
||||
}
|
||||
.box .info {
|
||||
.boxbox .info {
|
||||
padding: 41px 60px 0;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
.box .info .img {
|
||||
.boxbox .info .img {
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
margin-right: 40px;
|
||||
}
|
||||
.box .info .title {
|
||||
.boxbox .info .title {
|
||||
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
|
||||
font-weight: 650;
|
||||
font-style: normal;
|
||||
@ -55,10 +55,10 @@
|
||||
color: #000000;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.box .info .list {
|
||||
.boxbox .info .list {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.box .info .list .item {
|
||||
.boxbox .info .list .item {
|
||||
width: fit-content;
|
||||
height: 36px;
|
||||
line-height: 36px;
|
||||
@ -72,7 +72,7 @@
|
||||
margin-right: 10px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.box .info .list .item.pitch {
|
||||
.boxbox .info .list .item.pitch {
|
||||
background-color: #7b8cd3;
|
||||
color: #ffffff;
|
||||
border: none;
|
||||
|
@ -1,4 +1,4 @@
|
||||
.box {
|
||||
.boxbox {
|
||||
width: 1200px;
|
||||
height: 396px;
|
||||
background-color: rgba(255, 255, 255, 1);
|
||||
|
@ -52,14 +52,6 @@ const base = {
|
||||
this.left = null
|
||||
this.hideIcon = false
|
||||
}, 330)
|
||||
|
||||
return
|
||||
const button = document.querySelector(".button")
|
||||
const container = document.querySelector(".container")
|
||||
const containerWidth = container.offsetWidth
|
||||
const buttonWidth = button.offsetWidth
|
||||
const buttonLeft = (containerWidth - buttonWidth) / 2
|
||||
button.style.left = buttonLeft + "px"
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user