Commit a06a490c by haojie

1

parent 8e86036f
...@@ -106,7 +106,5 @@ ...@@ -106,7 +106,5 @@
font-size: 18px; font-size: 18px;
color: #000000; color: #000000;
} }
.value {
}
} }
} }
...@@ -21,7 +21,9 @@ const current = ref('activity'); ...@@ -21,7 +21,9 @@ const current = ref('activity');
// 一个页面一个媒体查询 // 一个页面一个媒体查询
.custom-raffle-box { .custom-raffle-box {
width: 1000px; width: 1000px;
margin: 30px auto 20px auto; margin: 0 auto;
padding: 30px 0 20px 0;
height: 100%; height: 100%;
box-sizing: border-box;
} }
</style> </style>
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
.custom-raffle-box { .custom-raffle-box {
width: 100% !important; width: 100% !important;
box-sizing: border-box; box-sizing: border-box;
padding: 0 12px; padding: 0 12px !important;
margin: 20px auto 0 auto !important; margin: 20px auto 0 auto !important;
.header { .header {
border-bottom: none; border-bottom: none;
......
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