Commit a6c0f4c7 authored by 陈珊's avatar 陈珊

1

parent 2c5f0563
......@@ -174,12 +174,6 @@
color: #fff;
}
.container .maincon .card .list .list-main .flex-item div {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.container .maincon .card .list .list-main .flex-item:nth-child(odd) {
background: rgba(22, 126, 255, 0.05);
}
......
......@@ -123,9 +123,9 @@
text-align: center;
color: #fff;
div{
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
// overflow: hidden;
// white-space: nowrap;
// text-overflow: ellipsis;
}
&:nth-child(odd){
background: rgba(22, 126, 255, .05);
......
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