index.wxss 226 B

123456789101112131415
  1. /* pages/schedule/index.wxss */
  2. @import "../../components/none/index.wxss";
  3. .swiperItem,
  4. .swiper {
  5. width: 750rpx;
  6. height: 100vh;
  7. }
  8. .text {
  9. padding-left: 1em;
  10. font-size: 14px;
  11. font-weight: 400;
  12. color: #00000080;
  13. }