|
@@ -35,13 +35,12 @@
|
|
|
</view>
|
|
</view>
|
|
|
</uni-badge>
|
|
</uni-badge>
|
|
|
</view>
|
|
</view>
|
|
|
-
|
|
|
|
|
- <view class="hero-title">工作台</view>
|
|
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<view class="content-shell">
|
|
<view class="content-shell">
|
|
|
|
|
+ <view class="hero-title">工作台</view>
|
|
|
<view class="section-card">
|
|
<view class="section-card">
|
|
|
<view class="section-title">核心功能</view>
|
|
<view class="section-title">核心功能</view>
|
|
|
<scroll-view class="core-scroll" scroll-x show-scrollbar="false">
|
|
<scroll-view class="core-scroll" scroll-x show-scrollbar="false">
|
|
@@ -418,12 +417,14 @@ onShow(() => {
|
|
|
.entry-page {
|
|
.entry-page {
|
|
|
height: 100vh;
|
|
height: 100vh;
|
|
|
background: linear-gradient(180deg, #edf4ff 0%, #f7f9fc 28%, #f6f8fb 100%);
|
|
background: linear-gradient(180deg, #edf4ff 0%, #f7f9fc 28%, #f6f8fb 100%);
|
|
|
|
|
+ padding-bottom: 30rpx;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.hero {
|
|
.hero {
|
|
|
position: relative;
|
|
position: relative;
|
|
|
height: 640rpx;
|
|
height: 640rpx;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
|
|
+ padding-bottom: 20rpx;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.hero-bg {
|
|
.hero-bg {
|
|
@@ -459,7 +460,8 @@ onShow(() => {
|
|
|
.hero-title {
|
|
.hero-title {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
left: 0%;
|
|
left: 0%;
|
|
|
- bottom: -110%;
|
|
|
|
|
|
|
+ top: -8%;
|
|
|
|
|
+ // bottom: -110%;
|
|
|
// background: #f7f9fc;
|
|
// background: #f7f9fc;
|
|
|
background: linear-gradient(
|
|
background: linear-gradient(
|
|
|
to right,
|
|
to right,
|
|
@@ -477,6 +479,7 @@ onShow(() => {
|
|
|
height: 80rpx;
|
|
height: 80rpx;
|
|
|
font-size: 40rpx;
|
|
font-size: 40rpx;
|
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
|
|
|
+ z-index: -3;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.status-row {
|
|
.status-row {
|
|
@@ -529,8 +532,8 @@ onShow(() => {
|
|
|
gap: 12rpx;
|
|
gap: 12rpx;
|
|
|
max-width: 100%;
|
|
max-width: 100%;
|
|
|
margin-top: 18rpx;
|
|
margin-top: 18rpx;
|
|
|
- padding: 12rpx 18rpx;
|
|
|
|
|
- border-radius: 18rpx;
|
|
|
|
|
|
|
+ padding: 8rpx 18rpx;
|
|
|
|
|
+ border-radius: 15rpx;
|
|
|
background: rgba(255, 255, 255, 0.18);
|
|
background: rgba(255, 255, 255, 0.18);
|
|
|
color: #ffffff;
|
|
color: #ffffff;
|
|
|
backdrop-filter: blur(8px);
|
|
backdrop-filter: blur(8px);
|