积分明细

This commit is contained in:
liuye
2023-02-09 15:44:20 +08:00
parent 80d6ab63f4
commit fcbf8c05f4

View File

@@ -62,7 +62,7 @@ export default {
background-color: #F4F5FA; background-color: #F4F5FA;
.header-bg { .header-bg {
width: 100%; width: 100%;
height: 304px; padding-bottom: 104px;
.header-info { .header-info {
width: 100%; width: 100%;
height: 100%; height: 100%;
@@ -86,7 +86,7 @@ export default {
} }
} }
.list { .list {
width: calc(100% - 32px); width: calc(100% - 64px);
margin: -56px 0 0 32px; margin: -56px 0 0 32px;
background: #FFF; background: #FFF;
border-radius: 16px; border-radius: 16px;