|
@@ -129,9 +129,9 @@ page {
|
|
|
aspect-ratio: 1;
|
|
|
border-radius: 50%;
|
|
|
background:
|
|
|
- radial-gradient(farthest-side,#E8E8E8 94%,#0000) top/8px 8px no-repeat,
|
|
|
+ radial-gradient(farthest-side,#E8E8E8 94%,#0000) top/8rpx 8rpx no-repeat,
|
|
|
conic-gradient(#0000 30%,#E8E8E8);
|
|
|
- -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
|
|
|
+ -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8rpx),#000 0);
|
|
|
animation: tempLoading 1s infinite linear;
|
|
|
}
|
|
|
@keyframes tempLoading{
|
|
@@ -202,11 +202,14 @@ page {
|
|
|
.qrcode-wrap {
|
|
|
position: relative;
|
|
|
margin: 32rpx auto;
|
|
|
- border: 2rpx solid #EDEDED;
|
|
|
+ border: 2rpx solid #ECCEA0;
|
|
|
padding: 6rpx;
|
|
|
border-radius: 8rpx;
|
|
|
display: inline-block;
|
|
|
font-size: 0;
|
|
|
+ &.used {
|
|
|
+ border: 2rpx solid #EDEDED;
|
|
|
+ }
|
|
|
}
|
|
|
.my_draw_canvas {
|
|
|
width: 202rpx;
|
|
@@ -220,7 +223,7 @@ page {
|
|
|
line-height: 40rpx;
|
|
|
border-radius: 12rpx;
|
|
|
font-size: 26rpx;
|
|
|
- border: 2rpx solid #ECCEA0;
|
|
|
+ border: 2rpx solid #F2F2F2;
|
|
|
padding: 16rpx 24rpx;
|
|
|
text-align: left;
|
|
|
text {
|
|
@@ -229,6 +232,7 @@ page {
|
|
|
}
|
|
|
&.used {
|
|
|
color: #777;
|
|
|
+ border-color: #E9E6E3;
|
|
|
}
|
|
|
}
|
|
|
}
|