新版式
This commit is contained in:
@@ -123,7 +123,7 @@
|
|||||||
background: linear-gradient(321deg, #0b2f64 0%, #062b57 100%);
|
background: linear-gradient(321deg, #0b2f64 0%, #062b57 100%);
|
||||||
&-header {
|
&-header {
|
||||||
padding: vh(12) vw(12);
|
padding: vh(12) vw(12);
|
||||||
height: vh(330);
|
min-height: vh(330);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
|
|||||||
@@ -468,7 +468,7 @@
|
|||||||
.empty-box{
|
.empty-box{
|
||||||
display:flex;
|
display:flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-size:vw(40);
|
font-size: font-vw(40);
|
||||||
// height:vh(750);
|
// height:vh(750);
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
@@ -635,7 +635,7 @@
|
|||||||
}
|
}
|
||||||
&-item__title--error {
|
&-item__title--error {
|
||||||
@extend .video-item__title;
|
@extend .video-item__title;
|
||||||
font-size:vw(20);
|
font-size: font-vw(20);
|
||||||
background-color: rgba(226, 27, 27, 0.72);
|
background-color: rgba(226, 27, 27, 0.72);
|
||||||
}
|
}
|
||||||
&-item__title--primary {
|
&-item__title--primary {
|
||||||
@@ -684,7 +684,7 @@
|
|||||||
}
|
}
|
||||||
&-right {
|
&-right {
|
||||||
margin-left: vw(8);
|
margin-left: vw(8);
|
||||||
width: vw(440);
|
width: vw(540);
|
||||||
height: vh(1890);
|
height: vh(1890);
|
||||||
background: #082f5a;
|
background: #082f5a;
|
||||||
.back-box {
|
.back-box {
|
||||||
@@ -752,18 +752,18 @@
|
|||||||
}
|
}
|
||||||
&-title--error {
|
&-title--error {
|
||||||
// @extend .item-title;
|
// @extend .item-title;
|
||||||
font-size:vw(22);
|
font-size:font-vw(22);
|
||||||
background-color: rgba(226, 27, 27, 0.72);
|
background-color: rgba(226, 27, 27, 0.72);
|
||||||
}
|
}
|
||||||
&-title--primary {
|
&-title--primary {
|
||||||
// @extend .item-title;
|
// @extend .item-title;
|
||||||
font-size:vw(20);
|
font-size: font-vw(20);
|
||||||
padding:vw(10);
|
padding:vw(10);
|
||||||
background-color: rgba(4, 30, 69, 0.72);
|
background-color: rgba(4, 30, 69, 0.72);
|
||||||
}
|
}
|
||||||
&-img {
|
&-img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: vh(164);
|
height: vh(264);
|
||||||
display: block;
|
display: block;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user