Merge remote-tracking branch 'origin/main'
commit
ccd31ccb15
|
|
@ -37,7 +37,7 @@
|
||||||
/>
|
/>
|
||||||
<img
|
<img
|
||||||
v-if="item.type==3"
|
v-if="item.type==3"
|
||||||
class="seatImgClass"
|
class="seatImg3Class"
|
||||||
:seatId="item.id"
|
:seatId="item.id"
|
||||||
:seatIndex="index"
|
:seatIndex="index"
|
||||||
src="@/assets/kuwei/130.png"
|
src="@/assets/kuwei/130.png"
|
||||||
|
|
@ -144,7 +144,7 @@ span {
|
||||||
line-height: v-bind(lineHeight);
|
line-height: v-bind(lineHeight);
|
||||||
}
|
}
|
||||||
.seatImg0Class {
|
.seatImg0Class {
|
||||||
background: rgba(166, 129, 230, 0.4);
|
background: #E53240;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
@ -153,7 +153,7 @@ span {
|
||||||
display:block;
|
display:block;
|
||||||
}
|
}
|
||||||
.seatImg1Class {
|
.seatImg1Class {
|
||||||
background: rgba(53, 180, 94, 1);
|
background: #35B45E;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
@ -161,7 +161,16 @@ span {
|
||||||
border-radius:3px;
|
border-radius:3px;
|
||||||
}
|
}
|
||||||
.seatImg2Class {
|
.seatImg2Class {
|
||||||
background: rgba(225, 94, 104, 1);
|
background-color:#E53240;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
height: 100%;
|
||||||
|
border-radius:3px;
|
||||||
|
}
|
||||||
|
.seatImg3Class {
|
||||||
|
background:#F29961;
|
||||||
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue