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

修改颜色

parent f99b5f9e
......@@ -2,7 +2,7 @@
<div class="information-box">
<ul>
<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>
</div>
</template>
......@@ -58,7 +58,7 @@
li {
color: #fff;
}
.bottom:nth-child(1) {
.bottom {
color: #02d9df !important;
}
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