* { margin: 0; padding: 0; } .w, .top-bar, .banner, .menu { width: 17.325rem; margin: 0 auto; } html { font-size: 5.33333333vw; background-color: #eff0f4; } a { text-decoration: none; } .top-bar { display: flex; height: 4.375rem; line-height: 4.375rem; justify-content: space-between; align-items: center; } .top-bar a { color: #24253d; font-size: 1.25rem; } .top-bar a i { color: #999; font-size: 1rem; } .banner img { width: 100%; } .menu { height: 8.225rem; display: flex; flex-flow: row wrap; justify-content: space-between; align-content: space-evenly; } .menu a { width: 8.175rem; height: 2.6rem; line-height: 2.6rem; color: white; border-radius: 0.25rem; } .menu a i { margin: 0 0.5rem 0 0.95rem; } .menu .course { background-color: #f97053; } .menu .star { background-color: #cd6efe; } .menu .sub { background-color: #fe4479; } .menu .download { background-color: #1bc4fb; } /*# sourceMappingURL=./style.css.map */