1234567891011121314151617181920212223242526 |
- @import '/utils/styles/index.wxss';
- .container>.flex1 {
- background-color: #f2f2f2;
- }
- .menus {
- height: 90rpx;
- }
- .menus text {
- color: #333;
- font-size: 30rpx;
- box-sizing: border-box;
- }
- .menus .cur {
- color: #33ad37;
- border-bottom: 4rpx solid #33ad37;
- }
- swiper {
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- }
|