|
@@ -1,4 +1,8 @@
|
|
-body{background:#e3f2fa url("../image/bodyBg.png") no-repeat 0 40px;}
|
|
|
|
|
|
+body{
|
|
|
|
+ /*background:#e3f2fa url("../image/bodyBg.png") no-repeat 0 40px;*/
|
|
|
|
+ /*background:#e3f2fa url("../image/bodybg2.png") no-repeat 0 40px;*/
|
|
|
|
+ background:#edfdff url("../image/bodybg3.png") no-repeat 0 40px;
|
|
|
|
+}
|
|
/*header*/
|
|
/*header*/
|
|
.header{height:40px;line-height:40px;background:#313131;color: #fff;
|
|
.header{height:40px;line-height:40px;background:#313131;color: #fff;
|
|
/*position: fixed;top:0;left:0;width: 100%;z-index: 10;padding:0 25px;*/
|
|
/*position: fixed;top:0;left:0;width: 100%;z-index: 10;padding:0 25px;*/
|
|
@@ -26,18 +30,19 @@ body{background:#e3f2fa url("../image/bodyBg.png") no-repeat 0 40px;}
|
|
.bodyContent{margin-top:40px;}
|
|
.bodyContent{margin-top:40px;}
|
|
/*master*/
|
|
/*master*/
|
|
.master{height:140px;line-height: 140px;}
|
|
.master{height:140px;line-height: 140px;}
|
|
-.master>a{font-size: 28px; color: #3d95d5;}
|
|
|
|
|
|
+.master>a{font-size: 28px; /*color: #3d95d5;*/color: #fff;}
|
|
.master li{margin-left:15px;}
|
|
.master li{margin-left:15px;}
|
|
.master li a{color: #3d95d5;font-size: 14px;font-weight: bold;}
|
|
.master li a{color: #3d95d5;font-size: 14px;font-weight: bold;}
|
|
.master li a:hover{text-decoration: underline;}
|
|
.master li a:hover{text-decoration: underline;}
|
|
/*left*/
|
|
/*left*/
|
|
-.left{width: 220px;padding-bottom: 20px;
|
|
|
|
|
|
+.left{width: 220px;padding-bottom: 0px;
|
|
/*box-shadow: 2px 2px 4px rgba(0,0,0,0.1)*/
|
|
/*box-shadow: 2px 2px 4px rgba(0,0,0,0.1)*/
|
|
}
|
|
}
|
|
.left .master-info{padding:20px;border-bottom: 1px solid #ddd;}
|
|
.left .master-info{padding:20px;border-bottom: 1px solid #ddd;}
|
|
-.left .master-info .name{margin-left: 20px;padding-top:18px;}
|
|
|
|
-.left .master-info .name>p{font-size: 16px;margin-bottom: 2px;}
|
|
|
|
-.left .master-info .name>span{background: #26c6da;border-radius: 20px;color: #fff;padding:0 12px;font-size: 12px;}
|
|
|
|
|
|
+.left .master-info img.head{width: 70px;border-radius: 50%;}
|
|
|
|
+.left .master-info .name{margin-left: 20px;padding-top:10px;}
|
|
|
|
+.left .master-info .name>p{font-size: 16px;margin-bottom: 5px;}
|
|
|
|
+.left .master-info .name>span{background: #26c6da;border-radius: 20px;color: #fff;padding:0 10px;font-size: 12px;}
|
|
.left .master-info>p{color:#666;margin:15px 0;}
|
|
.left .master-info>p{color:#666;margin:15px 0;}
|
|
|
|
|
|
.left .master-info .exper{margin-bottom: 10px;}
|
|
.left .master-info .exper{margin-bottom: 10px;}
|
|
@@ -53,7 +58,7 @@ body{background:#e3f2fa url("../image/bodyBg.png") no-repeat 0 40px;}
|
|
.left .master-info .other>li:last-child{border:0;background: none;}
|
|
.left .master-info .other>li:last-child{border:0;background: none;}
|
|
.left .master-info .other>li>p{font-size: 16px;}
|
|
.left .master-info .other>li>p{font-size: 16px;}
|
|
|
|
|
|
-.left dl{padding:20px 0;margin-bottom: 12px;}
|
|
|
|
|
|
+.left dl{padding:20px 0;margin-bottom: 10px;}
|
|
.left dl>dt{font-size: 16px;padding-left:20px;margin-bottom: 10px;
|
|
.left dl>dt{font-size: 16px;padding-left:20px;margin-bottom: 10px;
|
|
/*background: url("../image/titleLine.png") no-repeat 20px center;*/
|
|
/*background: url("../image/titleLine.png") no-repeat 20px center;*/
|
|
}
|
|
}
|
|
@@ -112,10 +117,12 @@ body{background:#e3f2fa url("../image/bodyBg.png") no-repeat 0 40px;}
|
|
.main .content>dl>dt>a{color: #999;font-size: 12px;}
|
|
.main .content>dl>dt>a{color: #999;font-size: 12px;}
|
|
.main .content>dl>dt>a:hover{color: #26c6da;}
|
|
.main .content>dl>dt>a:hover{color: #26c6da;}
|
|
.main .content>dl.notice{width: 62%;}
|
|
.main .content>dl.notice{width: 62%;}
|
|
-.main .content>dl.word{width: 36%;height:290px;}
|
|
|
|
|
|
+.main .content>dl.word{width: 36%;height:336px;}
|
|
.main .content>dl.notice>dd>a{display: block;padding:12px 0;
|
|
.main .content>dl.notice>dd>a{display: block;padding:12px 0;
|
|
border-bottom: 1px dashed #eee;
|
|
border-bottom: 1px dashed #eee;
|
|
- background: url("../image/notice.png") no-repeat 0 center;padding-left: 24px;}
|
|
|
|
|
|
+ background: url("../image/notice.png") no-repeat 0 center;padding-left: 24px;
|
|
|
|
+}
|
|
|
|
+.main .content>dl.notice.source>dd>a{padding-left:0px;background: none;}
|
|
.main .content>dl.notice>dd>a>span{float: right;color: #999;font-size: 13px;}
|
|
.main .content>dl.notice>dd>a>span{float: right;color: #999;font-size: 13px;}
|
|
.main .content>dl.notice>dd>a:hover,.main .content>dl.notice>dd>a:hover span{color: #26c6da; }
|
|
.main .content>dl.notice>dd>a:hover,.main .content>dl.notice>dd>a:hover span{color: #26c6da; }
|
|
.main .content>dl.word dd{line-height: 26px;text-align: justify;}
|
|
.main .content>dl.word dd{line-height: 26px;text-align: justify;}
|
|
@@ -290,6 +297,12 @@ body{background:#e3f2fa url("../image/bodyBg.png") no-repeat 0 40px;}
|
|
.AnchorBox .ivu-anchor-link{float:left;padding:0;background: #eee;border-bottom:2px solid #ccc;color:#666;font-size:12px;margin:8px;width: 20px;height:20px;line-height:18px;text-align: center;cursor: pointer;}
|
|
.AnchorBox .ivu-anchor-link{float:left;padding:0;background: #eee;border-bottom:2px solid #ccc;color:#666;font-size:12px;margin:8px;width: 20px;height:20px;line-height:18px;text-align: center;cursor: pointer;}
|
|
.AnchorBox .ivu-anchor-link-active>.ivu-anchor-link-title{background: #ccc;color: #fff;}
|
|
.AnchorBox .ivu-anchor-link-active>.ivu-anchor-link-title{background: #ccc;color: #fff;}
|
|
.AnchorBox .ivu-anchor-ink:before{background:none;}
|
|
.AnchorBox .ivu-anchor-ink:before{background:none;}
|
|
|
|
+.AnchorBox>.lookChart{margin-top:20px;}
|
|
|
|
+.AnchorBox>.lookChart>a{font-size: 14px;color: #14adc4;
|
|
|
|
+ background: url("../image/bar2.png") no-repeat 0 center;padding:10px 0 10px 24px;
|
|
|
|
+ background-size: 18px auto;
|
|
|
|
+}
|
|
|
|
+
|
|
.checkList>li{width:100%;padding:15px;margin-bottom: 30px;
|
|
.checkList>li{width:100%;padding:15px;margin-bottom: 30px;
|
|
border:1px solid #ddd;
|
|
border:1px solid #ddd;
|
|
/*box-shadow: 0 1px 4px rgba(0,0,0,0.2);*/
|
|
/*box-shadow: 0 1px 4px rgba(0,0,0,0.2);*/
|
|
@@ -317,3 +330,10 @@ body{background:#e3f2fa url("../image/bodyBg.png") no-repeat 0 40px;}
|
|
.ivu-collapse,.ivu-collapse>.ivu-collapse-item{border:0;background: #fff;}
|
|
.ivu-collapse,.ivu-collapse>.ivu-collapse-item{border:0;background: #fff;}
|
|
.ivu-collapse>.ivu-collapse-item.ivu-collapse-item-active>.ivu-collapse-header>i,.ivu-collapse>.ivu-collapse-item>.ivu-collapse-header>i{display: none;}
|
|
.ivu-collapse>.ivu-collapse-item.ivu-collapse-item-active>.ivu-collapse-header>i,.ivu-collapse>.ivu-collapse-item>.ivu-collapse-header>i{display: none;}
|
|
.ivu-collapse-content{padding-left:30px;}
|
|
.ivu-collapse-content{padding-left:30px;}
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+.detail{padding:20px;border:1px solid #ddd;height:500px;overflow-y: auto;font-size: 15px;line-height: 28px;}
|
|
|
|
+.detail>h2{font-size: 20px;margin-bottom: 20px;}
|
|
|
|
+.detail>div{margin:10px 0;}
|
|
|
|
+.detail>div li{margin: 10px 0;width: 100%;}
|
|
|
|
+.detail>div li>p{margin: 10px 0;width: 100%;}
|