This commit is contained in:
张成
2025-08-24 14:54:04 +08:00
parent 74174c504e
commit b92301a887
6 changed files with 49 additions and 33 deletions

View File

@@ -348,9 +348,30 @@
cursor: not-allowed;
}
&:not(.disabled):hover {
transform: translateY(-2px);
box-shadow: 0px 12px 80px 0px rgba(0, 0, 0, 0.15);
// 倒计时文案样式
.countdown_text {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100%;
gap: 2px;
.countdown_line1 {
font-family: 'PingFang SC';
font-weight: 500;
font-size: 12px;
line-height: 1.2;
color: #FFFFFF;
}
.countdown_line2 {
font-family: 'PingFang SC';
font-weight: 400;
font-size: 11px;
line-height: 1.2;
color: rgba(255, 255, 255, 0.8);
}
}
}
}
@@ -379,10 +400,6 @@
cursor: not-allowed;
}
&:not(.loading):hover {
transform: translateY(-2px);
box-shadow: 0px 12px 80px 0px rgba(0, 0, 0, 0.15);
}
}
// 协议区域