更新页面
This commit is contained in:
@ -2,23 +2,23 @@
|
||||
<div class="homeBox">
|
||||
<!-- 头部 -->
|
||||
<Head type="importantPerson"></Head>
|
||||
<!-- 内容 -->
|
||||
<div class="home-contant">
|
||||
<!-- 左边 -->
|
||||
<div class="home-aside asideL" style="left:0">
|
||||
<ImportantPerson></ImportantPerson>
|
||||
<!-- 左边内容 -->
|
||||
<div class="home-aside asideL" style="left:0">
|
||||
<ImportantPerson></ImportantPerson>
|
||||
</div>
|
||||
<!-- 右边内容 -->
|
||||
<div class="home-aside asideR" style="right:0">
|
||||
<div class="aside-middle mt60">
|
||||
<Zdrqhd></Zdrqhd>
|
||||
</div>
|
||||
<!-- 右边 -->
|
||||
<div class="home-aside asideR" style="right:0">
|
||||
<div class="aside-middle mt60">
|
||||
<Zdrqhd></Zdrqhd>
|
||||
</div>
|
||||
<div class="aside-middle">
|
||||
<Yjclqktj></Yjclqktj>
|
||||
</div>
|
||||
<div class="aside-middle">
|
||||
<Yjclqktj></Yjclqktj>
|
||||
</div>
|
||||
</div>
|
||||
<div class="foot"></div>
|
||||
|
||||
<div class="foot">
|
||||
<div class="footBtn"><span>发布指令</span></div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -39,6 +39,24 @@ import Yjclqktj from './model/yjclqktj.vue'
|
||||
height: 107px;
|
||||
background: url("~@/assets/images/foot.png") no-repeat center center;
|
||||
background-size: 100% 100%;
|
||||
.footBtn{
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
bottom: 46px;
|
||||
transform: translate(-50%);
|
||||
width: 110px;
|
||||
height: 110px;
|
||||
text-align: center;
|
||||
background: url("~@/assets/images/bg02.png") no-repeat center center;
|
||||
background-size: 100% 100%;
|
||||
cursor: pointer;
|
||||
span{
|
||||
display: inline-block;
|
||||
width: 32px;
|
||||
white-space: wrap;
|
||||
margin-top: 37px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.asideL{
|
||||
background: linear-gradient( to right, rgba(78, 98, 132,0.8) 0%, #fff 100%);
|
||||
|
Reference in New Issue
Block a user