首页样式修改

master
Lee 2022-11-07 15:09:56 +08:00
parent e7c6707c0b
commit cc9fa14bcc
2 changed files with 20 additions and 12 deletions

View File

@ -3095,7 +3095,7 @@ footer .foot .container .copyright p * {
footer .footer { footer .footer {
background-color: #ebebeb; background-color: #ebebeb;
padding: 2.7rem 0 0.65rem; padding: 1.6rem 0 0.65rem;
} }
footer .footer>div { footer .footer>div {

View File

@ -82,7 +82,7 @@
.index-banner .swiper-container .swiper-slide { .index-banner .swiper-container .swiper-slide {
background-color: #fff; background-color: #fff;
height: 39rem; height: 22.5rem;
position: relative; position: relative;
} }
@ -93,7 +93,7 @@
.index-banner .swiper-container .swiper-slide>.imgg img{ .index-banner .swiper-container .swiper-slide>.imgg img{
width: 100%; width: 100%;
min-height: 39rem; min-height: 22.5rem;
} }
.index-banner-txt { .index-banner-txt {
@ -109,7 +109,7 @@
.index-banner-txt ins { .index-banner-txt ins {
width: 100%; width: 100%;
font-size: 4.6rem; font-size: 4.4rem;
line-height: 1; line-height: 1;
text-decoration: none; text-decoration: none;
margin-bottom: 0 !important; margin-bottom: 0 !important;
@ -119,14 +119,14 @@
} }
.index-banner-txt em { .index-banner-txt em {
font-size: 3.6rem; font-size: 3.2rem;
line-height: 1; line-height: 1;
margin-bottom: 1.2rem; margin-bottom: 1.2rem;
letter-spacing: -0.05em; letter-spacing: -0.05em;
} }
.index-banner-txt span{ .index-banner-txt span{
width: 100%; width: 100%;
font-size: 1.5rem; font-size: 1.4rem;
line-height: 1.2; line-height: 1.2;
text-align: right; text-align: right;
text-transform: uppercase; text-transform: uppercase;
@ -144,7 +144,7 @@
position: absolute; position: absolute;
right: 3.4rem; right: 3.4rem;
margin-top: 3.5rem; margin-top: 3.5rem;
bottom: 4rem; bottom: 2rem;
transition: all .6s; transition: all .6s;
} }
.index-banner-btn span{ .index-banner-btn span{
@ -180,7 +180,7 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
width: 100%; width: 100%;
height: 14rem; height: 12.5rem;
background-color: #03d068; background-color: #03d068;
} }
.index-banner-info .left{ .index-banner-info .left{
@ -745,21 +745,29 @@ main .main-1 .more-btn1{
} }
main .main-2 { main .main-2 {
padding: 3.9rem 0 0; padding: 3.1rem 0 0;
background-color: #dedede; 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{ main .main-2 .main-center{
max-width: 100%; max-width: 100%;
padding-top: 0; padding-top: 0;
} }
main .main-2 .swiper-wrapper { main .main-2 .swiper-wrapper {
height: 26rem; height: 27.5rem;
} }
main .main-2 .container .item { main .main-2 .container .item {
display: flex; display: flex;
width: 100%; width: 100%;
height: 26rem; height: 27.5rem;
overflow: hidden; overflow: hidden;
} }
@ -887,7 +895,7 @@ main .main-3 {
justify-content: center; justify-content: center;
align-items: center; align-items: center;
width: 100%; width: 100%;
padding: 3.1rem 0 3.8rem; padding: 2.9rem 0 3.5rem;
background-color: #00db6d; background-color: #00db6d;
} }