attention.wxss 715 B

1234567891011121314151617181920212223242526272829303132
  1. .swiper-box {
  2. display: block;
  3. height: 100%;
  4. width: 100%;
  5. overflow: hidden;
  6. color: #fff;
  7. }
  8. .swiper-box-view {
  9. display: flex;
  10. justify-content: space-between ;
  11. align-items: center;
  12. margin: 10rpx;
  13. border-bottom: 1rpx slategray solid;
  14. }
  15. .swiper-box-view .swiper-box-left .swiper-box-subtitle{
  16. color: slategray;
  17. }
  18. .swiper-box-view .swiper-box-right{
  19. display: flex;
  20. align-items: center;
  21. }
  22. .swiper-box-view .swiper-box-right .swiper-box-canvas {
  23. height: 120rpx;
  24. width: 300rpx;
  25. }
  26. .swiper-box-view .swiper-box-right .swiper-box-button{
  27. text-align: right;
  28. }
  29. .swiper-box-view .swiper-box-right .swiper-box-button button{
  30. color: #fff;
  31. background: #D81E06;
  32. }