|
@@ -52,3 +52,15 @@ function creatFloorChoose() {
|
|
|
line-height:28px;
|
|
|
width:40px;
|
|
|
color:rgba(255,255,255,0.5);
|
|
|
+ background-image: url(https://s3.ax1x.com/2021/01/29/yCR8dP.png);
|
|
|
+ background-repeat:no-repeat;
|
|
|
+ background-position:center center;
|
|
|
+ position: absolute;
|
|
|
+ top: calc(50%);
|
|
|
+ left: -35px;
|
|
|
+
|
|
|
+ }
|
|
|
+ .active{
|
|
|
+ background-color:red;
|
|
|
+ }
|
|
|
+ </style>
|