.lessons-box{ display: flex; flex-wrap: wrap; justify-content: space-between; width: 646rpx; border-left: 4rpx solid #005033; border-radius: 15rpx; margin: 40rpx auto; padding: 25rpx; box-shadow: 0 15rpx 20rpx #eee; background: #FFF; } .lessons-type{ color: #FFF; background: #005033; line-height: 30rpx; height: 30rpx; margin-top: 20rpx; font-size: 24rpx; margin-right: 10rpx; padding: 0 5rpx; border-radius: 10rpx; font-weight: 400; } .lessons-title,.lessons-flag,.lessons-room,.lessons-teacher{ height: 55rpx; line-height: 55rpx; } .lessons-title{ font-size: 32rpx; width: 500rpx; margin-right: auto; } .lessons-flag{ color: #005033; } .lessons-flag-ed{ color: #999; } .lessons-room,.lessons-teacher{ width: 100%; } .lessons-teacher,.lessons-date-box{ color: #999; font-size: 28rpx; } .apply-btn{ height: 60rpx; line-height: 60rpx; width: 180rpx; margin-left: auto; text-align: center; border: 1px solid #005033; border-radius: 100rpx; color: #005033; font-size: 28rpx; } .more-btn{ height: 60rpx; line-height: 60rpx; color: #999; }