|
@@ -181,9 +181,10 @@ export default {
|
|
|
|
|
|
.music-wrapper {
|
|
|
margin-top: 5px;
|
|
|
- background: #000000;
|
|
|
+ // background: #000000;
|
|
|
box-sizing: border-box;
|
|
|
padding: 15px;
|
|
|
+ background: linear-gradient(90deg, rgba(86, 17, 247, 0.5) 0%, #4d9efa 100%);
|
|
|
|
|
|
&:last-of-type {
|
|
|
margin-bottom: 0;
|
|
@@ -214,9 +215,11 @@ export default {
|
|
|
}
|
|
|
.knowledge-item-title {
|
|
|
opacity: 0.8;
|
|
|
+ line-height: 1.2rem;
|
|
|
}
|
|
|
.knowledge-item-desc {
|
|
|
- color: #4d4b5e;
|
|
|
+ // color: #4d4b5e;
|
|
|
+ color: #ffffff;
|
|
|
font-size: 0.63rem;
|
|
|
font-family: PingFangSC;
|
|
|
line-height: 0.88rem;
|
|
@@ -232,6 +235,8 @@ export default {
|
|
|
.knowledge-item {
|
|
|
margin-left: 3px;
|
|
|
margin-bottom: 20px;
|
|
|
+ padding-bottom: 10px;
|
|
|
+ border-bottom: 1px solid #676666;
|
|
|
}
|
|
|
}
|
|
|
}
|