Merge remote-tracking branch 'origin/main'

main
LX 2023-12-06 16:49:04 +08:00
commit ccd31ccb15
1 changed files with 13 additions and 4 deletions

View File

@ -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;