Commit f6338ca5 authored by 李玲燕's avatar 李玲燕

修改颜色

parent f99b5f9e
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="information-box"> <div class="information-box">
<ul> <ul>
<li class="top" v-for="item in topList" :key="item.index">{{ item }}</li> <li class="top" v-for="item in topList" :key="item.index">{{ item }}</li>
<li class="bottom" v-for="item in list" :key="item.index">{{ item }}</li> <li :class="index == 0 ? 'bottom' : ''" v-for="(item, index) in list" :key="index">{{ item }}</li>
</ul> </ul>
</div> </div>
</template> </template>
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
li { li {
color: #fff; color: #fff;
} }
.bottom:nth-child(1) { .bottom {
color: #02d9df !important; color: #02d9df !important;
} }
li.top { li.top {
......
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