@import "../tool/color.css"; @import "../tool/size.css"; @import "../tool/utils.css"; .type_list { overflow-x: scroll; height: 0.8rem; } .type_list li { flex-shrink: 0; font-size: var(--f16); color: var(--textColor); margin-right: var(--f10); position: relative; } .type_list li:last-child { margin-right: 0; } .type_list .active::after { content: ""; width: 0.6rem; height: 0.1rem; border-radius: 0.5rem; background: var(--themeColor); display: inline-block; position: absolute; bottom: -0.24rem; left: 50%; transform: translateX(-50%); } .type_list_content .swiper-slide { font-size: var(--f16); height: calc(100vh - 0.96rem - 0.8rem - 1rem); overflow-y: scroll; } .type_list_content .default-model { margin-top: 0 !important; }