| 1234567891011121314151617181920212223 |
- *{
- font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, segoe ui, arial, roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
- }
- .category-page{
- display: flex;
- align-items: start;
- }
- .category-page-menu{
- min-width: calc(100% / 5 + 2.02666666vw);
- width: calc(100% / 5 + 2.02666666vw);
- height: calc(100VH - 15.666VW - 60px);
- background-color: #f0f0f0;
- }
- .category-menu-item{
- width: 100%;
- height: calc(10VH - 1.5666VW - 6px);
- line-height: calc(10VH - 1.5666VW - 6px);
- text-align: center;
- }
- .category-menu-item-select{
- background-color: white;
- }
|