diff --git a/miniapp/pages/butler/index.vue b/miniapp/pages/butler/index.vue index bda187b..38e8a1c 100644 --- a/miniapp/pages/butler/index.vue +++ b/miniapp/pages/butler/index.vue @@ -1,304 +1,317 @@ + // 二维码容器 + .qrcode-wrapper { + width: 100%; + max-width: 600rpx; + display: flex; + align-items: center; + justify-content: center; + margin-bottom: 60rpx; + + .qrcode-img { + width: 100%; + display: block; + } + + .qrcode-placeholder { + width: 100%; + height: 100%; + background: #f5f5f5; + border-radius: 16rpx; + display: flex; + align-items: center; + justify-content: center; + + text { + font-size: 28rpx; + color: #999; + } + } + } + + // 保存按钮 + .btn-save { + width: 320rpx; + height: 88rpx; + line-height: 88rpx; + background: linear-gradient(135deg, #FFBDC2 0%, #FF8A93 100%); + border-radius: 44rpx; + font-size: 32rpx; + color: #fff; + border: none; + + &::after { + border: none; + } + + &[disabled] { + opacity: 0.6; + } + } + \ No newline at end of file diff --git a/miniapp/pages/realname/index.vue b/miniapp/pages/realname/index.vue index d98c5f3..d048031 100644 --- a/miniapp/pages/realname/index.vue +++ b/miniapp/pages/realname/index.vue @@ -1430,7 +1430,7 @@ } .btn-submit { - background: linear-gradient(135deg, #1890ff 0%, #096dd9 100%); + background: linear-gradient(135deg, #ff6b6b 0%, #ff5252 100%); text { color: #fff; @@ -1438,7 +1438,7 @@ } .btn-done { - background: linear-gradient(135deg, #1890ff 0%, #096dd9 100%); + background: linear-gradient(135deg, #ff6b6b 0%, #ff5252 100%); text { color: #fff;