myTraining.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. .class_box {
  2. width: 710rpx;
  3. margin-left: 20rpx;
  4. /* height: 200rpx; */
  5. /* border: 1px solid red; */
  6. margin-top: 30rpx;
  7. box-shadow: #f2f2f2 0px 0px 20rpx;
  8. }
  9. .scimg {
  10. width: 150rpx;
  11. height: 141rpx;
  12. float: left;
  13. margin-top: 30rpx;
  14. margin-left: 20rpx;
  15. }
  16. .sctext {
  17. float: right;
  18. width: 510rpx;
  19. margin-top: 30rpx;
  20. margin-left: 20rpx;
  21. }
  22. .t1 {
  23. color: #eb3f33;
  24. font-size: 25rpx;
  25. font-weight: 700;
  26. width: 460rpx;
  27. overflow: hidden;
  28. text-overflow:ellipsis;
  29. white-space: nowrap;
  30. }
  31. .t2 {
  32. color: #999999;
  33. font-size: 24rpx;
  34. margin-top: 10rpx;
  35. width: 460rpx;
  36. overflow: hidden;
  37. text-overflow:ellipsis;
  38. white-space: nowrap;
  39. /* padding-bottom: 50rpx; */
  40. }
  41. .t3 {
  42. color: #999999;
  43. font-size: 24rpx;
  44. margin-top: 10rpx;
  45. padding-bottom: 20rpx;
  46. width: 460rpx;
  47. overflow: hidden;
  48. text-overflow:ellipsis;
  49. white-space: nowrap;
  50. /* padding-bottom: 50rpx; */
  51. }
  52. .nodata {
  53. position: absolute;
  54. top: 285rpx;
  55. left: 205rpx;
  56. width: 340rpx;
  57. height: 262rpx;
  58. }
  59. .nodata_text {
  60. position: absolute;
  61. top: 550rpx;
  62. left: 310rpx;
  63. font-size: 30rpx;
  64. color: #666666;
  65. }