样式优化

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

@@ -137,7 +137,7 @@ uni-button:after {
display: block; display: block;
width: 140rpx; width: 140rpx;
line-height: 80rpx; line-height: 80rpx;
font-size: 28rpx; font-size: 30rpx;
color: #323232; color: #323232;
text-align:justify; text-align:justify;
text-align-last: justify; text-align-last: justify;
@@ -189,7 +189,7 @@ uni-button:after {
border: 1px solid #dcdfe6; border: 1px solid #dcdfe6;
background-color: #fff; background-color: #fff;
padding: 0 15rpx; padding: 0 15rpx;
font-size: 28rpx; font-size: 30rpx;
color: #606266; color: #606266;
border-radius: 10rpx; border-radius: 10rpx;
} }
@@ -242,7 +242,7 @@ uni-button:after {
position: sticky; position: sticky;
top: 0; top: 0;
background: #d7d7d7; background: #d7d7d7;
font-size: 26rpx; font-size: 30rpx;
line-height: 98rpx; line-height: 98rpx;
color: #696969; color: #696969;
font-weight: bold; font-weight: bold;
@@ -277,7 +277,7 @@ uni-button:after {
box-shadow: 0 0 20rpx 0 rgba(160,160,160,0.7); box-shadow: 0 0 20rpx 0 rgba(160,160,160,0.7);
} }
.submit-button { .submit-button {
font-size: 32rpx; font-size: 36rpx;
line-height: 82rpx; line-height: 82rpx;
color: #ff6a00; color: #ff6a00;
text-align: center; text-align: center;
@@ -352,7 +352,7 @@ uni-button:after {
background-color: #c9c9c9; background-color: #c9c9c9;
} }
.uni-select__input-placeholder,.uni-select__selector-empty, .uni-select__selector-item { .uni-select__input-placeholder,.uni-select__selector-empty, .uni-select__selector-item {
font-size: 28rpx !important font-size: 30rpx !important
} }
.sin_input { .sin_input {
width: 150rpx; width: 150rpx;

View File

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

View File

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

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB