修改并优化了一些功能及bug
This commit is contained in:
@@ -26,13 +26,13 @@
|
||||
/* 文章场景相关 */
|
||||
.page-wrapper.data-v-02345808 {
|
||||
min-height: 100vh;
|
||||
background: #EBF2FC;
|
||||
background: #fff;
|
||||
}
|
||||
.header-bg.data-v-02345808 {
|
||||
position: relative;
|
||||
height: 400rpx;
|
||||
background: linear-gradient(180deg, #3B7FED 0%, #007AFF 50%, #8BB8F8 100%);
|
||||
padding-top: 60rpx;
|
||||
height: 480rpx;
|
||||
background: #2667E9;
|
||||
padding-top: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
.header-bg .blur-circle.data-v-02345808 {
|
||||
@@ -103,29 +103,26 @@
|
||||
font-size: 26rpx;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
.user-info-section .edit-btn.data-v-02345808 {
|
||||
background: rgba(255, 255, 255, 0.25);
|
||||
border: 2rpx solid rgba(255, 255, 255, 0.5);
|
||||
border-radius: 32rpx;
|
||||
font-size: 26rpx;
|
||||
color: #fff;
|
||||
-webkit-backdrop-filter: blur(10rpx);
|
||||
backdrop-filter: blur(10rpx);
|
||||
}
|
||||
.user-info-section .edit-btn.data-v-02345808::after {
|
||||
border: none;
|
||||
.user-info-section .edit-icon.data-v-02345808 {
|
||||
width: 48rpx;
|
||||
height: 48rpx;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.content-area.data-v-02345808 {
|
||||
position: relative;
|
||||
margin-top: -60rpx;
|
||||
padding: 0 30rpx 50rpx;
|
||||
margin-top: -40rpx;
|
||||
padding: 40rpx 30rpx 50rpx;
|
||||
z-index: 10;
|
||||
background: #fff;
|
||||
border-top-left-radius: 40rpx;
|
||||
border-top-right-radius: 40rpx;
|
||||
min-height: calc(100vh - 360rpx);
|
||||
}
|
||||
.menu-card.data-v-02345808 {
|
||||
background: #fff;
|
||||
border-radius: 24rpx;
|
||||
padding: 10rpx 0;
|
||||
box-shadow: 0 4rpx 20rpx rgba(0, 0, 0, 0.06);
|
||||
box-shadow: 0 8rpx 30rpx rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
.menu-item.data-v-02345808 {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user