提交代码

This commit is contained in:
guanj
2026-04-25 15:22:50 +08:00
parent ce78b65875
commit eb72146e0d
11 changed files with 321 additions and 285 deletions

View File

@@ -147,7 +147,7 @@ export default {
.device-body-item {
display: flex;
justify-content: space-between;
font-size: 26rpx;
font-size: 28rpx;
color: #666666;
line-height: 1.2;
}
@@ -170,12 +170,12 @@ export default {
}
}
.uni-card .uni-card__header .uni-card__header-content .uni-card__header-content-title {
font-size: 28rpx;
font-size: 30rpx;
color: #3a3a3a;
font-weight: 700;
}
.uni-card .uni-card__header .uni-card__header-content .uni-card__header-content-subtitle {
font-size: 12px;
font-size: 24rpx;
// margin-top: 5px;
color: #666666;
}
@@ -208,7 +208,7 @@ export default {
margin-right: 20rpx;
}
.event-tag {
font-size: 20rpx;
font-size: 22rpx;
padding: 2rpx 10rpx;
border-radius: 8rpx;
margin-top: 5rpx;