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

修改颜色

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