index.scss 331 Bytes
Newer Older
zhanghaozhe committed
1
@import "src/assets/css/variable";
2 3 4 5 6 7 8 9 10 11 12
/*
底部查看所有课程
*/
.all-course {
  width: 100%;
  padding: 20px 15px 30px 15px;
  text-align: center;
  margin-bottom: 50px;
  background: #fff;

  p {
xuzhenghua committed
13
    color: $active;
14 15 16 17 18
    font-size: 16px;
    margin-bottom: 10px;
  }

  span {
xuzhenghua committed
19
    color: $color_525B65;
20 21 22
    font-size: 12px;
  }
}