默认提交
Showing
20 changed files
with
188 additions
and
76 deletions
-
Please register or sign in to post a comment
<template> | ||
<div class="container"> | ||
<div> | ||
<div class="cell-group"> | ||
<div class="table-header orange"> | ||
... | ... | @@ -289,6 +290,7 @@ |
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</template> | ||
... | ... |
... | ... | @@ -239,10 +239,6 @@ |
padding-bottom: 0; | ||
} | ||
.box { | ||
width: 96%; | ||
} | ||
.top-space { | ||
height: 0; | ||
} | ||
... | ... |
... | ... | @@ -242,6 +242,10 @@ |
} | ||
} | ||
.box-shadow { | ||
box-shadow: 0 0 1.5rem 0 rgba(255, 87, 0, 0.15); | ||
} | ||
@media (max-width: 1200px) { | ||
.content { | ||
@include content-percent(); | ||
... | ... |