| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203 |
- html{
- font-size: 100px;
- }
- html, body, header,article, nav, ul, li{margin: 0; padding: 0;}
- html, body, .container,.herder_bg {
- height: 100%;
- }
- *{
- box-sizing:border-box
- }
- ul, ol, dd {
- list-style-type:none;
- margin-left:0;
- padding-left:0;
- }
- a {
- text-decoration:none;
- color:#1580da;
- }
- body{
- font-size:0.16rem;
- color: #ffffff;
- font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,Arial,sans-serif;
- }
- /*隐藏百度地图logo*/
- .BMap_cpyCtrl{display:none}
- .anchorBL{display:none}
- .container {
- padding:0.1rem;
- background-image: url(images/sybj.jpg);
- background-position: center center;
- background-repeat: no-repeat;
- background-attachment: fixed;
- background-size: cover;
- background-color:#1b2852;
- font-family: 'microsoft yahei',Arial,sans-serif;
- }
- header {
- height: 11%;
- padding-bottom: 0.1rem;
- }
- .herder_bg{
- width: 100%;
- /*color: #6cbbe6;*/
- /*font-size: 24px;*/
- /*font-weight: bold;*/
- /*text-align: center;*/
- background: url(images/topbg.png);
- background-size: 100% 100%;
- -moz-background-size: 100% 100%;
- -webkit-background-size: 100% 100%;
- }
- #switch_btn{
- background-image: url(images/4-1.png);
- width:0.45rem;
- height:0.45rem;
- position:absolute;
- top:0.2rem;
- right:0.2rem;
- z-index: 99999;
- background-size: cover;
- }
- article {
- width: 100%;
- height:89% ;
- padding-bottom: 0.1rem;
- }
- #hideleft{
- background-image: url(images/left.png);
- width:0.12rem;
- height:0.44rem;
- position:absolute;
- top:50%;
- left: 0;
- z-index: 99999;
- }
- #hideright{
- background-image: url(images/right.png);
- width:0.12rem;
- height:0.44rem;
- position:absolute;
- top:50%;
- right:0;
- z-index: 99999;
- }
- .wrap{
- width: 100%;
- height: 100%;
- float: left;
- }
- .wrap .center{
- margin:0 25%;
- height: 100%;
- background-image: url(images/5-3dt.png);
- background-size: 100% 100%;
- -moz-background-size: 100% 100%;
- -webkit-background-size: 100% 100%;
- }
- .left_margin,.right_margin{
- float: left;
- width: 25%;
- height: 100%;
- }
- .left_margin {
- margin-left: -100%;
- padding-right:0.15rem ;
- }
- .right_margin{
- margin-left: -25%;
- padding-left:0.15rem ;
- }
- .sun-div{
- width: 100%;
- height: 32%;
- background: url(images/1-2.png) no-repeat;
- background-size: 100% 100%;
- -moz-background-size: 100% 100%;
- -webkit-background-size: 100% 100%;
- margin-bottom: 0.17rem;
- padding:0.15rem;
- }
- .sun-title{
- height: 0.4rem;
- line-height: 0.4rem;
- padding-left: 0.1rem;
- font-size: 0.16rem;
- font-weight:normal;
- background: url(images/2-1.png) no-repeat;
- -moz-background-size:100% 100%;
- background-size:100% 100%;
- }
- .left-ec{
- width: 100%;
- height: 1.9rem;
- }
- /* 右侧列表样式 */
- .sun-div ul {
- padding: 0 15px;
- }
- .data-contents-height {
- box-sizing: border-box;
- min-height: 160px;
- }
- .sun-div ul li {
- /* height: 30px;
- */ line-height: 30px;
- border-bottom: 1px solid rgba(67,104,199,.2);
- color: #3690ff;
- }
- .litext{
- display: inline-block;
- vertical-align:middle;
- width:39%;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- color: rgba(255,255,255,.7);
- padding: 0 24px;
- }
- .litext hover{
- display: inline-block;
- vertical-align:middle;
- width:39%;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- color: rgba(255,255,255,.7);
- padding: 0 24px;
- }
- .r {
- float: right;
- }
- .sun-div ul li span.unchanged1 {
- width:70px;
- text-align: center;
- }
- .sun-div ul li span.unchanged {
- padding: 0 0 0 5px;
- width:45px;
- text-align: right;
- }
|