|
@@ -100,9 +100,12 @@
|
|
|
color: #999999;
|
|
|
font-size: 2.8vw;
|
|
|
}
|
|
|
- .section_coupundle{ width: 100%; height: 15vw; margin: 1vw 0;box-sizing: border-box;padding: 0 3vw;}
|
|
|
- .section_coupundle a{ width: 100%; height: 15vw;margin: 0 auto; display: block;}
|
|
|
- .section_coupundle a img{ width: 100%; height: 15vw;display: block;border-radius:1vw;overflow: hidden;}
|
|
|
+ .section_coupundle{ width: 100%; height: auto; margin: 1vw 0;box-sizing: border-box;padding: 0 3vw;}
|
|
|
+ .section_coupundle.hide{ display: none;}
|
|
|
+ .section_coupundle .section_coupundle_inner{ width:100%; height: auto; margin: 0 auto;position: relative;}
|
|
|
+ .section_coupundle .section_coupundle_close{ width:6vw;height: 6vw; background: url("/img/base/icon-close@2x.png") no-repeat;background-size: cover;position: absolute;right: -2vw;top: -2vw; }
|
|
|
+ .section_coupundle a{ width: 100%; height: auto;margin: 0 auto; display: block;}
|
|
|
+ .section_coupundle a img{ width: 100%; height: auto;display: block;border-radius:1vw;overflow: hidden;}
|
|
|
/*公告*/
|
|
|
#new-container{height: 8vw;background-color: #F5F5F5;padding:0 3.2vw 0 3.2vw;box-sizing: border-box;}
|
|
|
#new-container .inner{width: 100%;height: 100%;background: url("/img/base/icon-newbgh5@2x.png");background-size: cover;box-sizing: border-box;padding:0 3vw;border-radius: 2vw;}
|