|
@@ -188,7 +188,7 @@ export default {
|
|
|
height: 100%;
|
|
|
.nav {
|
|
|
background: url("../../assets/learncenter/Homebg2.png") no-repeat center;
|
|
|
- background-size: 100% 100%;
|
|
|
+ background-size: cover;
|
|
|
height: 64px;
|
|
|
border-bottom-left-radius: 20px;
|
|
|
border-bottom-right-radius: 20px;
|
|
@@ -244,7 +244,7 @@ export default {
|
|
|
.main {
|
|
|
min-height: 100%;
|
|
|
padding-top: 52px;
|
|
|
- background: #e5e5e5;
|
|
|
+ background: #f6f6f6;
|
|
|
padding-bottom: 20px;
|
|
|
}
|
|
|
.paging {
|