wangqing 4 years ago
parent
commit
79a970116f
  1. BIN
      src/assets/images/indexLogo.png
  2. 3
      src/views/home/index.vue
  3. 15
      src/views/official/index.vue

BIN
src/assets/images/indexLogo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 108 KiB

3
src/views/home/index.vue

@ -40,7 +40,7 @@
<el-container>
<el-aside width="280px">
<el-card>
<el-button type="primary" @click="createBlankTemplate">新建项目</el-button>
<el-button type="primary" @click="createBlankTemplate">新建项目</el-button>
<div class="menu-view">
<div v-for="menu in menuList" :key="menu.route"
:class="defaultActiveMenu==menu.route?'menu-item-active menu-item':'menu-item'"
@ -171,6 +171,7 @@ export default {
width: 120px;
height: 35px;
float: left;
margin-left: 25px;
}
.right-header {
display: flex;

15
src/views/official/index.vue

@ -85,8 +85,8 @@
<p @click="$router.push({path:'/home'})">前往体验 ></p>
</div>
</div>
<p class="title">他们都在使用</p>
<div class="use-company">
<p class="title">他们都在使用</p>
<div>
<img src="https://qiniu.smileyi.top/lanzhouxiandaizhiye.png" style="width: 170px; height: 30px;">
<img src="https://qiniu.smileyi.top/baoluekeji.png" style="width: 117px; height: 33px;">
@ -117,7 +117,7 @@
<div>
<img src="https://qiniu.smileyi.top/zhangzhutong.png" style="width: 43px; height: 45px;">
<img src="https://qiniu.smileyi.top/泰享健康@2x.png" style="width: 196px; height: 48px;">
<img src="https://qiniu.smileyi.top/人人孕妇@2x.png" style="width: 156px; height: 54px;">
<img src="https://qiniu.smileyi.top/renrenyun.png" style="width: 156px; height: 54px;">
<img src="https://qiniu.smileyi.top/xykj@2x.png" style="width: 209px; height: 51px;">
<img src="https://qiniu.smileyi.top/上海市闵行区卫生健康委员会@2x.png" style="width: 47px; height: 49px;">
</div>
@ -405,6 +405,13 @@ body {
align-content: center;
align-items: center;
justify-content: flex-start;
margin-top: 200px;
& > div {
display: flex;
align-content: center;
justify-content: center;
align-items: center;
}
div {
margin: 10px 3px;
}
@ -419,7 +426,7 @@ body {
background: linear-gradient(163deg, rgba(32, 84, 241, 0.67), rgba(34, 78, 243, 0.67), rgba(56, 234, 255, 0.67));
display: flex;
flex-direction: column;
justify-content: space-evenly;
justify-content: space-between;
.top {
display: flex;
flex-direction: row;
@ -477,7 +484,7 @@ body {
.is-fixed {
position: fixed;
z-index: 999;
animation: stickyMenu 0.7s ease-in-out;
animation: stickyMenu 0.5s ease-in-out;
top: 0;
background: linear-gradient(-67deg, rgba(32, 84, 241, 1), rgba(51, 201, 253, 1), rgba(35, 86, 244, 1));
}

Loading…
Cancel
Save