This commit is contained in:
41
public/static/index/pc/css/topic_laptop/bottom.css
Normal file
41
public/static/index/pc/css/topic_laptop/bottom.css
Normal file
@@ -0,0 +1,41 @@
|
||||
.bottom-img-box {
|
||||
width: 100%;
|
||||
min-width: 1280px;
|
||||
padding: 4rem 0;
|
||||
}
|
||||
.bottom-img {
|
||||
/* width: 14.416rem; */
|
||||
width: 1440px;
|
||||
min-width: 1280px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.bottom-img img {
|
||||
width: 33%;
|
||||
/* flex:1; */
|
||||
height: auto;
|
||||
|
||||
}
|
||||
.bottom-img img:nth-child(4) {
|
||||
padding-top: 8px;
|
||||
}
|
||||
.bottom-img img:nth-child(5) {
|
||||
padding-top: 8px;
|
||||
}
|
||||
.bottom-img img:nth-child(6) {
|
||||
padding-top: 8px;
|
||||
}
|
||||
.bottom-text {
|
||||
width: 100%;
|
||||
margin-bottom: 4.3rem;
|
||||
}
|
||||
.bottom-p {
|
||||
max-width: 1440px;
|
||||
min-width: 1280px;
|
||||
margin:0 auto;
|
||||
font-size:clamp(16px, 1vw, 0.22rem);
|
||||
color:#cbcfd8;
|
||||
white-space: normal;
|
||||
}
|
||||
Reference in New Issue
Block a user