wangqing 4 years ago
parent
commit
79a970116f
  1. BIN
      src/assets/images/indexLogo.png
  2. 1
      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

1
src/views/home/index.vue

@ -171,6 +171,7 @@ export default {
width: 120px; width: 120px;
height: 35px; height: 35px;
float: left; float: left;
margin-left: 25px;
} }
.right-header { .right-header {
display: flex; display: flex;

15
src/views/official/index.vue

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

Loading…
Cancel
Save