From 0abe6ac3b77cd414e860df4979aa06c62c3e6143 Mon Sep 17 00:00:00 2001 From: 陶杰 <1378534974@qq.com> Date: 星期五, 06 九月 2024 19:06:46 +0800 Subject: [PATCH] 1、【花满芫小程序项目】 小程序-花店:申请售后-售后理由字段布局调整,字数过多显示会跨行 2、【花满芫小程序项目】 管理端-合伙人:质检详情-降级、缺货、补货高亮显示 3、【花满芫小程序项目】 小程序-花店:浏览记录-浏览记录默认状态按照时间倒序排列 因为目前只显示10条记录,不按时间顺序的话最新的浏览记录就不会被看到; 4、【花满芫小程序项目】 小程序-合伙人:合伙人审核-1.已经审核通过后,现在还可以再次提交审核,不合逻辑。 2.审核后的不通过原因,需要显示在小程序端; --- pages/login/login.scss | 41 ++++++++++++++++++++++++++++++++++++----- 1 files changed, 36 insertions(+), 5 deletions(-) diff --git a/pages/login/login.scss b/pages/login/login.scss index 961c478..2b64429 100644 --- a/pages/login/login.scss +++ b/pages/login/login.scss @@ -1,6 +1,19 @@ .login-container{ - background-image: url('../../static/images/login/bg.png'); + min-height: 99vh; + // background-image: url('@/static/images/supplier/login/bg.png'); + + .nav-title{ + font-weight: 400; + font-size: 32rpx; + color: #000000; + line-height: 44rpx; + text-align: center; + padding-bottom: 176rpx; + padding-top: 100rpx; + font-weight: 600; + } .titles-top{ + padding-bottom: 80rpx; .title-1{ font-weight: 600; font-size: 20px; @@ -8,15 +21,33 @@ line-height: 28px; } .title-2{ - font-family: PingFangSC, PingFang SC; font-weight: 600; font-size: 24px; color: #000000; line-height: 33px; + .title-3{ + color: #20613D; + + } } - .title-3{ - color: #20613D; - + + } + .t-login uni-input{ + border: none !important; + background: none !important; + border-bottom: 2rpx solid #e9e9e9 !important; + padding-left: 40rpx; + .input-placeholder{ + color: var(--topicgray); } } + .bottom-button{ + height: 90rpx; + background: var(--topicolor); + border-radius: 46rpx; + text-align: center; + margin-top: 40rpx; + margin-bottom: 42rpx; + + } } \ No newline at end of file -- Gitblit v1.9.3