index.wxss 323 B

1234567891011121314151617181920212223242526
  1. @import '/utils/styles/index.wxss';
  2. .container>.flex1 {
  3. background-color: #f2f2f2;
  4. }
  5. .menus {
  6. height: 90rpx;
  7. }
  8. .menus text {
  9. color: #333;
  10. font-size: 30rpx;
  11. box-sizing: border-box;
  12. }
  13. .menus .cur {
  14. color: #33ad37;
  15. border-bottom: 4rpx solid #33ad37;
  16. }
  17. swiper {
  18. top: 0;
  19. left: 0;
  20. right: 0;
  21. bottom: 0;
  22. }