10c86415 by lttnew

优化

1 parent 065c7030
......@@ -92,16 +92,16 @@ function goToAddApply() {
.hero-bg {
position: absolute;
left: 0;
top: -116px;
width: 100%;
height: 100%;
left: -40rpx;
top: -330rpx;
width: calc(100% + 80rpx);
height: calc(100% + 260rpx);
}
.hero-brand {
position: relative;
z-index: 1;
padding: calc(env(safe-area-inset-top) + 170rpx) 44rpx 0;
padding: calc(env(safe-area-inset-top) + 100rpx) 44rpx 0;
color: #fff;
}
......@@ -136,7 +136,7 @@ function goToAddApply() {
.panel-content {
position: relative;
z-index: 12;
padding: 0rpx 46rpx 40rpx;
padding: 0rpx 30rpx 40rpx;
}
.section-title {
......@@ -159,7 +159,7 @@ function goToAddApply() {
.level-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 14rpx 14rpx;
gap: 20rpx;
}
.level-card {
......
......@@ -211,13 +211,13 @@ function onTabSwitch(index, url) {
.profile-hero {
position: relative;
z-index: 1;
z-index: 4;
min-height: 460rpx;
}
.hero-content {
position: relative;
z-index: 2;
z-index: 5;
padding: calc(env(safe-area-inset-top) + 126rpx) 48rpx 0;
color: #fff;
}
......@@ -299,6 +299,8 @@ function onTabSwitch(index, url) {
}
.edit-btn {
position: relative;
z-index: 6;
width: 168rpx;
height: 48rpx;
margin: 34rpx 0 0 auto;
......
......@@ -20,7 +20,7 @@
</view>
</view>
<view class="search-bar">
<!-- <view class="search-bar">
<uni-easyinput
v-model="query.keyword"
:input-border="false"
......@@ -32,7 +32,7 @@
@clear="handleSearch"
/>
<view class="search-btn" @click="handleSearch">搜索</view>
</view>
</view> -->
</view>
<!-- <view class="notice-tabs">
......
......@@ -185,7 +185,7 @@ onShow(() => {
function init() {
checkImgExist()
handelGetMyRecent()
// handelGetMyRecent()
api.getMyOwnMemberInfo().then(res => {
const data = res && res.data ? res.data : {}
app.globalData.authenticationStatus = data.authenticationStatus
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!