|
@@ -4334,7 +4334,7 @@ export default {
|
|
|
.courseIndex > div:nth-child(1) {
|
|
|
margin: 0 20px;
|
|
|
padding-left: 5px;
|
|
|
- font-size: 24px;
|
|
|
+ font-size: 26px;
|
|
|
width: 100px;
|
|
|
font-weight: bold;
|
|
|
border-left: 4px solid #3363b9;
|
|
@@ -4343,8 +4343,8 @@ export default {
|
|
|
line-height: 35px;
|
|
|
}
|
|
|
.courseIndex > div:nth-child(2) {
|
|
|
- font-size: 23px;
|
|
|
- width: 300px;
|
|
|
+ font-size: 25px;
|
|
|
+ width: 350px;
|
|
|
white-space: nowrap;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|