123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- body{
- background: url(https://static-b.caimei365.com/app/caimei-activity-h5/image/2020/07/bg.jpg)top center no-repeat;
- background-size: cover;
- }
- .container{width: 100%;
- height: auto;
- }
- .banner{
- width: 100%;
- height: auto;
- float: left;
- }
- .banner img{
- width: 100%;
- height: auto;
- display: block;
- }
- .container-main-product{
- width: 100%;
- height: auto;
- box-sizing: border-box;
- background: url(https://static-b.caimei365.com/app/caimei-activity-h5/image/2020/07/bg.jpg)top center no-repeat;
- background-size: cover;
- float: left;
- }
- .container-main-product .title_01{
- width: 100%;
- height: 2.65rem;
- float: left;
- }
- .container-main-product .title_01 img{
- width: 7.35rem;
- height: auto;
- margin: 0 auto;
- display: block;
- }
- .container-main-product .title_02{
- width: 100%;
- height: 2.43rem;
- float: left;
- }
- .container-main-product .title_02 img{
- width: 7.33rem;
- height: auto;
- margin: 0 auto;
- display: block;
- }
- .container-main-product .title_03{
- width: 100%;
- height: 0.9rem;
- float: left;
- }
- .container-main-product .title_03 img{
- width: 3.9rem;
- height: auto;
- margin: 0 auto;
- display: block;
- }
- .container-main-product .section{
- width: 100%;
- height: auto;
- box-sizing: border-box;
- padding: 0 0.39rem;
- }
- .container-main-product .section .section-img{
- width: 100%;
- height: auto;
- display: block;
- margin: 0.28rem 0;
- }
- .container-main-product .section .section-img img{
- width: 100%;
- height: auto;
- display: block;
- }
|