index.wxss 279 B

123456789101112131415161718192021
  1. swiper{
  2. height:180px;
  3. }
  4. .swiper-item{
  5. height:100%;
  6. display: block;
  7. background-size:cover;
  8. background-position: center center;
  9. }
  10. .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. }