feat: 样式调整
This commit is contained in:
+17
-2
@@ -5,7 +5,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100vh;
|
||||
background: #FCFCFC;
|
||||
background: var(--color-bg-page);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@@ -312,7 +312,7 @@
|
||||
border-radius: 0 20rpx 0 20rpx;
|
||||
}
|
||||
.plan-badge-hot {
|
||||
background: linear-gradient(135deg, #FF9D42, #FF7832);
|
||||
background: linear-gradient(135deg, #FF9E6D, #FF7832);
|
||||
color: #FFF;
|
||||
}
|
||||
.plan-badge-save {
|
||||
@@ -398,3 +398,18 @@
|
||||
border-radius: 4rpx;
|
||||
margin-left: 8rpx;
|
||||
}
|
||||
|
||||
/* 订阅免责提示 */
|
||||
.subscribe-disclaimer {
|
||||
margin: 32rpx 32rpx 24rpx;
|
||||
padding: 24rpx 28rpx;
|
||||
background: #F9F9F9;
|
||||
border-radius: 16rpx;
|
||||
border: 1rpx solid #F0F0F0;
|
||||
}
|
||||
.disclaimer-text {
|
||||
font-size: 22rpx;
|
||||
color: #B0B0B0;
|
||||
line-height: 1.7;
|
||||
letter-spacing: 0.5rpx;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user