index.wxss 437 B

123456789101112131415161718192021222324252627282930313233
  1. /**index.wxss**/
  2. page {
  3. height: 100%;
  4. background:#f0eff5;
  5. }
  6. .subject {
  7. -webkit-box-sizing: border-box;
  8. box-sizing: border-box;
  9. width: 100%;
  10. height: 100%;
  11. padding: 14rpx;
  12. overflow: hidden;
  13. }
  14. .schedule {
  15. position: relative;
  16. width: 722rpx;
  17. height: 347rpx;
  18. border-radius: 20rpx;
  19. margin-bottom: 14rpx;
  20. overflow: hidden;
  21. }
  22. .schedule navigator {
  23. width: 100%;
  24. height: 100%;
  25. }
  26. .schedule image {
  27. width: 100%;
  28. height: 100%;
  29. }