|
|
@ -6,6 +6,36 @@ |
|
|
padding-bottom: 40rpx; |
|
|
padding-bottom: 40rpx; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* 大标题提示 */ |
|
|
|
|
|
.big-title { |
|
|
|
|
|
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); |
|
|
|
|
|
color: white; |
|
|
|
|
|
font-size: 28rpx; |
|
|
|
|
|
font-weight: 500; |
|
|
|
|
|
padding: 24rpx 30rpx; |
|
|
|
|
|
margin: 20rpx 30rpx; |
|
|
|
|
|
border-radius: 16rpx; |
|
|
|
|
|
box-shadow: 0 4rpx 12rpx rgba(102, 126, 234, 0.3); |
|
|
|
|
|
display: flex; |
|
|
|
|
|
align-items: center; |
|
|
|
|
|
line-height: 1.6; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.big-title::before { |
|
|
|
|
|
content: "!"; |
|
|
|
|
|
display: inline-flex; |
|
|
|
|
|
align-items: center; |
|
|
|
|
|
justify-content: center; |
|
|
|
|
|
width: 40rpx; |
|
|
|
|
|
height: 40rpx; |
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.3); |
|
|
|
|
|
border-radius: 50%; |
|
|
|
|
|
font-size: 28rpx; |
|
|
|
|
|
font-weight: bold; |
|
|
|
|
|
margin-right: 16rpx; |
|
|
|
|
|
flex-shrink: 0; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
/* 顶部导航栏 */ |
|
|
/* 顶部导航栏 */ |
|
|
.header { |
|
|
.header { |
|
|
display: flex; |
|
|
display: flex; |
|
|
|