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