|
@@ -10,7 +10,9 @@
|
|
|
/>
|
|
/>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="right">
|
|
<div class="right">
|
|
|
- <div class="right_top"></div>
|
|
|
|
|
|
|
+ <div class="right_top">
|
|
|
|
|
+ <div class="top_left"></div>
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
<!-- <video :src="address" controls autoplay muted style="width: 100%; height: 100%"> </video> -->
|
|
<!-- <video :src="address" controls autoplay muted style="width: 100%; height: 100%"> </video> -->
|
|
|
</div>
|
|
</div>
|
|
@@ -77,7 +79,19 @@
|
|
|
position: relative;
|
|
position: relative;
|
|
|
height: 364px;
|
|
height: 364px;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- background-color: rebeccapurple;
|
|
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ flex-direction: row;
|
|
|
|
|
+ // background-color: rebeccapurple;
|
|
|
|
|
+ .top_left {
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ margin-top: 90px;
|
|
|
|
|
+ margin-left: 1.9%;
|
|
|
|
|
+ height: 234px;
|
|
|
|
|
+ width: 42%;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ flex-direction: row;
|
|
|
|
|
+ background-color: rebeccapurple;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|