手机端分类导航样式修改
parent
fd055cd272
commit
5129a33fc6
|
@ -761,6 +761,7 @@
|
||||||
}
|
}
|
||||||
.pull-item-all{
|
.pull-item-all{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 58px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
@ -2165,6 +2166,9 @@ textarea::-webkit-input-placeholder {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
.pull-item li>a{
|
||||||
|
padding: 0 30px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@media screen and (max-width:1180px){
|
@media screen and (max-width:1180px){
|
||||||
.preview .swiper-slide{
|
.preview .swiper-slide{
|
||||||
|
@ -2348,6 +2352,9 @@ textarea::-webkit-input-placeholder {
|
||||||
.pull-item.pull-item-fixed{
|
.pull-item.pull-item-fixed{
|
||||||
top: 70px;
|
top: 70px;
|
||||||
}
|
}
|
||||||
|
.memorabilia-bg{
|
||||||
|
padding-bottom: 30px;
|
||||||
|
}
|
||||||
.memorabili{
|
.memorabili{
|
||||||
padding: 30px 0 40px;
|
padding: 30px 0 40px;
|
||||||
}
|
}
|
||||||
|
@ -2371,12 +2378,22 @@ textarea::-webkit-input-placeholder {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 2;
|
line-height: 2;
|
||||||
}
|
}
|
||||||
.memorabili-swiper .swiper-button-prev,
|
|
||||||
.memorabili-swiper .swiper-button-next,
|
|
||||||
.memorabili-txt .line,
|
.memorabili-txt .line,
|
||||||
.memorabili-txt .swiper-slide em{
|
.memorabili-txt .swiper-slide em{
|
||||||
display: none;
|
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{
|
.banner-title p{
|
||||||
font-size: 27px;
|
font-size: 27px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue