|
|
@@ -359,19 +359,20 @@ function onQrClick() {
|
|
|
}
|
|
|
|
|
|
.qr-button {
|
|
|
- width: 80rpx;
|
|
|
- height: 80rpx;
|
|
|
+ width: 100rpx;
|
|
|
+ height: 100rpx;
|
|
|
border-radius: 50%;
|
|
|
- background-color: #007aff;
|
|
|
+ background-color: rgba(255, 255, 255, 0.5);
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
- box-shadow: 0 4rpx 12rpx rgba(0, 122, 255, 0.3);
|
|
|
+ margin-left: 20rpx;
|
|
|
+ box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.1);
|
|
|
}
|
|
|
|
|
|
.qr-icon {
|
|
|
- width: 40rpx;
|
|
|
- height: 40rpx;
|
|
|
+ width: 60rpx;
|
|
|
+ height: 60rpx;
|
|
|
}
|
|
|
|
|
|
.function-container {
|
|
|
@@ -487,7 +488,6 @@ function onQrClick() {
|
|
|
width: 60rpx;
|
|
|
height: 60rpx;
|
|
|
border-radius: 50%;
|
|
|
- background-color: #007aff;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
@@ -506,7 +506,6 @@ function onQrClick() {
|
|
|
.reminder-number {
|
|
|
font-size: 36rpx;
|
|
|
font-weight: bold;
|
|
|
- color: #007aff;
|
|
|
display: block;
|
|
|
}
|
|
|
|