Commit c5499681 authored by 骆瑛's avatar 骆瑛

修改卡片颜色

parent 65289aaa
......@@ -163,3 +163,5 @@
@stop_btn_col:#F62B65;
@incomplete_btn_col:rgba(255, 255, 255,0.4);
@over_btn_col:#106FFE;
//卡片
@card_box_bg: #ffffff;
\ No newline at end of file
......@@ -162,4 +162,6 @@
@loading_btn_col:#04bb8c;
@stop_btn_col:#ff6464;
@incomplete_btn_col:#182c51;
@over_btn_col:#106ffe;
\ No newline at end of file
@over_btn_col:#106ffe;
//卡片
@card_box_bg:#ffffff;
\ No newline at end of file
......@@ -163,3 +163,5 @@
@stop_btn_col:#ff6464;
@incomplete_btn_col:#182c51;
@over_btn_col:#106ffe;
//卡片
@card_box_bg:#ffffff;
......@@ -297,6 +297,10 @@ export default {
color: @over_btn_col;
}
}
// .card_more .card_box{
// background: @card_box_bg;
// color: #ffffff;
// }
</style>
<style lang="less" scoped>
.card_more {
......@@ -305,7 +309,7 @@ export default {
height: auto;
.card_box {
margin: 0 0 60px 60px;
background: #ffffff;
background:#ffffff;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
border-radius: 8px;
height: 220px;
......
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