|
|
@@ -1052,6 +1052,7 @@ export default {
|
|
|
color: #fff;
|
|
|
}
|
|
|
.vedioLinks {
|
|
|
+ width: vw(205);
|
|
|
position: absolute;
|
|
|
bottom: -25px;
|
|
|
background: #dae7f6;
|
|
|
@@ -1063,6 +1064,10 @@ export default {
|
|
|
border-radius: 5px;
|
|
|
font-size: 12px;
|
|
|
right: 28px;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
span {
|
|
|
text-decoration: underline;
|
|
|
}
|
|
|
@@ -1070,7 +1075,7 @@ export default {
|
|
|
position: absolute;
|
|
|
top: 12px;
|
|
|
/* transform: rotate(270deg); */
|
|
|
- /* right: 5px; */
|
|
|
+ right: -8px;
|
|
|
color: #dae7f6;
|
|
|
}
|
|
|
}
|