/
githubmirror
/
taro
Обзор
Документация
Войти
/
githubmirror
/
taro
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/mini-program-example/src/pages/component/icon/icon.scss
25 строк
377 B
刘阳
同步harmony最新开发分支的代码:例子程序
02 апр 2024, 09:33
02 апр 2024, 09:33
d958330
Код
Авторство
О чём код?
@import '@/styles/mixins.scss'; .page__con__list { position: relative; display: flex; margin-bottom: 40px; padding-bottom: 40px; @include border(bottom, 2px, dashed, #999); min-height: 120px; } .icon_right { margin-left: 20px; &_head { color: #333; font-size: 32px; margin-bottom: 10px; } &_tit { color: #999; font-size: 26px; } }