lessonsList.wxss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. .lessons-box{
  2. display: flex;
  3. flex-wrap: wrap;
  4. justify-content: space-between;
  5. width: 646rpx;
  6. border-left: 4rpx solid #cc6031;
  7. border-radius: 15rpx;
  8. margin: 40rpx auto;
  9. padding: 25rpx;
  10. box-shadow: 0 15rpx 20rpx #eee;
  11. }
  12. .lessons-type{
  13. color: #FFF;
  14. background: #cc6031;
  15. line-height: 30rpx;
  16. height: 30rpx;
  17. margin-top: 20rpx;
  18. font-size: 24rpx;
  19. margin-right: 10rpx;
  20. padding: 0 5rpx;
  21. border-radius: 10rpx;
  22. font-weight: 400;
  23. }
  24. .lessons-title,.lessons-flag,.lessons-room,.lessons-teacher{
  25. height: 55rpx;
  26. line-height: 55rpx;
  27. }
  28. .lessons-title{
  29. font-size: 32rpx;
  30. width: 500rpx;
  31. }
  32. .lessons-flag{
  33. color: #cc6031;
  34. }
  35. .lessons-flag-ed{
  36. color: #999;
  37. }
  38. .lessons-room,.lessons-teacher{
  39. width: 100%;
  40. }
  41. .lessons-teacher,.lessons-date-box{
  42. color: #999;
  43. font-size: 28rpx;
  44. }
  45. .apply-btn{
  46. height: 60rpx;
  47. line-height: 60rpx;
  48. width: 180rpx;
  49. margin-left: auto;
  50. text-align: center;
  51. border: 1px solid #cc6031;
  52. border-radius: 100rpx;
  53. color: #cc6031;
  54. font-size: 28rpx;
  55. }
  56. .more-btn{
  57. height: 60rpx;
  58. line-height: 60rpx;
  59. color: #999;
  60. }