| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 | 
							- #header{
 
-   height: 0.88rem;
 
-   background: #56AB2F;
 
-   display: flex;
 
- }
 
- #position{
 
-   width: 2.4rem;
 
-   font-size: 16px;
 
-   height: 0.88rem;
 
-   text-align: center;
 
-   line-height: 0.88rem;
 
-   color: #FFFFFF;
 
- }
 
- #search{
 
-   flex: 1;
 
-   padding-top: 0.15rem;
 
- }
 
- #search input{
 
-   width: 5.07rem;
 
-   height: 0.6rem;
 
-   border-radius: 0.3rem;
 
-   background: #FFFFFF;
 
- }
 
- .slide{
 
-   height: 2.62rem;
 
-   text-align: center;
 
-   padding: 10px 0;
 
- }
 
- .slide-img{
 
-   width: 6.52rem;
 
-   height: 2.62rem;
 
-   margin: 0 auto;
 
- }
 
- .slide-img img{
 
-   width: 100%;
 
- }
 
- .now{
 
-   width: 1.3rem;
 
-   height: 0.36rem;
 
-   position: absolute;
 
-   margin-top: -1rem;
 
-   margin-left: 1rem;
 
-   background: #FFFFFF;
 
-   font-size: 10px;
 
-   background: rgba(255,255,255,0.2);
 
-   border-radius: 9px;
 
-   text-align: center;
 
-   line-height: 0.36rem;
 
-   color: #FFFFFF;
 
- }
 
 
  |