.my-course{ height: 100%; display: flex; flex-direction: column; } .body{ flex: auto; flex-basis: 10px; height: 10px; } .nav-wrap{ display: flex; justify-content: flex-end; text-align: end; margin: 1px 10px 1px 0; } .course-wrap{ margin: 0 12px 10px 12px; } .none-content{ display: flex; flex-direction: column; align-items: center; } text.none-content{ font-size: 16px; } image.none-content{ margin-top: 120rpx; height: 240rpx; width: 220rpx; } .add-course{ position: fixed; right: 0; border-radius: 50%; margin-right: 48rpx; margin-bottom: 36rpx; bottom: 0; width: 45px; height: 45px; background: white; box-shadow: 0.64px 0.42px 3.2px -0.24px #aaaaaa; display: flex; justify-content: center; align-items: center; } .add-course:hover{ opacity: 0.72; }