@@ -4,7 +4,7 @@
box-sizing: border-box;
}
body {
- background-color: #f2f2f2;
+ background-color: transparent;
ul li {
list-style: none;
@@ -302,6 +302,7 @@ export default {
.con {
+ background-color: #f2f2f2;
display: flex;
width: 100%;
padding: 30px 30px 0;
@@ -122,6 +122,10 @@ export default {
color: #878787 !important;
.message {
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%,-50%);
width: 1000px;
height: 700px;
.conten {