/
githubmirror
/
taro
Обзор
Документация
Войти
/
githubmirror
/
taro
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/mini-program-example/src/pages/api/canvas/index.scss
27 строк
428 B
刘阳
同步harmony最新开发分支的代码:例子程序
02 апр 2024, 09:33
02 апр 2024, 09:33
d958330
Код
Авторство
О чём код?
@import "@/styles/variables.scss"; .test-style { color: #f5f5f5; background-color: $color-success; } .canvas { width: 305px; height: 280px; background-color: #f7f7f7; } .canvas-main { position: fixed; display: flex; justify-content: center; left:0; width: 100%; background: #fff; z-index: 100; margin-bottom: 20px; } .hide{ display: none; } .show{ display: block; }