|
@@ -231,7 +231,7 @@
|
|
|
{{ item.dyName }}
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div style="font-size: 14px; font-weight: 400">
|
|
|
+ <div style="font-size: 14px; font-weight: 400;color:3681FC">
|
|
|
{{ item.chapterInfo[0].taskJson.length }}个任务
|
|
|
</div>
|
|
|
</div>
|
|
@@ -1978,7 +1978,7 @@ export default {
|
|
|
.courseItem {
|
|
|
width: 299px;
|
|
|
height: 70px;
|
|
|
- background: #f0f4fa;
|
|
|
+ background: #DDEBF8;
|
|
|
border-radius: 8px;
|
|
|
margin-right: 16px;
|
|
|
margin-bottom: 16px;
|
|
@@ -2002,13 +2002,13 @@ export default {
|
|
|
.jdAndTask > div:nth-child(1) {
|
|
|
font-size: 18px;
|
|
|
font-weight: bold;
|
|
|
- color: #0e1e33;
|
|
|
+ color: #3681FC;
|
|
|
margin-bottom: 10px;
|
|
|
}
|
|
|
.jdAndTask > div:nth-child(2) {
|
|
|
font-size: 14px;
|
|
|
font-weight: 400;
|
|
|
- color: #717c8d;
|
|
|
+ color: #3681FC;
|
|
|
max-width: 180px;
|
|
|
white-space: nowrap;
|
|
|
overflow: hidden;
|