|
@@ -27,8 +27,7 @@ page{
|
|
|
|
|
|
}
|
|
}
|
|
.nav-barback{
|
|
.nav-barback{
|
|
- background: -webkit-linear-gradient(top, rgb(255, 123, 0), rgb(249, 75, 14));
|
|
|
|
- width: 100%;
|
|
|
|
|
|
+ width: 100%;
|
|
position: relative;
|
|
position: relative;
|
|
top: 0;
|
|
top: 0;
|
|
z-index: 10001;
|
|
z-index: 10001;
|
|
@@ -37,13 +36,17 @@ page{
|
|
color: #fff;
|
|
color: #fff;
|
|
font-size: 38rpx;
|
|
font-size: 38rpx;
|
|
}
|
|
}
|
|
|
|
+ .nav-bar-img{
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100%;
|
|
|
|
+ }
|
|
.nav-bar .search {
|
|
.nav-bar .search {
|
|
width: 60%;
|
|
width: 60%;
|
|
color: #333;
|
|
color: #333;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
background: #fff;
|
|
background: #fff;
|
|
position: absolute;
|
|
position: absolute;
|
|
- border-radius: 50px;
|
|
|
|
|
|
+ border-radius: 100px;
|
|
background: rgb(255, 255, 255);
|
|
background: rgb(255, 255, 255);
|
|
padding-left: 14px;
|
|
padding-left: 14px;
|
|
z-index: 10002;
|
|
z-index: 10002;
|
|
@@ -55,11 +58,11 @@ page{
|
|
top:0rpx;
|
|
top:0rpx;
|
|
width: 100%;
|
|
width: 100%;
|
|
z-index: -1;
|
|
z-index: -1;
|
|
- background:#f94b0e;
|
|
|
|
|
|
+ background-color: #fb4514;
|
|
}
|
|
}
|
|
.bg .img{
|
|
.bg .img{
|
|
height: auto;
|
|
height: auto;
|
|
- margin-top: 180rpx;
|
|
|
|
|
|
+ margin-top: 158rpx;
|
|
}
|
|
}
|
|
.head_banner .img{
|
|
.head_banner .img{
|
|
height: auto;
|
|
height: auto;
|