index.wxss 181 B

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