|
@@ -1978,8 +1978,7 @@ export default {
|
|
.courseItem {
|
|
.courseItem {
|
|
width: 299px;
|
|
width: 299px;
|
|
height: 70px;
|
|
height: 70px;
|
|
- background: #3681fc;
|
|
|
|
- color: #fff;
|
|
|
|
|
|
+ background: #f0f4fa;
|
|
border-radius: 8px;
|
|
border-radius: 8px;
|
|
margin-right: 16px;
|
|
margin-right: 16px;
|
|
margin-bottom: 16px;
|
|
margin-bottom: 16px;
|
|
@@ -2003,11 +2002,13 @@ export default {
|
|
.jdAndTask > div:nth-child(1) {
|
|
.jdAndTask > div:nth-child(1) {
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
|
+ color: #0e1e33;
|
|
margin-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|
|
.jdAndTask > div:nth-child(2) {
|
|
.jdAndTask > div:nth-child(2) {
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
|
|
+ color: #717c8d;
|
|
max-width: 180px;
|
|
max-width: 180px;
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
overflow: hidden;
|