123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- #header{
- display: flex;
- height: 0.88rem;
- background: #56AB2F;
- }
- .position{
- width: 2.44rem;
- font-size: 16px;
- height: 0.88rem;
- line-height: 0.88rem;
- text-align: center;
- color: #FFFFFF;
- }
- .search{
- flex: 1;
- padding-top: 0.15rem;
- }
- .search input{
- width: 5.07rem;
- height: 0.6rem;
- background: #FFFFFF;
- border-radius: 0.3rem;
- }
- .slide img{
- width: 86.9%;
- }
- .slide{
- text-align: center;
- padding: 10px 0;
- }
- .cate-title{
- width: 6.9rem;
- height: 0.6rem;
- margin: 0 auto;
- line-height: 0.6rem;
- border-bottom: 1px solid rgba(0, 0, 0, 0.1);
- }
- .list-box{
- display: flex;
- flex-wrap: wrap;
- padding: 0.1rem 0.1rem;
- }
- .list{
- width: 20%;
- height: 1.5rem;
- text-align: center;
- }
- .list img{
- width: 0.96rem;
- }
- .list p {
- font-size: 12px;
- }
- .hot-wrapper{
- padding: 0 0.2rem;
- }
- .hot-title{
- height: 0.8rem;
- background: #FFBA64;
- line-height: 0.8rem;
- color: #FFFFFF;
- }
- .hot-content{
- padding: 0 0.2rem ;
- }
- .hot-list{
- width: 2.2rem;
- }
- .hot-list img{
- width: 100%;
- }
- .hot-info{
- height: 0.33rem;
- font-size: 12px;
- line-height: 0.33rem;
- }
- .hot-bottom-box{
- display: flex;
- justify-content: space-between;
- }
- .hot-list-box{
- display: flex;
- }
- .pro-list{
- display: flex;
- justify-content: space-between;
- padding: 0 0.3rem;
- }
- .pro-lsit ul{
- width: 3.36rem;
- }
- .pro-wrapper img{
- width: 100%;
- }
- .footer{
- height: 1.04rem;
- line-height: 1.04rem;
- display: flex;
- width: 100%;
- background: antiquewhite;
- color: #FFBA64;
- }
- .footer li {
- flex: 1;
- text-align: center;
- }
|