1234567891011121314151617181920212223242526272829 |
- body{ background: #f7f5f6; max-width: 640px; margin: 0 auto;}
- .yztHome_head{ width: 100%; height: auto;}
- .yztHome_head img{ width: 100%; height: auto;}
- .yztHome_head_main{ width: 92%; margin: 0 auto; margin-top: 30px;}
- .yztHome_center{ width: 100%; position: relative; overflow: hidden; padding-bottom: 45px;}
- .yztHome_center ul li{ width: 100%; height: auto; border:1px solid #c0a688;}
- .yztHome_center ul li img{ width: 100%; height: auto;}
- .apple_bm{ margin-top: 30px; background: #fcfcfc; border-radius: 8px; box-shadow: 0 0 10px 0 #f3f0f0;}
- .yztHome_center .swiper-pagination-bullet{ width: 10px; height: 10px; border: 1px solid #c0a688;background: #fff; opacity: 1;}
- .yztHome_center .swiper-pagination-bullet-active{ background: #c0a688;}
- .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ margin: 0 3px;}
- .apple_bm_main{width: 75%; margin: 0 auto; padding: 20px 0;}
- .apple_bm_main p.titles{position: relative; text-align: center;}
- .apple_bm_main p.titles span{position: relative; z-index: 2; padding: 0 15px; background: #fcfcfc; display: inline-block; font-size: 1.3rem; color: #bb2727; font-weight: 600; text-align:center;}
- .apple_bm_main p.titles em{position: absolute; top: 13px; z-index: 1; display: block; width: 100%; height: 1px; background: #e6e6e6; margin: 0 auto;}
- .apple_bminput .input_text{ margin: 20px 0; padding-left: 3%; width: 97%; font-size: 1rem; color: #282828; display: block; border:1px solid #e6e6e6; border-radius: 5px; height: 35px; }
- .apple_bminput a{display: block; width: 100%; text-align: center; font-size: 1rem; color: #fff; font-weight: 600; border-radius: 5px; background: #bb2727; height: 35px; line-height: 35px;}
- .foot_mx{ width: 100%; height: auto; margin-top: 30px;}
- .foot_mx img{ width: 100%; height: auto;}
|