/
githubmirror
/
taro
Обзор
Документация
Войти
/
githubmirror
/
taro
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/mini-program-example/src/pages/component/switch/switch.scss
28 строк
638 B
刘阳
同步harmony最新开发分支的代码:例子程序
02 апр 2024, 09:33
02 апр 2024, 09:33
d958330
Код
Авторство
О чём код?
.switch-list { position: relative; padding: 0 15px; background-color: #FFFFFF; &__item { position: relative; display: flex; padding: 10px 0; &:not(:first-child) { &::before { content: ""; position: absolute; left: 15px; right: -15px; top: 0; height: 1px; border-top: 1px solid #e5e5e5; color: #e5e5e5; } } } &__text { display: flex; flex: 1; align-items: center; padding-left: 15px; } }