提交 2d756cf1 编写于 作者: DCloud_JSON's avatar DCloud_JSON

更新 修改首页底部菜单栏内容

上级 8e5a80de
......@@ -2,11 +2,20 @@
<view id="page">
<!-- #ifdef H5 -->
<!-- 底部版权声明栏 -->
<view id="about" v-if="isWidescreen" space="nbsp">
<text>欢迎体验uni-im &#8203;</text>
<uni-link href="https://ext.dcloud.net.cn/plugin?id=9711" text="[点此下载插件]"></uni-link>
<view id="foot" v-if="isWidescreen">
<view class="item" space="nbsp">
<text>本项目已开源</text>
<image class="icon" src="@/static/icon/gitcode.png" mode="widthFix"></image>
<uni-link href="https://gitcode.net/dcloud/hello-uni-im/-/tree/v3" text="git仓库地址"></uni-link>
</view>
<view class="item" space="nbsp">
<text>离线通知插件</text>
<image class="icon" src="@/static/icon/hbuilderx.png" mode="widthFix"></image>
<uni-link href="https://ext.dcloud.net.cn/plugin?id=16984" text="插件下载地址"></uni-link>
</view>
</view>
<!-- 布局最左侧 菜单栏 -->
<view id="left-view" v-if="isWidescreen" @click="chatInfoIsShow = false;">
<cloud-image class="user-avatar" @click="toUcenter" :src="avatarUrl" width="40px" height="40px"
......
......@@ -24,16 +24,26 @@
min-width:960px;
}
#about {
#foot {
position: fixed;
bottom: 8px;
bottom: 10px;
flex-direction: row;
color: #FFFFFF;
}
#about .uni-link:hover{
#foot .uni-link:hover{
color: #00aa55 !important;
}
#foot .item {
flex-direction: row;
margin:0 50px;
}
#foot .item .icon {
width: 20px;
height: 20px;
margin:0 5px;
}
#left-view,
#center-view,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册