样式优化

This commit is contained in:
kron
2025-11-10 17:47:32 +08:00
parent cd8814189f
commit 81ab085e48
5 changed files with 15 additions and 13 deletions

View File

@@ -124,7 +124,7 @@ const normalRounds = computed(
.container {
width: 100%;
overflow: hidden;
margin-top: -40px;
margin-top: -100rpx;
}
.container > view:nth-child(2) {
position: relative;
@@ -166,7 +166,7 @@ const normalRounds = computed(
background: linear-gradient(270deg, #0006 0%, #6a1212 100%);
}
.players > view > view {
min-height: 25px;
min-height: 52rpx;
width: calc(100% - 40px);
padding: 2px 20px;
margin-bottom: 5px;
@@ -175,7 +175,7 @@ const normalRounds = computed(
align-items: center;
}
.players > view > view > image:first-child {
width: 72px;
width: 135rpx;
height: 20px;
}
.players > view > view > view:last-child {
@@ -185,6 +185,7 @@ const normalRounds = computed(
font-size: 16px;
color: #fed847;
margin-right: 5px;
font-weight: 500;
}
.guide-row {
display: flex;
@@ -196,6 +197,6 @@ const normalRounds = computed(
position: relative;
}
.guide-row > image {
width: 18%;
width: 140rpx;
}
</style>