|
@@ -295,8 +295,9 @@ body {
|
|
|
/***********************头部*************************/
|
|
|
.header{
|
|
|
width: 100%;
|
|
|
- background: url(qkq_topbg.png) no-repeat center;
|
|
|
- height: 68px;
|
|
|
+ background: url(qkq_topbg.png) no-repeat center;
|
|
|
+ background-size: 100%;
|
|
|
+ height: 100px;
|
|
|
position: fixed;
|
|
|
top:0px;
|
|
|
left: 0px;
|
|
@@ -304,14 +305,12 @@ body {
|
|
|
}
|
|
|
.header h1{
|
|
|
font-family: MyWebFont;
|
|
|
- line-height: 56px;
|
|
|
- font-size: 36px;
|
|
|
+ line-height: 108px;
|
|
|
+ font-size: 34px;
|
|
|
text-align: center;
|
|
|
- background-image: linear-gradient(to bottom, #f4f1e8, #f0ddaa);
|
|
|
+ /* background-image: linear-gradient(to bottom, #f4f1e8, #f0ddaa); */
|
|
|
color: #ffffff;
|
|
|
- background-clip: text;
|
|
|
- -webkit-background-clip: text;
|
|
|
- -webkit-text-fill-color: transparent;
|
|
|
+ text-shadow: 0px 0px 8px #035dd8;
|
|
|
|
|
|
}
|
|
|
|
|
@@ -333,11 +332,11 @@ body {
|
|
|
padding-left: 20px;
|
|
|
background:url(qkq_dw.png) no-repeat left center;
|
|
|
font-size: 16px;
|
|
|
- color: #fceec9;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
.left_con .top_txt span,.nav_min .top_txt span{
|
|
|
font-size: 14px;
|
|
|
- color: #fceec9;
|
|
|
+ color: #fff;
|
|
|
margin-left: 6px;
|
|
|
}
|
|
|
.right_con{
|
|
@@ -356,12 +355,12 @@ body {
|
|
|
}
|
|
|
.right_con .top_txt b,.nav_min .top_txt2 b{
|
|
|
font-size: 16px;
|
|
|
- color: #fceec9;
|
|
|
+ color: #fff;
|
|
|
background: none!important;
|
|
|
}
|
|
|
.right_con .top_txt span,.nav_min .top_txt2 span{
|
|
|
font-size: 14px;
|
|
|
- color: #fceec9;
|
|
|
+ color: #fff;
|
|
|
margin-right: 0px;
|
|
|
}
|
|
|
.qkq_tit{
|
|
@@ -373,7 +372,7 @@ body {
|
|
|
margin-bottom: 10px;
|
|
|
background-size: 100% 100%;
|
|
|
position: relative;
|
|
|
- text-shadow: 0px 0px 5px #00ffff;
|
|
|
+ text-shadow: 0px 0px 5px #0096ff;
|
|
|
}
|
|
|
.qkq_tit select{
|
|
|
float:right;
|
|
@@ -457,7 +456,8 @@ color: #fff;
|
|
|
|
|
|
/*底部*/
|
|
|
.footer{
|
|
|
- background: url(qkq_btmbg.png) no-repeat bottom;
|
|
|
+ background: url(qkq_btmbg.png) no-repeat bottom;
|
|
|
+ background-size: 100%;
|
|
|
width: 100%;
|
|
|
position: fixed;
|
|
|
bottom:0px;
|