/
githubmirror
/
taro
Обзор
Документация
Войти
/
githubmirror
/
taro
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/mini-program-example/src/styles/tabPage.scss
84 строки
2 KB
刘阳
同步harmony最新开发分支的代码:例子程序
02 апр 2024, 09:33
02 апр 2024, 09:33
d958330
Код
Авторство
О чём код?
@import '@/styles/variables.scss'; .index-hd { padding: 80px 80px 40px; text-align: center; } .index-bd { padding: 0 30px 40px; } .index-ft { padding-bottom: 20px; text-align: center; } .index-logo { width: 86px; height: 86px; align-self: center; } .index-desc { margin-top: 20px; color: rgba(0, 0, 0, 0.5); font-size: 28px; } .navigator-box { opacity: 0; position: relative; background-color: $color-bg-base; line-height: 1.41176471; font-size: 34px; transform: translateY(-50%); transition: 0.3s; border-top: 1px solid $color-bg; } .navigator-box-show { opacity: 1; transform: translateY(0); } .navigator { padding: 20px 30px; } .navigator-arrow { position: absolute; right: 56px; top: 20px; color: rgba(0, 0, 0, 0.3); background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.454 6.58l1.06-1.06 5.78 5.779a.996.996 0 010 1.413l-5.78 5.779-1.06-1.061 5.425-5.425-5.425-5.424z' fill='%23B2B2B2' fill-rule='evenodd'/%3E%3C/svg%3E"); width: 24px; height: 48px; } .navigator-bottom-line { border-bottom: 1px solid $color-bg; } .kind-list-item { margin: 20px 0; background-color: $color-bg-base; border-radius: 4px; overflow: hidden; } .kind-list-text { flex: 1; } .kind-list-img { width: 60px; height: 60px; } .kind-list-item-hd { padding: 30px; display: flex; align-items: center; flex-direction: row; transition: opacity 0.3s; } .kind-list-item-hd-show { opacity: 0.2; } .kind-list-item-bd { height: 0; overflow: hidden; } .kind-list-item-bd-show { height: auto; }