样式优化

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

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>

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