swiper.wxss 386 B

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