|
@@ -55,6 +55,8 @@ a.red{ color:#f00;}
|
|
|
.banner li.as.asonl .ase{ color:#57585a;}
|
|
|
.banner li.as.asonl{ float:left; background:none; z-index:60; position:absolute; top:-2px; width:96px; margin-left:-45px; margin-top:-32px;}
|
|
|
.banner li.as.asonl a{color:#57585a;}
|
|
|
+.banner li.as.asonl:hover a span{color:#c00;}
|
|
|
+.banner li.as.asonl:hover .asm{ height:6px; background:url(../images/han_bgthover.png) no-repeat center center;}
|
|
|
/*.banner li.as a{ display:none;}*/
|
|
|
/*.banner li.as.asonl a{ display:block;}*/
|
|
|
|
|
@@ -73,13 +75,13 @@ a.red{ color:#f00;}
|
|
|
.foot{ padding:0 100px 40px; position:relative; bottom:0;}
|
|
|
.footsple{ margin-left:10px;}
|
|
|
.foot .left{ font-size:10px;}
|
|
|
-.lang{ float:left; margin-right:5px; font-size:10px;}
|
|
|
+.lang{ float:left; margin-right:10px; font-size:10px;}
|
|
|
.preca{ width:800px; padding:20px; margin:30px auto; background:#fff; border:1px solid #ccc;border-radius:10px;box-shadow:0 1px 2px 0 #666;}
|
|
|
.preca h3{ text-align:center; font-size:18px; line-height:32px; height:32px; border-bottom:1px solid #ccc; margin-bottom:10px;}
|
|
|
.precaall{ font-size:12px; line-height:24px; }
|
|
|
.blo{ text-decoration : underline ;}
|
|
|
.blo:hover{ text-decoration : underline ;}
|
|
|
-.hsbim{display:inline-block; vertical-align:middle;}
|
|
|
+.hsbim{display:inline-block; vertical-align:middle; border-left:1px solid #aaa;}
|
|
|
.hsbim img{ vertical-align:middle; display:inline-block; margin:0; padding:0;}
|
|
|
|
|
|
|
|
@@ -94,28 +96,32 @@ a.red{ color:#f00;}
|
|
|
.pro_edit{width:100%;}
|
|
|
.pro_edit p{margin:2px 0;}
|
|
|
.maleft img{ width:100%; }
|
|
|
-.maright{ float:right; height:100%; overflow-y: auto;overflow-x: hidden; position:relative;}
|
|
|
-.maright::-webkit-scrollbar {/*滚动条整体样式*/
|
|
|
- width: 6px; /*高宽分别对应横竖滚动条的尺寸*/
|
|
|
+.maright{ float:right; height:100%; overflow: hidden; position:relative;}
|
|
|
+.marightscroll{overflow-y: auto; height:100%; overflow-x: hidden;margin-right:-20px;}
|
|
|
+
|
|
|
+/*
|
|
|
+.maright::-webkit-scrollbar {
|
|
|
+ width: 6px;
|
|
|
height: 1px;
|
|
|
border-radius:20px;
|
|
|
}
|
|
|
-.maright::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
|
|
|
+.maright::-webkit-scrollbar-thumb {
|
|
|
border-radius: 20px;
|
|
|
background: #818283;
|
|
|
}
|
|
|
-.maright::-webkit-scrollbar-track {/*滚动条里面轨道*/
|
|
|
+.maright::-webkit-scrollbar-track {
|
|
|
width:1px;
|
|
|
border-radius: 20px;
|
|
|
background:rgba(0,0,0,0.1);
|
|
|
}
|
|
|
+*/
|
|
|
/*
|
|
|
.maright::-webkit-scrollbar {
|
|
|
display: none;
|
|
|
}
|
|
|
*/
|
|
|
|
|
|
-.mainalltil ul{ position:absolute;left:0;top:12px; padding-top:5px; display:none; }
|
|
|
+.mainalltil ul{ position:absolute;left:0;top:12px; padding-top:5px; display:none;z-index:4; }
|
|
|
.mainalltil ul li,.mainalltil ul li a{display:block; width:68px;height:30px; line-height:30px; text-align:center;}
|
|
|
.mainalltil ul li{ border-bottom:1px solid #ddd;}
|
|
|
.mainalltil ul li a{ background:rgba(255,255,255,0.9); }
|
|
@@ -158,7 +164,7 @@ a.red{ color:#f00;}
|
|
|
.mainlist h3 a{ display:inline-block;}
|
|
|
.mainlist h3 span a.sroton{ color:#c00;}
|
|
|
.mainlist>div{ float:left; margin-right:20px; text-align:center; padding-bottom:20px;}
|
|
|
-.mainlist>div p{ padding:10px 0;}
|
|
|
+.mainlist>div p{height:40px;line-height:40px; overflow:hidden;}
|
|
|
.mainlist>div img{width:100%;}
|
|
|
|
|
|
|