新建项目

This commit is contained in:
2026-07-29 10:50:33 +08:00
parent bfd3841cbd
commit 4f69b859a8
49 changed files with 5565 additions and 0 deletions

74
pages/rules/rules.wxss Normal file
View File

@@ -0,0 +1,74 @@
.rules-hero {
position: relative;
overflow: hidden;
padding: 38rpx 30rpx;
background: #fffdf7;
border-radius: 32rpx;
}
.rules-icon {
display: flex;
align-items: center;
justify-content: center;
width: 70rpx;
height: 70rpx;
margin-bottom: 24rpx;
background: #d9ef72;
border-radius: 24rpx;
color: #183f31;
font-size: 45rpx;
font-weight: 900;
}
.rule-list {
margin: 32rpx 0;
}
.rule-card {
display: flex;
gap: 22rpx;
margin-bottom: 16rpx;
padding: 26rpx;
background: #fffdf7;
border-radius: 24rpx;
}
.rule-number {
flex: 0 0 auto;
color: #1d6b4f;
font-size: 22rpx;
font-weight: 900;
letter-spacing: 2rpx;
}
.rule-title {
font-size: 28rpx;
font-weight: 800;
}
.rule-copy {
margin-top: 10rpx;
color: #68726c;
font-size: 23rpx;
line-height: 1.65;
}
.emergency-card {
margin-bottom: 28rpx;
padding: 26rpx;
background: #ffe8e5;
border-radius: 24rpx;
}
.emergency-title {
color: #a63b35;
font-size: 27rpx;
font-weight: 800;
}
.emergency-copy {
margin-top: 10rpx;
color: #9b504a;
font-size: 23rpx;
line-height: 1.6;
}