diff --git a/css/common.css b/css/common.css index cc86abb..43f05b2 100644 --- a/css/common.css +++ b/css/common.css @@ -453,7 +453,7 @@ body { background-color: #f95d5d; position: absolute; top: 0; - right: 71px; + right: -71px; height: 100%; color: #ffffff; font-size: 13px; @@ -464,7 +464,7 @@ body { } @keyframes deleteShow { 0% { - right: 71px; + right: -71px; } 100% { right: 0; diff --git a/css/common.less b/css/common.less index 159945b..3164295 100644 --- a/css/common.less +++ b/css/common.less @@ -516,7 +516,7 @@ body { position: absolute; top: 0; // right: 0; - right: 71px; + right: -71px; height: 100%; color: #ffffff; font-size: 13px; @@ -527,7 +527,7 @@ body { @keyframes deleteShow { 0% { - right: 71px; + right: -71px; } 100% { right: 0;