12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- .lessons-box{
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- width: 646rpx;
- border-left: 4rpx solid #cc6031;
- border-radius: 15rpx;
- margin: 40rpx auto;
- padding: 25rpx;
- box-shadow: 0 15rpx 20rpx #eee;
- }
- .lessons-type{
- color: #FFF;
- background: #cc6031;
- 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: #cc6031;
- }
- .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 #cc6031;
- border-radius: 100rpx;
- color: #cc6031;
- font-size: 28rpx;
- }
- .more-btn{
- height: 60rpx;
- line-height: 60rpx;
- color: #999;
- }
|