startClass.wxss 742 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. page {
  2. background-color: #f2f2f2;
  3. }
  4. .class_box {
  5. width: 710rpx;
  6. margin-left: 20rpx;
  7. height: 200rpx;
  8. margin-top: 20rpx;
  9. background-color: #fff;
  10. border-radius: 5rpx;
  11. box-shadow: inset;
  12. }
  13. .scimg {
  14. width: 150rpx;
  15. height: 141rpx;
  16. float: left;
  17. margin-top: 30rpx;
  18. margin-left: 20rpx;
  19. border-radius: 5rpx;
  20. }
  21. .sctext {
  22. float: right;
  23. height: 141rpx;
  24. width: 530rpx;
  25. margin-top: 10rpx;
  26. }
  27. .t1 {
  28. color: #eb3f33;
  29. font-size: 25rpx;
  30. margin-top: 10rpx;
  31. font-weight: 700;
  32. width: 500rpx;
  33. overflow: hidden;
  34. text-overflow:ellipsis;
  35. white-space: nowrap;
  36. }
  37. .t2 {
  38. color: #999999;
  39. font-size: 24rpx;
  40. margin-top: 10rpx;
  41. width: 500rpx;
  42. overflow: hidden;
  43. text-overflow:ellipsis;
  44. white-space: nowrap;
  45. }