From 3dca13216afa26fe6e23600f876778553e139ed3 Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Thu, 27 Dec 2018 10:16:56 +0800 Subject: [PATCH] =?UTF-8?q?[=E9=A6=96=E9=A1=B5=E5=BC=B9=E5=87=BA=E4=BA=8C?= =?UTF-8?q?=E7=BB=B4=E7=A0=81=E7=9A=84=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= =?UTF-8?q?]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.wxml | 3 ++- pages/index/index.wxss | 18 +++++++++++++++--- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/pages/index/index.wxml b/pages/index/index.wxml index 60cae61..ae4406b 100644 --- a/pages/index/index.wxml +++ b/pages/index/index.wxml @@ -28,6 +28,7 @@ diff --git a/pages/index/index.wxss b/pages/index/index.wxss index 51e30ed..95b4cf9 100644 --- a/pages/index/index.wxss +++ b/pages/index/index.wxss @@ -70,6 +70,7 @@ page { width: 70rpx; margin-right: 20rpx; } + .showQrcode { position: fixed; top: 0; @@ -79,6 +80,7 @@ page { z-index: 1000; background: rgba(0, 0, 0, 0.6); } + .canvas-box { position: fixed; width: 500rpx; @@ -90,10 +92,20 @@ page { right: 0; margin: auto; background: #fff; - border-radius: 16rpx; + border-radius: 16rpx; } -.showQrcode text{ + +.showQrcode text { display: block; text-align: center; font-size: 28rpx; -} \ No newline at end of file +} + +.button { + width: 680rpx; + height: 91rpx; + background: rgba(255, 255, 255, 1); + border-radius: 10rpx; + font-size: 32rpx; + color: rgba(2, 192, 255, 1); +}