|
@@ -1,8 +1,32 @@
|
|
|
|
+.userInfo11 {
|
|
|
|
+ width: 100px;
|
|
|
|
+ height: 80px;
|
|
|
|
+ background-color: #fff;
|
|
|
|
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
|
|
|
|
+ border-radius: 3px;
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: 40px;
|
|
|
|
+ right: 35px;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ z-index: 999;
|
|
|
|
+
|
|
|
|
+ li {
|
|
|
|
+ height: 40px;
|
|
|
|
+ line-height: 40px;
|
|
|
|
+ color: #333333;
|
|
|
|
+ padding-left: 10px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ >li:hover {
|
|
|
|
+ color: #dd7d18;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
.tips {
|
|
.tips {
|
|
padding: 20px 0;
|
|
padding: 20px 0;
|
|
text-align: center;
|
|
text-align: center;
|
|
font-size: 20px;
|
|
font-size: 20px;
|
|
- color: #333333;
|
|
|
|
|
|
+ color: #40663B;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
|
|
|
img {
|
|
img {
|
|
@@ -29,11 +53,11 @@
|
|
/* 页面头部 */
|
|
/* 页面头部 */
|
|
header {
|
|
header {
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: 201px;
|
|
|
|
|
|
+ height: 180px;
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
font-family: PingFang SC-Regular;
|
|
font-family: PingFang SC-Regular;
|
|
color: #666666;
|
|
color: #666666;
|
|
- background: url("../../../public/head/headtopbg.png") repeat-x;
|
|
|
|
|
|
+ background: url("http://img.bjzxtw.org.cn/master/bjzxtw/public/head/headtopbg.png") repeat-x;
|
|
}
|
|
}
|
|
|
|
|
|
.headerNav {
|
|
.headerNav {
|
|
@@ -43,12 +67,13 @@ header {
|
|
}
|
|
}
|
|
|
|
|
|
.headerNav .left>span {
|
|
.headerNav .left>span {
|
|
- margin-right: 47px;
|
|
|
|
|
|
+ margin-right: 20px;
|
|
}
|
|
}
|
|
|
|
|
|
.headerNav .right {
|
|
.headerNav .right {
|
|
display: flex;
|
|
display: flex;
|
|
margin-right: 10px;
|
|
margin-right: 10px;
|
|
|
|
+ position: relative;
|
|
|
|
|
|
button {
|
|
button {
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
@@ -102,6 +127,14 @@ header {
|
|
vertical-align: -3px;
|
|
vertical-align: -3px;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ .home {
|
|
|
|
+ background-image: url("http://img.bjzxtw.org.cn/master/bjzxtw/public/image/search.png");
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .collection {
|
|
|
|
+ background-image: url("http://img.bjzxtw.org.cn/master/bjzxtw/public/image/search.png");
|
|
|
|
+ }
|
|
|
|
+
|
|
.exit {
|
|
.exit {
|
|
line-height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
}
|
|
@@ -113,28 +146,35 @@ header {
|
|
|
|
|
|
/* // 头部logo */
|
|
/* // 头部logo */
|
|
.headerLogo {
|
|
.headerLogo {
|
|
- width: 100%;
|
|
|
|
- height: 174px;
|
|
|
|
-
|
|
|
|
|
|
+ height: 145px;
|
|
|
|
+ position: relative;
|
|
|
|
+ //background: url("../../public/head/topBg.png") no-repeat center;
|
|
|
|
+ .titlead {
|
|
|
|
+ position: absolute;
|
|
|
|
+ bottom: 14px;
|
|
|
|
+ right: 26px;
|
|
|
|
+ width: 830px;
|
|
|
|
+ height: 110px;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ a {
|
|
|
|
+ display: block;
|
|
|
|
+ width: 830px;
|
|
|
|
+ height: 110px;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ }
|
|
|
|
+ img {
|
|
|
|
+ width: 100%;
|
|
|
|
+ height:110px;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
.inner {
|
|
.inner {
|
|
- display: flex;
|
|
|
|
- justify-content: space-between;
|
|
|
|
- width: 1200px;
|
|
|
|
- margin: 0 auto;
|
|
|
|
position: relative;
|
|
position: relative;
|
|
- height: 174px;
|
|
|
|
-
|
|
|
|
- .titlead {
|
|
|
|
- position: absolute;
|
|
|
|
- bottom: 30px;
|
|
|
|
- right: 0px;
|
|
|
|
- }
|
|
|
|
|
|
+ height: 145px;
|
|
}
|
|
}
|
|
-
|
|
|
|
.inner>img {
|
|
.inner>img {
|
|
width: 297px;
|
|
width: 297px;
|
|
- height: 114px;
|
|
|
|
- margin-top: 30px;
|
|
|
|
|
|
+ height: 110px;
|
|
|
|
+ margin-top: 20px;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -153,6 +193,7 @@ header {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
width: 30px;
|
|
width: 30px;
|
|
height: 30px;
|
|
height: 30px;
|
|
|
|
+ background: url("http://img.bjzxtw.org.cn/master/bjzxtw/public/image/search.png") no-repeat;
|
|
position: absolute;
|
|
position: absolute;
|
|
top: 5px;
|
|
top: 5px;
|
|
left: 15px;
|
|
left: 15px;
|