swiper.wxss 342 B

12345678910111213141516171819202122232425262728
  1. button{
  2. margin-bottom: 15px;
  3. }
  4. button:last-child{
  5. margin-bottom: 0;
  6. }
  7. .page-section-title{
  8. padding: 0;
  9. }
  10. .swiper-item{
  11. display: block;
  12. height: 150px;
  13. }
  14. .page-section-title{
  15. margin-top: 30px;
  16. position: relative;
  17. }
  18. .info{
  19. position: absolute;
  20. right: 0;
  21. color: #353535;
  22. font-size: 15px;
  23. }
  24. .page-foot{
  25. margin-top: 25px;
  26. }