提交 f6397bf8 编写于 作者: wenxuan.liang's avatar wenxuan.liang

调整列表页样式

上级 c39cea48
...@@ -96,35 +96,38 @@ export default { ...@@ -96,35 +96,38 @@ export default {
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
.status_base { .down-list {
width: 100%; margin: 15px;
height: 100%; .status_base {
display: flex; width: 100%;
align-items: center; height: 100%;
justify-content: center; display: flex;
.status-circle { align-items: center;
content: ''; justify-content: center;
display: block; .status-circle {
width: 8px; content: '';
height: 8px; display: block;
border-radius: 4px; width: 8px;
margin-right: 5px; height: 8px;
} border-radius: 4px;
.status-1 { margin-right: 5px;
background-color: rgb(219, 223, 12);; }
.status-1 {
background-color: rgb(219, 223, 12);;
}
.status-2 {
background-color: rgb(87, 238, 82);;
}
.status-3 {
background-color: rgb(238, 68, 16);;
}
} }
.status-2 { .download-btn {
background-color: rgb(87, 238, 82);; color: rgb(7, 180, 59);
cursor: pointer;
} }
.status-3 { .download-btn:hover {
background-color: rgb(238, 68, 16);; color: rgb(98, 233, 86);
} }
} }
.download-btn {
color: rgb(7, 180, 59);
cursor: pointer;
}
.download-btn:hover {
color: rgb(98, 233, 86);
}
</style> </style>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册