细节修改

This commit is contained in:
kron
2025-07-25 09:59:54 +08:00
parent 553e23ed46
commit 85f1f7e33d
9 changed files with 52 additions and 32 deletions

View File

@@ -110,7 +110,7 @@ const setClipboardData = () => {
padding: 0 10px;
display: flex;
flex-wrap: wrap;
gap: 15px;
gap: 12px;
justify-content: center;
margin-bottom: 15px;
}
@@ -119,7 +119,8 @@ const setClipboardData = () => {
height: 55px;
text-align: center;
border-radius: 10px;
border: 1px solid #fff3;
border: 2rpx solid #fff3;
box-sizing: border-box;
color: #fff;
display: flex;
flex-direction: column;
@@ -128,6 +129,7 @@ const setClipboardData = () => {
}
.battle-choosen {
color: #fed847;
border: 4rpx solid #fff3;
border-color: #fed847;
}
.battle-close {