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); +}