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