|
|
@@ -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; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.button { |
|
|
|
width: 680rpx; |
|
|
|
height: 91rpx; |
|
|
|
background: rgba(255, 255, 255, 1); |
|
|
|
border-radius: 10rpx; |
|
|
|
font-size: 32rpx; |
|
|
|
color: rgba(2, 192, 255, 1); |
|
|
|
} |