优化页面

This commit is contained in:
TOP糯米 2023-10-12 18:43:05 +08:00
parent 3f2a689874
commit 66534bd587
3 changed files with 5 additions and 29 deletions

View File

@ -1,4 +1,7 @@
<style> <style>
.banner-text{color: #000000;}
.header.style1 .menu .link{color: #FFFFFF;}
.header.style2 .menu .link{color: #666666;}
.header.style1 .logo .link{background-image: url('images/logo.png');} .header.style1 .logo .link{background-image: url('images/logo.png');}
.header.style2 .logo .link{background-image: url('images/logo-contact.png');} .header.style2 .logo .link{background-image: url('images/logo-contact.png');}
.section.addrcont .aacont li::before {background-image: url('images/daohang.png');} .section.addrcont .aacont li::before {background-image: url('images/daohang.png');}

View File

@ -51,11 +51,8 @@
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
} }
.header.style1 .menu .link {
color: #FFFFFF;
}
.header.style1 .menu .link.active { .header.style1 .menu .link.active {
color: #FFFFFF; color: #E72A3A;
font-weight: bold; font-weight: bold;
} }
.header.style1 .menu .link:hover { .header.style1 .menu .link:hover {
@ -65,9 +62,6 @@
background-color: #FFFFFF; background-color: #FFFFFF;
box-shadow: 0rem 0.02rem 0.05rem 0rem rgba(0, 0, 0, 0.1); box-shadow: 0rem 0.02rem 0.05rem 0rem rgba(0, 0, 0, 0.1);
} }
.header.style2 .menu .link {
color: #666666;
}
.header.style2 .menu .link.active { .header.style2 .menu .link.active {
color: #E72A3A; color: #E72A3A;
font-weight: bold; font-weight: bold;
@ -166,7 +160,6 @@
height: 0.4rem; height: 0.4rem;
} }
.banner-text { .banner-text {
color: #FFFFFF;
text-align: center; text-align: center;
} }
.banner-text p:nth-child(1) { .banner-text p:nth-child(1) {
@ -178,9 +171,6 @@
font-size: 0.3rem; font-size: 0.3rem;
line-height: 0.3rem; line-height: 0.3rem;
} }
.banner-text .cname {
color: #E30020;
}
.section .section-title { .section .section-title {
text-align: center; text-align: center;
font-size: 0; font-size: 0;

View File

@ -68,19 +68,11 @@
} }
.header.style1 { .header.style1 {
// background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
// background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
// background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
// background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
// background-color: unset;
.menu { .menu {
.link {
color: #FFFFFF;
}
.link.active { .link.active {
color: #FFFFFF; color: #E72A3A;
font-weight: bold; font-weight: bold;
} }
@ -95,10 +87,6 @@
box-shadow: 0rem 0.02rem 0.05rem 0rem rgba(0, 0, 0, 0.1); box-shadow: 0rem 0.02rem 0.05rem 0rem rgba(0, 0, 0, 0.1);
.menu { .menu {
.link {
color: #666666;
}
.link.active { .link.active {
color: #E72A3A; color: #E72A3A;
@ -223,7 +211,6 @@
} }
.banner-text { .banner-text {
color: #FFFFFF;
text-align: center; text-align: center;
p:nth-child(1) { p:nth-child(1) {
@ -236,10 +223,6 @@
font-size: 0.3rem; font-size: 0.3rem;
line-height: 0.3rem; line-height: 0.3rem;
} }
.cname {
color: #E30020;
}
} }
.section { .section {