|
@@ -2,9 +2,10 @@
|
|
|
<view class="home-page">
|
|
<view class="home-page">
|
|
|
<!-- 顶部状态栏 -->
|
|
<!-- 顶部状态栏 -->
|
|
|
<view class="top-bar">
|
|
<view class="top-bar">
|
|
|
- <view class="logo">婚恋</view>
|
|
|
|
|
|
|
+ <view class="logo">青鸾之恋</view>
|
|
|
<view class="top-right-icons">
|
|
<view class="top-right-icons">
|
|
|
<!-- 红娘工作台切换按钮 - 根据数据库查询结果动态显示 -->
|
|
<!-- 红娘工作台切换按钮 - 根据数据库查询结果动态显示 -->
|
|
|
|
|
+
|
|
|
<view v-if="showMatchmakerButton"
|
|
<view v-if="showMatchmakerButton"
|
|
|
class="matchmaker-btn" @click="openMatchmakerPopup">
|
|
class="matchmaker-btn" @click="openMatchmakerPopup">
|
|
|
<!-- <text class="switch-icon">🔄</text>-->
|
|
<!-- <text class="switch-icon">🔄</text>-->
|
|
@@ -955,6 +956,7 @@ async loadFunctionGridData() {
|
|
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
.home-page {
|
|
.home-page {
|
|
|
|
|
+ margin-top: 50px;
|
|
|
min-height: 100vh;
|
|
min-height: 100vh;
|
|
|
background: #F5F5F5;
|
|
background: #F5F5F5;
|
|
|
padding-bottom: 120rpx;
|
|
padding-bottom: 120rpx;
|
|
@@ -973,6 +975,7 @@ async loadFunctionGridData() {
|
|
|
font-size: 38rpx;
|
|
font-size: 38rpx;
|
|
|
font-weight: 800;
|
|
font-weight: 800;
|
|
|
color: #E91E63;
|
|
color: #E91E63;
|
|
|
|
|
+ margin-left: 20px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.top-right-icons {
|
|
.top-right-icons {
|