每日运势小程序

This commit is contained in:
cjd
2025-11-09 18:41:07 +08:00
parent 1cc0241cda
commit abd82782af
34 changed files with 2204 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
@import "../result/index.ttss";
.record-card {
background: rgba(255, 255, 255, 0.08);
border-radius: 24rpx;
padding: 28rpx;
margin-bottom: 28rpx;
border: 1px solid rgba(255, 255, 255, 0.08);
}
.record-label {
font-size: 24rpx;
color: rgba(255, 255, 255, 0.55);
}
.record-value {
display: block;
font-size: 30rpx;
color: #fff7e3;
margin-bottom: 16rpx;
}