/
githubmirror
/
taro
Обзор
Документация
Войти
/
githubmirror
/
taro
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/mini-program-example/src/pages/api/wxml/index.scss
40 строк
577 B
刘阳
同步harmony最新开发分支的代码:例子程序
02 апр 2024, 09:33
02 апр 2024, 09:33
d958330
Код
Авторство
О чём код?
@import "@/styles/variables.scss"; .test-style { color: #f5f5f5; background-color: $color-success; } .test-view { background-color: $color-brand-light; } .scroll-view { height: 300px; background: #fff; border: 1px solid #000; box-sizing: border-box; } .scroll-area { height: 1000px; display: flex; flex-direction: column; align-items: center; transform: 0.5s; } .ball { width: 200px; height: 200px; background: #00f; border-radius: 50%; } .notice { margin-top: 100px; } .filling { height: 400px; }