/
githubmirror
/
taro
Обзор
Документация
Войти
/
githubmirror
/
taro
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/mini-program-example/src/pages/api/interface/scroll/index.scss
15 строк
267 B
刘阳
同步harmony最新开发分支的代码:例子程序
02 апр 2024, 09:33
02 апр 2024, 09:33
d958330
Код
Авторство
О чём код?
@import "@/styles/variables.scss"; .test-style { color: #f5f5f5; background-color: $color-success; } #blank-content { height: 1800px; width: 94%; border: #000 solid 2px; border-radius: 10px; display: flex; justify-content: center; }