首页。我的

This commit is contained in:
2026-01-21 15:19:08 +08:00
parent 8fe0c4d893
commit 1ad538f351
7 changed files with 100 additions and 28 deletions

View File

@@ -24,10 +24,21 @@
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.page.data-v-02345808 {
page.data-v-02345808 {
background: #EBF2FC;
}
.page-content.data-v-02345808 {
background: #EBF2FC;
border-radius: 40rpx 40rpx 0rpx 0rpx;
margin-top: -40rpx;
padding: 30rpx;
padding-bottom: 50rpx;
position: relative;
z-index: 10;
min-height: calc(100vh - 400rpx);
}
.title.data-v-02345808 {
height: 516rpx;
background: radial-gradient(0% 0% at 78% 8%, #2667E9 0%, #FDFDFD 100%, #719BF0 100%);
height: 440rpx;
background: linear-gradient(135deg, #2667E9 0%, #4A8AF4 50%, #719BF0 100%);
padding-top: 60rpx;
}