Commit d32de4e8 by 林家欣

修改首页质检中心/协会/杂志社/标准委/其他列表样式

parent 77c2ec0b
...@@ -2,11 +2,13 @@ ...@@ -2,11 +2,13 @@
<div class="list"> <div class="list">
<div v-for="(tmp, i) in list" :key="i" class="row"> <div v-for="(tmp, i) in list" :key="i" class="row">
<div class="col li"> <div class="col li">
<span></span> <span class="ico"></span>
<span :title="tmp.name" @click="handelUrl(tmp)">{{ tmp.name }}</span> <div class="li-right">
<span :title="tmp.subName" @click="handelSubUrl(tmp)" <span :title="tmp.name" @click="handelUrl(tmp)">{{ tmp.name }}</span>
><a>{{ tmp.subName }}</a></span <span :title="tmp.subName" @click="handelSubUrl(tmp)"
> ><a>{{ tmp.subName }}</a></span
>
</div>
</div> </div>
</div> </div>
</div> </div>
...@@ -61,21 +63,20 @@ export default { ...@@ -61,21 +63,20 @@ export default {
font-size: 14px; font-size: 14px;
color: #7e8ea9; color: #7e8ea9;
@include ellipsis; @include ellipsis;
span { .ico {
display: inline-block; width: 4px;
&:nth-child(1) { height: 4px;
width: 4px; background: #f26335;
height: 4px; border-radius: 50%;
background: #f26335; margin-right: 10px;
border-radius: 50%; }
margin-right: 10px; .li-right{
} @include ellipsis;
&:nth-child(3) { flex: 1;
a { }
text-decoration: underline; a {
color: #ff7f24; text-decoration: underline;
} color: #ff7f24;
}
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment