@@ -43,11 +43,14 @@ export default {
.envtipsBox{
position: fixed;
z-index: 100000;
- background: #2700ff;
+ background: red;
width: 230px;
text-align: center;
color: #fff;
font-size: 30px;
- bottom: 0;
+ top: 0;
+ left: 0;
+ width: 50%;
+ margin-left: 25%;
}
</style>