1.青海大屏
This commit is contained in:
2025-06-19 16:15:43 +08:00
parent 25b8acdda6
commit 2db1e6d33c
21 changed files with 4699 additions and 9 deletions
+21
View File
@@ -0,0 +1,21 @@
.qh-item-d {
display: flex;
flex-direction: column;
justify-content: space-between;
.qh-son-title {
font-size: 30px;
padding: 10px;
color: #ffffff;
}
> div {
&:nth-child(1) {
background: linear-gradient(to right, #0b3d50 0% , #021a24 100% );
}
&:nth-child(2) {
background: #071d34;
flex: 1
}
}
}