|
|
|
@ -17,62 +17,20 @@ |
|
|
|
<button class="register-button" @click="toRegistration">注册</button> |
|
|
|
</view> |
|
|
|
|
|
|
|
<!-- 底部导航栏 --> |
|
|
|
<!-- <view class="bottom-nav"> |
|
|
|
<navigator url="/pages/index/index" class="nav-item"> |
|
|
|
<image |
|
|
|
class="nav-icon" |
|
|
|
src="/static/images/home.png" |
|
|
|
mode="aspectFill" |
|
|
|
></image> |
|
|
|
<text class="nav-text">首页</text> |
|
|
|
</navigator> |
|
|
|
<navigator url="/pages/index/index" class="nav-item"> |
|
|
|
<image |
|
|
|
class="nav-icon" |
|
|
|
src="/static/images/chart.png" |
|
|
|
mode="aspectFill" |
|
|
|
></image> |
|
|
|
<text class="nav-text">行情</text> |
|
|
|
</navigator> |
|
|
|
<navigator url="/pages/index/index" class="nav-item active"> |
|
|
|
<image |
|
|
|
class="nav-icon" |
|
|
|
src="/static/images/logo.png" |
|
|
|
mode="aspectFill" |
|
|
|
></image> |
|
|
|
<text class="nav-text">DeepMate</text> |
|
|
|
</navigator> |
|
|
|
<navigator url="/pages/index/index" class="nav-item"> |
|
|
|
<image |
|
|
|
class="nav-icon" |
|
|
|
src="/static/images/explore.png" |
|
|
|
mode="aspectFill" |
|
|
|
></image> |
|
|
|
<text class="nav-text">深度探索</text> |
|
|
|
</navigator> |
|
|
|
<navigator url="/pages/index/index" class="nav-item"> |
|
|
|
<image |
|
|
|
class="nav-icon" |
|
|
|
src="/static/images/profile.png" |
|
|
|
mode="aspectFill" |
|
|
|
></image> |
|
|
|
<text class="nav-text">我的</text> |
|
|
|
</navigator> |
|
|
|
</view> --> |
|
|
|
|
|
|
|
</view> |
|
|
|
</template> |
|
|
|
|
|
|
|
<script setup> |
|
|
|
function toRegistration() { |
|
|
|
uni.navigateTo({ |
|
|
|
url: "/pages/Registration/Registration", |
|
|
|
url: "/pages/start/Registration/Registration", |
|
|
|
}); |
|
|
|
} |
|
|
|
|
|
|
|
function toLogin() { |
|
|
|
uni.navigateTo({ |
|
|
|
url: "/pages/login/login", |
|
|
|
url: "/pages/start/login/login", |
|
|
|
}); |
|
|
|
} |
|
|
|
</script> |
|
|
|
@ -112,7 +70,7 @@ function toLogin() { |
|
|
|
} |
|
|
|
|
|
|
|
.phone-card { |
|
|
|
background-image: url("/static/20251021-132531.jpg"); |
|
|
|
background-image: url("/static/images/card.jpg"); |
|
|
|
background-size: 100% 100%; |
|
|
|
background-position: center; |
|
|
|
min-width: 400rpx; |
|
|
|
|