style: refine points center density

This commit is contained in:
hajimi
2026-08-03 02:50:39 +08:00
parent 622921f64b
commit 55b407d71e
@@ -289,7 +289,7 @@ $line: #e8ebef;
grid-template-columns: repeat(2, 1fr);
overflow: hidden;
border: 1rpx solid $line;
border-radius: 26rpx;
border-radius: 22rpx;
}
.quick-item {
@@ -345,7 +345,7 @@ $line: #e8ebef;
justify-content: space-between;
&__title {
font-size: 34rpx;
font-size: 30rpx;
font-weight: 700;
}
@@ -368,7 +368,7 @@ $line: #e8ebef;
padding: 0 30rpx;
overflow: hidden;
border: 1rpx solid $line;
border-radius: 26rpx;
border-radius: 22rpx;
}
.detail-item {
@@ -444,9 +444,9 @@ $line: #e8ebef;
}
.detail-state {
padding: 64rpx 0;
padding: 52rpx 0;
color: $muted;
font-size: 26rpx;
font-size: 24rpx;
text-align: center;
}