1
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
// 协议区域
|
||||
|
||||
Reference in New Issue
Block a user