新版式

This commit is contained in:
duanliang
2025-11-25 01:07:20 +08:00
parent 7d28f8b0a4
commit 974b307258
2 changed files with 7 additions and 7 deletions

View File

@@ -123,7 +123,7 @@
background: linear-gradient(321deg, #0b2f64 0%, #062b57 100%);
&-header {
padding: vh(12) vw(12);
height: vh(330);
min-height: vh(330);
box-sizing: border-box;
display: flex;
align-items: flex-start;

View File

@@ -468,7 +468,7 @@
.empty-box{
display:flex;
align-items: center;
font-size:vw(40);
font-size: font-vw(40);
// height:vh(750);
justify-content: center;
text-align:center;
@@ -635,7 +635,7 @@
}
&-item__title--error {
@extend .video-item__title;
font-size:vw(20);
font-size: font-vw(20);
background-color: rgba(226, 27, 27, 0.72);
}
&-item__title--primary {
@@ -684,7 +684,7 @@
}
&-right {
margin-left: vw(8);
width: vw(440);
width: vw(540);
height: vh(1890);
background: #082f5a;
.back-box {
@@ -752,18 +752,18 @@
}
&-title--error {
// @extend .item-title;
font-size:vw(22);
font-size:font-vw(22);
background-color: rgba(226, 27, 27, 0.72);
}
&-title--primary {
// @extend .item-title;
font-size:vw(20);
font-size: font-vw(20);
padding:vw(10);
background-color: rgba(4, 30, 69, 0.72);
}
&-img {
width: 100%;
height: vh(164);
height: vh(264);
display: block;
object-fit: cover;
}