diff --git a/common/style/layout.css b/common/style/layout.css index 742b564..fdd057b 100644 --- a/common/style/layout.css +++ b/common/style/layout.css @@ -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; diff --git a/pages/home/home.vue b/pages/home/home.vue index cf8ca34..b492f72 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -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 diff --git a/pages/login/login.vue b/pages/login/login.vue index 0e42135..500390e 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -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; diff --git a/pages/login/setup.vue b/pages/login/setup.vue index 62ed6d1..479b19a 100644 --- a/pages/login/setup.vue +++ b/pages/login/setup.vue @@ -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 diff --git a/static/image/menu/RF01.png b/static/image/menu/RF01.png index 4de6e93..6417a79 100644 Binary files a/static/image/menu/RF01.png and b/static/image/menu/RF01.png differ diff --git a/static/image/menu/RF02.png b/static/image/menu/RF02.png index 450da60..7e9ddd2 100644 Binary files a/static/image/menu/RF02.png and b/static/image/menu/RF02.png differ diff --git a/static/image/menu/RF03.png b/static/image/menu/RF03.png index 44fa467..450da60 100644 Binary files a/static/image/menu/RF03.png and b/static/image/menu/RF03.png differ diff --git a/static/image/menu/RF04.png b/static/image/menu/RF04.png deleted file mode 100644 index d2b969b..0000000 Binary files a/static/image/menu/RF04.png and /dev/null differ diff --git a/static/image/menu/RF05.png b/static/image/menu/RF05.png deleted file mode 100644 index 775f2e8..0000000 Binary files a/static/image/menu/RF05.png and /dev/null differ diff --git a/static/image/menu/RF06.png b/static/image/menu/RF06.png deleted file mode 100644 index af989ff..0000000 Binary files a/static/image/menu/RF06.png and /dev/null differ diff --git a/static/image/menu/RF07.png b/static/image/menu/RF07.png deleted file mode 100644 index 796026f..0000000 Binary files a/static/image/menu/RF07.png and /dev/null differ diff --git a/static/image/menu/RF08.png b/static/image/menu/RF08.png deleted file mode 100644 index 30c871f..0000000 Binary files a/static/image/menu/RF08.png and /dev/null differ diff --git a/static/image/menu/RF09.png b/static/image/menu/RF09.png deleted file mode 100644 index 972a492..0000000 Binary files a/static/image/menu/RF09.png and /dev/null differ diff --git a/static/image/menu/RF10.png b/static/image/menu/RF10.png deleted file mode 100644 index 15c177a..0000000 Binary files a/static/image/menu/RF10.png and /dev/null differ