digital-theory/sesame-vitejs/sesame/src/assets/styles/_18-baozun-group.scss

31 lines
465 B
SCSS

#baozun_group {
margin-top: 150px;
background: url('img/baozun.jpg') no-repeat;
background-size: cover;
.title {
color: #FFFDFC;
font-style: normal;
font-weight: 600;
font-size: 100px;
line-height: 90px;
text-align: center;
letter-spacing: -0.04em;
padding-top: 464px;
}
}
@media screen and (max-width: 1500px) {
#baozun_group {
margin-top: 605vw;
}
}
@media screen and (max-width: 1200px) {
#baozun_group {
margin-top: 650vw;
}
}