@@ -34,7 +34,6 @@ export default {
background-image: url(../assets/images/course/head-back.png);
position: fixed;
top: 0;
- z-index: 9;
.back {
width: 0.3rem;
height: 0.3rem;
@@ -127,7 +127,7 @@ export default {
cursor: pointer;
}
.title {
- font-size: 20px;
+ font-size: 16px;
.btn {
font-size: 14px;
@@ -43,7 +43,7 @@ export default {
<style lang="scss" scoped>
.chapBox {
- min-height: calc(100% - 370px - 50px - 20px);
+ min-height: calc(100% - 350px - 50px - 20px);
border-top: 20px solid #e8ebf2;
.chapTop {
display: flex;
@@ -91,7 +91,7 @@ $pad: 0 10px 10px 0;
$font: 15px;
.courseBox {
margin-top: 50px;
- min-height: 370px;
+ min-height: 350px;
.courseTop {
.courseImg {
width: 100%;
@@ -131,7 +131,6 @@ export default {
.classBox {
height: 50px;
- padding-bottom: 10px;
box-sizing: border-box;
position: relative;
> div:nth-child(2) {
@@ -155,7 +154,7 @@ export default {
flex-wrap: nowrap;
align-items: flex-start;
justify-content: flex-start;
- padding-top: 10px;
+ padding-top: 15px;
> div:nth-child(1) {
font-size: 16px;