Files
xj-screen/src/views/qh/style/index.less
T
weixin 2db1e6d33c update
1.青海大屏
2025-06-19 16:15:43 +08:00

22 lines
418 B
Plaintext

.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
}
}
}