保存视觉审核与文档流迁移进度
This commit is contained in:
@@ -194,8 +194,14 @@ const openItem = (item) => uni.navigateTo({ url: item.url });
|
||||
}
|
||||
.profile-hero {
|
||||
position: relative;
|
||||
display: grid;
|
||||
grid-template-columns: 42rpx minmax(0, 1fr);
|
||||
width: 100%;
|
||||
min-height: 252rpx;
|
||||
align-items: center;
|
||||
gap: 30rpx;
|
||||
padding: 34rpx 52rpx 32rpx 40rpx;
|
||||
box-sizing: border-box;
|
||||
overflow: hidden;
|
||||
}
|
||||
.profile-hero__frame {
|
||||
@@ -203,6 +209,7 @@ const openItem = (item) => uni.navigateTo({ url: item.url });
|
||||
inset: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
pointer-events: none;
|
||||
}
|
||||
.profile-hero__hall {
|
||||
position: absolute;
|
||||
@@ -211,6 +218,7 @@ const openItem = (item) => uni.navigateTo({ url: item.url });
|
||||
width: 330rpx;
|
||||
height: 122rpx;
|
||||
opacity: 0.12;
|
||||
pointer-events: none;
|
||||
}
|
||||
.profile-hero__cloud {
|
||||
position: absolute;
|
||||
@@ -219,11 +227,10 @@ const openItem = (item) => uni.navigateTo({ url: item.url });
|
||||
width: 96rpx;
|
||||
height: 52rpx;
|
||||
opacity: 0.32;
|
||||
pointer-events: none;
|
||||
}
|
||||
.profile-hero__label {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 40rpx;
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
display: flex;
|
||||
width: 42rpx;
|
||||
@@ -240,7 +247,6 @@ const openItem = (item) => uni.navigateTo({ url: item.url });
|
||||
font-family: STKaiti, KaiTi, serif;
|
||||
font-size: 21rpx;
|
||||
line-height: 1.12;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
.profile-identity {
|
||||
position: relative;
|
||||
@@ -250,7 +256,6 @@ const openItem = (item) => uni.navigateTo({ url: item.url });
|
||||
box-sizing: border-box;
|
||||
align-items: center;
|
||||
gap: 24rpx;
|
||||
padding: 34rpx 52rpx 32rpx 112rpx;
|
||||
}
|
||||
.profile-identity__seal {
|
||||
width: 92rpx;
|
||||
@@ -291,6 +296,7 @@ const openItem = (item) => uni.navigateTo({ url: item.url });
|
||||
inset: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
pointer-events: none;
|
||||
}
|
||||
.profile-scroll-notice__copy {
|
||||
position: relative;
|
||||
@@ -395,6 +401,7 @@ const openItem = (item) => uni.navigateTo({ url: item.url });
|
||||
width: 100%;
|
||||
height: 220rpx;
|
||||
min-height: 118px;
|
||||
pointer-events: none;
|
||||
}
|
||||
.profile-error__copy {
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user