手机端分类导航样式修改

master
Lee 2022-02-25 22:25:16 +08:00
parent fd055cd272
commit 5129a33fc6
1 changed files with 19 additions and 2 deletions

View File

@ -761,6 +761,7 @@
}
.pull-item-all{
width: 100%;
height: 58px;
position: absolute;
bottom: 0;
left: 0;
@ -2165,6 +2166,9 @@ textarea::-webkit-input-placeholder {
width: 100%;
margin-left: 0;
}
.pull-item li>a{
padding: 0 30px;
}
}
@media screen and (max-width:1180px){
.preview .swiper-slide{
@ -2348,6 +2352,9 @@ textarea::-webkit-input-placeholder {
.pull-item.pull-item-fixed{
top: 70px;
}
.memorabilia-bg{
padding-bottom: 30px;
}
.memorabili{
padding: 30px 0 40px;
}
@ -2371,12 +2378,22 @@ textarea::-webkit-input-placeholder {
font-size: 14px;
line-height: 2;
}
.memorabili-swiper .swiper-button-prev,
.memorabili-swiper .swiper-button-next,
.memorabili-txt .line,
.memorabili-txt .swiper-slide em{
display: none;
}
.memorabili-swiper .swiper-button-prev{
left: auto;
right: 60px;
top: 26px;
width: 46px;
height: 46px;
}
.memorabili-swiper .swiper-button-next{
top: 26px;
width: 46px;
height: 46px;
}
.banner-title p{
font-size: 27px;
}