样式优化

This commit is contained in:
橙子
2022-10-14 02:18:25 +08:00
parent 8456320884
commit 88073aaa20
37 changed files with 132 additions and 1766 deletions

View File

@@ -156,14 +156,15 @@ const getList = () => {
</script>
<style scoped>
.list {
background-color: #efefef;
background-color: #F4F4F4;
}
.row {
background-color: white;
padding-top: 1rem;
margin-bottom: 1rem;
padding-left: 1rem;
padding-right: 1rem;
margin-bottom: 0.6rem;
}
.rowBody {
text-align: left;
@@ -196,7 +197,7 @@ const getList = () => {
font-size: large;
}
.bottomRow {
color: #979797;
color: #999999;
}
.down {
text-align: right;