功能修改

This commit is contained in:
ly19960718 2021-09-03 09:55:03 +08:00
parent aeb110fc2b
commit 9cb879c9d4

View File

@ -1,5 +1,5 @@
.header{width:100%;height:550px;min-width:1200px;position:relative;background:url(../images/header-bg-2.png) no-repeat center;background-size:100% 100%} .header{width:100%;height:550px;min-width:1200px;position:relative;background:url(../images/header-bg-2.png) no-repeat center;background-size:100% 100%}
.date{overflow:hidden;width:1200px;margin:0 auto;height:40px;line-height:40px;font-size:12px;color:#333} .date{overflow:hidden;width:1200px;margin:0 auto;height:40px;line-height:40px;font-size:12px;color:#000}
.date span{color:#b09158} .date span{color:#b09158}
.day{float:left;} .day{float:left;}
.weather{float:right;} .weather{float:right;}
@ -30,11 +30,11 @@
.news-slide{overflow:hidden;margin-top:30px} .news-slide{overflow:hidden;margin-top:30px}
.news-left{width:515px;float:left} .news-left{width:515px;float:left}
.news-left ul li{padding:15px 0 15px;border-bottom:1px dashed #dcdcdc} .news-left ul li{padding:15px 0 15px;border-bottom:1px dashed #dcdcdc}
.news-left ul li a{display:block;padding-left:15px;position:relative;font-size:18px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis} .news-left ul li a{display:block;padding-left:15px;position:relative;font-size:18px;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.news-left ul li a:hover{color:#b50100;} .news-left ul li a:hover{color:#b50100;}
.news-left ul li a:after{content:'';display:block;width:4px;height:4px;background:#333;border-radius:50%;position:absolute;top:50%;left:0;transform:translate(0,-50%)} .news-left ul li a:after{content:'';display:block;width:4px;height:4px;background:#000;border-radius:50%;position:absolute;top:50%;left:0;transform:translate(0,-50%)}
.news-left ul li p{font-size:18px;color:#333;line-height:25px} .news-left ul li p{font-size:18px;color:#000;line-height:25px}
.news-left ul li:first-child a{font-size:20px;color:#333;font-weight:700;border-left:4px solid #b09158;padding-left:10px} .news-left ul li:first-child a{font-size:20px;color:#000;font-weight:700;border-left:4px solid #b09158;padding-left:10px}
.news-left ul li:first-child a:after{display:none} .news-left ul li:first-child a:after{display:none}
.news-right{width:540px;float:right;position:relative} .news-right{width:540px;float:right;position:relative}
.news-right .bd a{display:block;position:relative} .news-right .bd a{display:block;position:relative}
@ -52,7 +52,7 @@
.three-box-title a{line-height:28px;float:right;color:#999} .three-box-title a{line-height:28px;float:right;color:#999}
.three-box-list{margin-top:15px;overflow: hidden} .three-box-list{margin-top:15px;overflow: hidden}
.three-box-list ul{height:140px;overflow-y: scroll;width:110%;} .three-box-list ul{height:140px;overflow-y: scroll;width:110%;}
.three-box-list ul li a{display:block;line-height:35px;font-size:18px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative;padding-left:20px} .three-box-list ul li a{display:block;line-height:35px;font-size:18px;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position:relative;padding-left:20px}
.three-box-list ul li a:after{content:'';display:block;width:8px;height:8px;background:#d60000;border-radius:50%;position:absolute;left:0;top:50%;transform:translate(0,-50%)} .three-box-list ul li a:after{content:'';display:block;width:8px;height:8px;background:#d60000;border-radius:50%;position:absolute;left:0;top:50%;transform:translate(0,-50%)}
.three-box-list ul li a:hover{color:#d60000} .three-box-list ul li a:hover{color:#d60000}
.street{margin-top:30px;padding:25px 0 85px;background:url(../images/street-bg.png) no-repeat center;background-size:100% 100%} .street{margin-top:30px;padding:25px 0 85px;background:url(../images/street-bg.png) no-repeat center;background-size:100% 100%}
@ -81,9 +81,9 @@
.base-news-right li a:hover{color:#b50100;font-weight:700} .base-news-right li a:hover{color:#b50100;font-weight:700}
.base-news-right li a:hover span{color:#fff;font-weight:400} .base-news-right li a:hover span{color:#fff;font-weight:400}
.bottom-nav{margin-top:80px} .bottom-nav{margin-top:80px}
.bottom-nav-title{padding-bottom:15px;border-bottom:2px solid #de0606;color:#333;font-size:18px} .bottom-nav-title{padding-bottom:15px;border-bottom:2px solid #de0606;color:#000;font-size:18px}
.bottom-nav-list{margin-top:15px} .bottom-nav-list{margin-top:15px}
.bottom-nav-list a{display:inline-block;margin-right:10px;color:#333;font-size:18px} .bottom-nav-list a{display:inline-block;margin-right:10px;color:#000;font-size:18px}
.bottom-nav-list a:hover{color:#de0606} .bottom-nav-list a:hover{color:#de0606}
.footer{padding:30px 0;text-align:center;min-width:1200px;background:#dcdcdc;color:#999;font-size:18px} .footer{padding:30px 0;text-align:center;min-width:1200px;background:#dcdcdc;color:#999;font-size:18px}
@ -130,7 +130,7 @@
padding-left: 20px; padding-left: 20px;
position: relative; position: relative;
font-size: 18px; font-size: 18px;
color: #333; color: #000;
cursor: pointer; cursor: pointer;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
@ -145,7 +145,7 @@
width: 6px; width: 6px;
height: 6px; height: 6px;
border-radius: 50%; border-radius: 50%;
background: #333; background: #000;
position: absolute; position: absolute;
top: 50%; top: 50%;
left: 0; left: 0;
@ -181,7 +181,7 @@
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
color: #333; color: #000;
} }
.page-list>ul>li a:hover{ .page-list>ul>li a:hover{
color: #bb1511; color: #bb1511;