master
鲁洪霞 2026-03-10 16:05:53 +08:00
parent 69b76f3204
commit 48e376c572
21 changed files with 41 additions and 23 deletions

View File

@ -12,4 +12,7 @@
body{
font-family: -apple-system, BlinkMacSystemFont, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
}
.right_main{
font-size: 14px;
}
</style>

Binary file not shown.

After

Width:  |  Height:  |  Size: 494 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 345 KiB

BIN
app/assets/images/img.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 KiB

BIN
app/assets/images/img_1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 KiB

BIN
app/assets/images/img_2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 622 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 KiB

View File

@ -89,11 +89,10 @@ watch(() => route.query.tab, newTab => {
<style scoped lang="scss">
.container {
background: #f6f8fa;
.banner {
width: 100%;
height: 320px;
background: url("@/assets/images/newbanner.png") no-repeat top center;
background: url("@/assets/images/about1_banner.png") no-repeat top center;
.banner_main {
width: 1400px;
margin: 0 auto;

View File

@ -56,7 +56,7 @@
.banner {
width: 100%;
height: 320px;
background: url("@/assets/images/newbanner.png") no-repeat top center;
background: url("@/assets/images/down_banner.png") no-repeat top center;
.banner_main {
width: 1400px;
margin: 0 auto;
@ -137,7 +137,7 @@
.info{
.title{
font-size: 18px;
font-size: 16px;
color: #222222;
}

View File

@ -29,7 +29,7 @@
.banner {
width: 100%;
height: 320px;
background: url("@/assets/images/newbanner.png") no-repeat top center;
background: url("@/assets/images/edu_banner.png") no-repeat top center;
.banner_main {
width: 1400px;
margin: 0 auto;
@ -98,6 +98,8 @@
padding: 20px;
box-sizing: border-box;
min-height: 500px;
font-size: 14px;
color: #222222;
a{
text-decoration: none;
}

View File

@ -53,7 +53,7 @@ const activeIndex = ref(0);
.banner {
width: 100%;
height: 320px;
background: url("@/assets/images/newbanner.png") no-repeat top center;
background: url("@/assets/images/public_banner.png") no-repeat top center;
.banner_main {
width: 1400px;
margin: 0 auto;

View File

@ -143,7 +143,7 @@
p{
text-indent: 2rem;
line-height: 2;
font-size: 16px;
font-size: 14px;
}
img{
margin: 0 auto;
@ -157,12 +157,13 @@
box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
margin-bottom: 20px;
cursor: pointer;
font-size: 14px;
.previous{
font-size: 16px;
font-size: 14px;
margin-bottom: 20px;
}
.title{
font-size: 16px;
font-size: 14px;
}
.info{
width: 100%;

View File

@ -50,7 +50,7 @@ const activeIndex = ref(0);
.banner {
width: 100%;
height: 320px;
background: url("@/assets/images/newbanner.png") no-repeat top center;
background: url("@/assets/images/ziyuan_banner.png") no-repeat top center;
.banner_main {
width: 1400px;
margin: 0 auto;
@ -86,19 +86,29 @@ const activeIndex = ref(0);
font-weight: bold;
}
.main{
padding: 10px;
.list{
border-bottom: 1px solid #eeeeee;
padding: 10px 5px;
padding: 10px;
font-size: 14px;
cursor: pointer;
color: #222222;
margin-bottom: 5px;
border-radius: 4px;
border-left: 4px solid #ffffff;
&:hover{
background: #f1f1fa;
background: #e4ecff;
border-left: 4px solid #3f79ff;
color: #3f79ff;
}
}
.active{
background: #e4ecff;
border-left: 4px solid #3f79ff;
color: #3f79ff;
}
&:last-child{
border-bottom: none;
}
}
}
.right_main{
@ -116,6 +126,7 @@ const activeIndex = ref(0);
.title{
font-weight: bold;
font-size: 1.5em;
}
.time{
color: #999999;
@ -129,6 +140,7 @@ const activeIndex = ref(0);
line-height: 2;
text-indent: 2rem;
font-size: 14px;
color: #222222;
}
}

View File

@ -55,7 +55,7 @@ const activeIndex = ref(0);
.banner {
width: 100%;
height: 320px;
background: url("@/assets/images/newbanner.png") no-repeat top center;
background: url("@/assets/images/ziyuan_banner.png") no-repeat top center;
.banner_main {
width: 1400px;
margin: 0 auto;

View File

@ -55,7 +55,7 @@
.banner {
width: 100%;
height: 320px;
background: url("@/assets/images/newbanner.png") no-repeat top center;
background: url("@/assets/images/falv_banner.png") no-repeat top center;
.banner_main {
width: 1400px;
margin: 0 auto;
@ -143,7 +143,7 @@
p{
text-indent: 2rem;
line-height: 2;
font-size: 16px;
font-size: 14px;
}
img{
margin: 0 auto;
@ -157,12 +157,13 @@
box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
margin-bottom: 20px;
cursor: pointer;
font-size: 14px;
.previous{
font-size: 16px;
font-size: 14px;
margin-bottom: 20px;
}
.title{
font-size: 16px;
font-size: 14px;
}
.info{
width: 100%;

View File

@ -76,7 +76,7 @@ const activeIndex = ref(0);
.banner {
width: 100%;
height: 320px;
background: url("@/assets/images/newbanner.png") no-repeat top center;
background: url("@/assets/images/falv_banner.png") no-repeat top center;
.banner_main {
width: 1400px;
margin: 0 auto;
@ -155,7 +155,7 @@ const activeIndex = ref(0);
.info{
.title{
font-size: 18px;
font-size: 16px;
color: #222222;
}

View File

@ -60,7 +60,7 @@ const activeIndex = ref(0);
.banner {
width: 100%;
height: 320px;
background: url("@/assets/images/newbanner.png") no-repeat top center;
background: url("@/assets/images/fuwu_banner.png") no-repeat top center;
.banner_main {
width: 1400px;
margin: 0 auto;