|
|
@@ -1853,8 +1853,8 @@ export default {
|
|
|
|
|
|
/* 签到弹窗样式 - 优化版 */
|
|
|
.checkin-popup {
|
|
|
- width: 680rpx;
|
|
|
- max-height: 90vh;
|
|
|
+ width: 640rpx;
|
|
|
+ max-height: 85vh;
|
|
|
background: rgba(255, 255, 255, 0.98);
|
|
|
backdrop-filter: blur(20rpx);
|
|
|
border-radius: 25rpx;
|
|
|
@@ -1863,6 +1863,7 @@ export default {
|
|
|
flex-direction: column;
|
|
|
box-shadow: 0 10rpx 50rpx rgba(0, 0, 0, 0.15);
|
|
|
border: none;
|
|
|
+ transform: translateY(-80rpx);
|
|
|
|
|
|
.popup-header {
|
|
|
display: flex;
|
|
|
@@ -2143,7 +2144,7 @@ export default {
|
|
|
font-size: 34rpx;
|
|
|
font-weight: bold;
|
|
|
border-radius: 35rpx;
|
|
|
- padding: 25rpx;
|
|
|
+ padding: 20rpx;
|
|
|
border: none;
|
|
|
transition: all 0.3s ease;
|
|
|
box-shadow: 0 6rpx 25rpx rgba(255, 107, 138, 0.3);
|