首页样式修改
parent
e7c6707c0b
commit
cc9fa14bcc
|
@ -3095,7 +3095,7 @@ footer .foot .container .copyright p * {
|
|||
|
||||
footer .footer {
|
||||
background-color: #ebebeb;
|
||||
padding: 2.7rem 0 0.65rem;
|
||||
padding: 1.6rem 0 0.65rem;
|
||||
}
|
||||
|
||||
footer .footer>div {
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
|
||||
.index-banner .swiper-container .swiper-slide {
|
||||
background-color: #fff;
|
||||
height: 39rem;
|
||||
height: 22.5rem;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
@ -93,7 +93,7 @@
|
|||
|
||||
.index-banner .swiper-container .swiper-slide>.imgg img{
|
||||
width: 100%;
|
||||
min-height: 39rem;
|
||||
min-height: 22.5rem;
|
||||
}
|
||||
|
||||
.index-banner-txt {
|
||||
|
@ -109,7 +109,7 @@
|
|||
|
||||
.index-banner-txt ins {
|
||||
width: 100%;
|
||||
font-size: 4.6rem;
|
||||
font-size: 4.4rem;
|
||||
line-height: 1;
|
||||
text-decoration: none;
|
||||
margin-bottom: 0 !important;
|
||||
|
@ -119,14 +119,14 @@
|
|||
}
|
||||
|
||||
.index-banner-txt em {
|
||||
font-size: 3.6rem;
|
||||
font-size: 3.2rem;
|
||||
line-height: 1;
|
||||
margin-bottom: 1.2rem;
|
||||
letter-spacing: -0.05em;
|
||||
}
|
||||
.index-banner-txt span{
|
||||
width: 100%;
|
||||
font-size: 1.5rem;
|
||||
font-size: 1.4rem;
|
||||
line-height: 1.2;
|
||||
text-align: right;
|
||||
text-transform: uppercase;
|
||||
|
@ -144,7 +144,7 @@
|
|||
position: absolute;
|
||||
right: 3.4rem;
|
||||
margin-top: 3.5rem;
|
||||
bottom: 4rem;
|
||||
bottom: 2rem;
|
||||
transition: all .6s;
|
||||
}
|
||||
.index-banner-btn span{
|
||||
|
@ -180,7 +180,7 @@
|
|||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
height: 14rem;
|
||||
height: 12.5rem;
|
||||
background-color: #03d068;
|
||||
}
|
||||
.index-banner-info .left{
|
||||
|
@ -745,21 +745,29 @@ main .main-1 .more-btn1{
|
|||
}
|
||||
|
||||
main .main-2 {
|
||||
padding: 3.9rem 0 0;
|
||||
padding: 3.1rem 0 0;
|
||||
background-color: #dedede;
|
||||
}
|
||||
|
||||
main .main-2 .main-title{
|
||||
margin-bottom: 2.5rem;
|
||||
}
|
||||
main .main-2 .main-title h2{
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
main .main-2 .main-center{
|
||||
max-width: 100%;
|
||||
padding-top: 0;
|
||||
}
|
||||
main .main-2 .swiper-wrapper {
|
||||
height: 26rem;
|
||||
height: 27.5rem;
|
||||
}
|
||||
|
||||
main .main-2 .container .item {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: 26rem;
|
||||
height: 27.5rem;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
@ -887,7 +895,7 @@ main .main-3 {
|
|||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
padding: 3.1rem 0 3.8rem;
|
||||
padding: 2.9rem 0 3.5rem;
|
||||
background-color: #00db6d;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue