diff --git a/src/pages/index/index.ux b/src/pages/index/index.ux index 48d3940..67de9af 100644 --- a/src/pages/index/index.ux +++ b/src/pages/index/index.ux @@ -9,7 +9,7 @@
- +
{{$item.name}} @@ -30,7 +30,7 @@
- + {{timeLeft}}秒
@@ -757,8 +757,8 @@ export default { .header-divider { position: absolute; top: 55px; - left: 20px; - right: 20px; + left: 15px; + right: 15px; height: 1px; background: linear-gradient(to right, transparent, #333, transparent); flex-shrink: 0; @@ -821,7 +821,7 @@ export default { .detail-content { flex: 1; - padding: 40px 20px 20px 20px; + padding: 40px 15px 20px 15px; flex-direction: column; align-items: center; justify-content: center; @@ -847,12 +847,12 @@ export default { align-items: center; justify-content: center; margin-bottom: 25px; - padding: 20px; + padding: 15px; background-color: #1a1a1a; border-radius: 12px; border: 2px solid #333; height: 120px; - width: 170px; + width: 150px; } .detail-code-row { @@ -863,30 +863,30 @@ export default { } .detail-code-digit { - width: 30px; - height: 50px; + width: 28px; + height: 45px; margin: 0 1px; justify-content: center; align-items: center; } .detail-code-num { - font-size: 32px; + font-size: 28px; color: #00ff88; font-weight: bold; font-family: monospace; text-align: center; - line-height: 40px; + line-height: 35px; } .detail-code-single { - font-size: 32px; + font-size: 28px; color: #00ff88; font-weight: bold; font-family: monospace; letter-spacing: 3px; text-align: center; - line-height: 40px; + line-height: 35px; } .detail-time {