|
|
@@ -201,7 +201,7 @@ onShow(async () => { await loadData(); });
|
|
|
&:active { transform: translateX(-50%) scale(0.92); background: $primary-color-dark; }
|
|
|
}
|
|
|
.scan-icon { width: 56rpx; height: 56rpx; position: relative;
|
|
|
- &::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border: 5rpx solid $text-color-primary; border-radius: 10rpx; }
|
|
|
- &::after { content: ''; position: absolute; top: 14rpx; left: 50%; transform: translateX(-50%); width: 24rpx; height: 3rpx; background: $text-color-primary; border-radius: 2rpx; box-shadow: 0 8rpx 0 $text-color-primary, 0 16rpx 0 $text-color-primary; }
|
|
|
+ &::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border: 5rpx solid $text-color-primary; border-radius: 12rpx; }
|
|
|
+ &::after { content: ''; position: absolute; top: 12rpx; left: 12rpx; width: 22rpx; height: 22rpx; border: 3rpx solid $text-color-primary; border-radius: 4rpx; }
|
|
|
}
|
|
|
</style>
|