fix(auth): 调整手机号快捷登录页图标与文案
This commit is contained in:
parent
63345f4c24
commit
d0e0b5d4ea
@ -51,11 +51,11 @@
|
||||
<!-- #ifdef MP-WEIXIN -->
|
||||
<view v-if="loginMode === 'wechat'" class="login-panel wechat-panel">
|
||||
<view class="panel-icon-wrap">
|
||||
<view class="panel-icon wechat-icon">
|
||||
<text class="icon-emoji">💬</text>
|
||||
<view class="panel-icon phone-icon">
|
||||
<text class="icon-emoji">📞</text>
|
||||
</view>
|
||||
</view>
|
||||
<text class="panel-title">一键获取手机号</text>
|
||||
<text class="panel-title">手机号快捷登录</text>
|
||||
<text class="panel-desc">授权获取本机手机号,安全快速登录</text>
|
||||
|
||||
<button
|
||||
@ -833,9 +833,9 @@ function fetchExtraData(userId) {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
&.wechat-icon {
|
||||
background: linear-gradient(135deg, #07c160 0%, #06ad56 100%);
|
||||
box-shadow: 0 12rpx 32rpx rgba(7, 193, 96, 0.3);
|
||||
&.phone-icon {
|
||||
background: linear-gradient(135deg, #f7c948 0%, #f0b429 100%);
|
||||
box-shadow: 0 12rpx 32rpx rgba(240, 180, 41, 0.3);
|
||||
}
|
||||
|
||||
.icon-emoji {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user