任务修改1
This commit is contained in:
parent
6625ca4878
commit
3d16c6456e
@ -2,21 +2,9 @@
|
|||||||
<div>
|
<div>
|
||||||
<Header></Header>
|
<Header></Header>
|
||||||
<div class="main">
|
<div class="main">
|
||||||
<div class="left">
|
|
||||||
<div class="left-title">
|
|
||||||
<div class="title">
|
|
||||||
集团概况
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="tab-list">
|
|
||||||
<ul>
|
|
||||||
<li :class="{active: tab == 0}" @click="tab = 0">企业概况</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="right">
|
<div class="right">
|
||||||
<div class="location">
|
<div class="location">
|
||||||
当前位置:<router-link to="/">首页</router-link> > 集团概况
|
当前位置:<router-link to="/">首页</router-link> > 新闻详情
|
||||||
</div>
|
</div>
|
||||||
<div class="right-content">
|
<div class="right-content">
|
||||||
<div class="news-title">
|
<div class="news-title">
|
||||||
@ -60,51 +48,8 @@ export default {
|
|||||||
width 1200px
|
width 1200px
|
||||||
margin 20px auto
|
margin 20px auto
|
||||||
overflow hidden
|
overflow hidden
|
||||||
.left
|
|
||||||
width 350px
|
|
||||||
float left
|
|
||||||
padding 0 20px
|
|
||||||
box-sizing border-box
|
|
||||||
border 1px solid #e3e3e3
|
|
||||||
border-bottom 3px solid #e3e3e3
|
|
||||||
.left-title
|
|
||||||
height 50px
|
|
||||||
font-size 16px
|
|
||||||
color #333
|
|
||||||
border-bottom 1px solid #e3e3e3
|
|
||||||
.title
|
|
||||||
display inline-block
|
|
||||||
border-top 4px solid #ff4f01
|
|
||||||
line-height 46px
|
|
||||||
box-sizing border-box
|
|
||||||
.tab-list
|
|
||||||
padding 20px 0
|
|
||||||
ul
|
|
||||||
li
|
|
||||||
border-bottom 1px dashed #e3e3e3
|
|
||||||
padding-left 30px
|
|
||||||
height 45px
|
|
||||||
line-height 45px
|
|
||||||
box-sizing border-box
|
|
||||||
font-size 16px
|
|
||||||
color #333
|
|
||||||
position relative
|
|
||||||
cursor pointer
|
|
||||||
&.active
|
|
||||||
background #ededed
|
|
||||||
color #ff4f01
|
|
||||||
&:after
|
|
||||||
content ''
|
|
||||||
display block
|
|
||||||
width 3px
|
|
||||||
height 100%
|
|
||||||
background #ff4f01
|
|
||||||
position absolute
|
|
||||||
top 0
|
|
||||||
left 0
|
|
||||||
.right
|
.right
|
||||||
float right
|
width 100%
|
||||||
width 830px
|
|
||||||
padding 0 20px
|
padding 0 20px
|
||||||
box-sizing border-box
|
box-sizing border-box
|
||||||
border 1px solid #e3e3e3
|
border 1px solid #e3e3e3
|
||||||
|
Loading…
Reference in New Issue
Block a user