|
|
@@ -3,7 +3,7 @@
|
|
|
<div class="course-layout">
|
|
|
<div class="menu-section">
|
|
|
<div class="menu-sticky">
|
|
|
- <div class="header-logo">MOOC</div>
|
|
|
+ <div class="header-logo">SEEC</div>
|
|
|
<div class="course-detail">
|
|
|
{{ course.name }}
|
|
|
<b-loading
|
|
|
@@ -87,7 +87,8 @@ $top-section-height: 4.25rem;
|
|
|
}
|
|
|
.menu-section {
|
|
|
//min-width: $menu-width;
|
|
|
- width: $left-width-calc;
|
|
|
+ //width: $left-width-calc;
|
|
|
+ width: 300px;
|
|
|
/*background: white;*/
|
|
|
/*border-right: 3px solid rgb(159, 148, 254);*/
|
|
|
padding-left: $left-padding-calc;
|
|
|
@@ -95,7 +96,8 @@ $top-section-height: 4.25rem;
|
|
|
z-index: 99;
|
|
|
/*TODO: 寻找更好的图片或背景颜色*/
|
|
|
/*background-image: url("../../assets/sideBar.png");*/
|
|
|
- background-image: linear-gradient(to top, #493a9e 0%, #4f54e9 100%);
|
|
|
+ /*background-image: linear-gradient(to top, #493a9e 0%, #4f54e9 100%);*/
|
|
|
+ background: linear-gradient(to top, #7c71bd 0%, #4f62e9 100%);
|
|
|
background-size: cover;
|
|
|
position: sticky;
|
|
|
overflow-y: auto;
|
|
|
@@ -105,7 +107,9 @@ $top-section-height: 4.25rem;
|
|
|
.menu-sticky {
|
|
|
padding: 0 $menu-padding;
|
|
|
height: 100%;
|
|
|
- width: $menu-width;
|
|
|
+ width: 100%;
|
|
|
+ /*min-width: 300px;*/
|
|
|
+ //width: $menu-width;
|
|
|
.header-logo {
|
|
|
font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont,
|
|
|
"Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",
|
|
|
@@ -118,7 +122,8 @@ $top-section-height: 4.25rem;
|
|
|
line-height: $top-section-height;
|
|
|
margin: 0 -24px;
|
|
|
/* background: black; */
|
|
|
- background-image: linear-gradient(to left, #5a4baf 0%, #161aa7 100%);
|
|
|
+ background-color: #4f62e9;
|
|
|
+ /*background-image: linear-gradient(to left, #4f62e9 0%, #161aa7 100%);*/
|
|
|
padding-left: 24px;
|
|
|
a {
|
|
|
color: #3d70b2;
|