index.wxss 276 B

1234567891011121314151617181920
  1. .focus .swiper {
  2. width: 100%;
  3. height: 180px;
  4. position: relative;
  5. }
  6. .focus .swiper image {
  7. width: 100%;
  8. height: 100%;
  9. }
  10. .focus .swiper .text {
  11. color: #fff;
  12. position: absolute;
  13. width: 100%;
  14. text-align: center;
  15. bottom: 30px;
  16. font-size: 16px;
  17. left: 0;
  18. }