4
hao
2025-04-16 c5fb1fbcbb2bf4d511773d348f9ef625855c61fc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
html{width:100%;height:100%;}
body{padding: 10px;width:100%;height:100%; background: url(../images/bg_body.jpg) no-repeat;background-size: 100% 100%;}
ul{margin: 0; padding: 0;}
 
header{width:100%; height: 50px; line-height: 50px; color: #FFFFFF; font-size:1.8rem;letter-spacing: 0.3rem; background: url(../images/header_bg.png) no-repeat; margin: 0 auto;background-size: 100% 100%;  text-align: center;}
 
.top{width:1900px; height: 83px;color: #FFFFFF;font-size: 30px;}
.top-left{height:100%;height: 83px;line-height: 83px;position:relative;float:left;width:20%;font-size: 20px;}
.top-mid{height:100%;height: 83px;line-height: 83px;text-align:center;float:left;width:56%;background: url(../images/bg_title.png) no-repeat; margin: 0 auto; background-size: 100% 100%;text-align: center;}
.top-right{height:100%;height: 83px;line-height: 83px;float:right;width:24%;font-size: 20px;}
 
/*2020-12-23???? ?????????????????-start*/
.head{ height:1.05rem;background-size: 100% 100%; position: relative; z-index: 100;width: 100%;}
.weather{ position:absolute; right:.9rem; top:0; line-height: .75rem;}
.time{color:#999999;font-size:1.3rem;}
/*2020-12-23????-end*/
 
.container{width: 100%;height:87%;}
.col-lg-3,.col-lg-6{padding: 0; margin: 0;}
.m-20{margin-top: 0.1rem;}
.title{width: 100%; height: 3rem; font-size: 1.4rem; color: #ff9000; line-height: 3rem; padding-left: 1rem; float: left;}
 
.box1{width:100%; height: 52%; padding: 0 0 10px 0; background: url(../images/bg_box1.png) no-repeat;background-size: 100% 100%; }
.box1_con{width: 100%; height: 90%; float: left;}
.box2{width:49.5%; height: 100%; background: url(../images/bg_box2.png) no-repeat; background-size: 100% 100%;float: left;}
.box2_con{width:100%; height: 80%; float: left;}
.box2_r{width:49.5%; height: 100%;margin-left:0.5rem; background: url(../images/bg_box2.png) no-repeat; background-size: 100% 100%;float: left;}
.box2_con_r{width:100%; height: 80%; float: left;}
 
small{font-size: 18px; color: #FF9000;}
 
.logo_div{width:fit-content; text-align: center;line-height: 2rem;margin-left:35%;}
/* .logo_bottom{height:2rem; width:2rem;float:left;margin-right:1rem; background: url(../images/plee_logo.png) no-repeat;background-size: 2rem 2rem;} */
footer{width:100%; line-height: 2rem; color: #FFFFFF; font-size: 1.5rem; letter-spacing: 0.3rem;text-align: center;}