This commit is contained in:
2025-02-17 19:01:32 +08:00
parent fb5eb76135
commit 4de06af3d8
10 changed files with 173 additions and 111 deletions

View File

@@ -42,11 +42,11 @@
@import '../../common/style/mixin.styl';
.home_content
_wh(100%, 100%)
padding 2.07rem 0.4rem 1.4rem 0.4rem
padding calc(var(--status-bar-height) + 103.5px) 20px 70px 20px
_bis(,'../../static/images/home_bg.jpg', 100%, 100%,bottom)
.zd_wrapper
_wh(100%,100%)
padding 0.37rem 0.4rem 0.4rem 0.4rem
padding 18.5px 20px 20px 20px
_bis(,'../../static/images/bg-task-r2.png', 100%, 100%,center)
.menu-wrap
flex-wrap wrap
@@ -66,6 +66,6 @@
opacity 1
width 100%
.menu-name
margin-top .6rem
_font(.4rem, .4rem, #00a7ea, 700,center)
margin-top 30px
_font(20px, 20px, #00a7ea, 700,center)
</style>