|
@@ -16,7 +16,7 @@
|
|
|
<div class="middle">
|
|
|
<slot></slot>
|
|
|
</div>
|
|
|
- <div class="footers"></div>
|
|
|
+ <!-- <div class="footers"></div> -->
|
|
|
</div>
|
|
|
<div :class="['popup-main2',animationClass]" v-drag v-show="isshow" :isEmit="isEmit" id="popup" :style="{height:height,width:width}">
|
|
|
<!-- <div class="borderstyle" :style="{height:height}">
|
|
@@ -34,7 +34,7 @@
|
|
|
<div class="middle2">
|
|
|
<slot></slot>
|
|
|
</div>
|
|
|
- <div class="footers2"></div>
|
|
|
+ <!-- <div class="footers2"></div> -->
|
|
|
</div>
|
|
|
<div :class="['popup-main3',animationClass]" v-drag v-show="isshow" :isEmit="isEmit" id="popup" :style="{height:height,width:width}">
|
|
|
<!-- <div class="borderstyle" :style="{height:height}">
|
|
@@ -52,7 +52,7 @@
|
|
|
<div class="middle3">
|
|
|
<slot></slot>
|
|
|
</div>
|
|
|
- <div class="footers3"></div>
|
|
|
+ <!-- <div class="footers3"></div> -->
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -96,7 +96,7 @@
|
|
|
height: calc((100% - 115rem) / 3);
|
|
|
width: 350rem;
|
|
|
// padding: 10rem;
|
|
|
- background-color: rgba(0, 45, 66, 0.5);
|
|
|
+ // background-color: rgba(0, 45, 66, 0.5);
|
|
|
z-index: 1000;
|
|
|
font-size: 16rem;
|
|
|
color: white;
|
|
@@ -225,7 +225,7 @@
|
|
|
height: calc((100% - 115rem) / 3);
|
|
|
width: 350rem;
|
|
|
// padding: 10rem;
|
|
|
- background-color: rgba(0, 45, 66, 0.5);
|
|
|
+ // background-color: rgba(0, 45, 66, 0.5);
|
|
|
z-index: 1000;
|
|
|
font-size: 16rem;
|
|
|
color: white;
|
|
@@ -354,7 +354,7 @@
|
|
|
height: calc((100% - 115rem) / 3);
|
|
|
width: 350rem;
|
|
|
// padding: 10rem;
|
|
|
- background-color: rgba(0, 45, 66, 0.5);
|
|
|
+ // background-color: rgba(0, 45, 66, 0.5);
|
|
|
z-index: 1000;
|
|
|
font-size: 16rem;
|
|
|
color: white;
|