This commit is contained in:
杨鹏
2025-10-11 16:06:53 +08:00
parent 0f450c6691
commit 09f8815234
24 changed files with 926 additions and 832 deletions
@@ -771,10 +771,10 @@
.activity-tag {
font-size: 20rpx;
color: #ff0000;
color: #9251eb;
line-height: 30rpx;
padding: 0 10rpx;
border: 1px solid rgba(#ff0000, 0.25);
border: 1px solid rgba(#9251eb, 0.25);
border-radius: 4px;
flex-shrink: 0;
}
@@ -999,7 +999,7 @@
width: fit-content;
height: fit-content;
padding: 2rpx 10rpx;
background-color: red;
background-color: #9251eb;
color: #ffffff;
font-size: 24rpx;
margin-top: 5rpx;