样式优化

This commit is contained in:
2024-01-17 09:16:51 +08:00
parent 3266aa2fbc
commit f5fe3789da
14 changed files with 17 additions and 16 deletions

View File

@@ -78,6 +78,7 @@
@import '../../common/style/mixin.styl';
.home_wraper
_wh(100%, 100%)
overflow hidden
.zd_content
padding 0 24rpx
height 100%
@@ -94,7 +95,7 @@
_font(36rpx,86rpx,#333,,center)
.userInfo-wrap
_fj()
_wh(100%,160rpx)
_wh(100%,190rpx)
padding 0 30rpx
background-color $red
_bis('../../static/image/info_bg.png',auto,100%,right,bottom)
@@ -106,21 +107,21 @@
_font(34rpx,1,#fff)
padding-bottom 18rpx
.p2
_font(26rpx,1,#fff)
_font(32rpx,1,#fff)
.exit
_fj()
height 47rpx
padding 0 15rpx
height 50rpx
padding 0 20rpx
border 1px solid #FF967C
border-radius 20rpx
.icon-exit
_wh(22rpx, 22rpx)
_bis('../../static/image/exit.png',22rpx)
.exit-text
_font(24rpx,47rpx,#fff,,right)
_font(32rpx,50rpx,#fff,,right)
padding-left 10rpx
.zd_home_wrapper
_wh(100%, calc(100% - 208rpx))
_wh(100%, calc(100% - 238rpx))
background-color #fff
border-radius: 12rpx;
padding: 14rpx;
@@ -132,7 +133,7 @@
.fir_menu_wrap
_wh(100%, 98rpx)
.fir_menu_title
_font(32rpx, 98rpx, #333, bold,)
_font(36rpx, 98rpx, #333, bold,)
.sec_menu_wrap
_fj(flex-start,flex-start,,wrap)
align-content: flex-start

View File

@@ -166,10 +166,10 @@
height: 34rpx
flex: 2
.radio-label
_font(28rpx, 28rpx,#333)
_font(32rpx, 32rpx,#333)
padding-left: 10rpx
.setup-text
_font(28rpx, 28rpx,$red,,right)
_font(32rpx, 32rpx,$red,,right)
padding-left 25rpx
.bg
background-color: #fff;

View File

@@ -96,10 +96,10 @@
_fj()
.input-label
wh(200rpx, 58rpx)
_font(28rpx,58rpx,#464646)
_font(30rpx,58rpx,#464646)
.setup-input
_wh(calc(100% - 200rpx), 58rpx)
background #fff
_font(28rpx,58rpx,#323232)
_font(30rpx,58rpx,#323232)
padding 0 10rpx
</style>