@@ -56,3 +56,12 @@ function creatFloorChoose() {
background-repeat:no-repeat;
background-position:center center;
position: absolute;
+ top: calc(50%);
+ left: -35px;
+
+ }
+ .active{
+ background-color:red;
+ </style>
+ `));