22 lines
418 B
Plaintext
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
|
|
}
|
|
}
|
|
}
|