recordDetails.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. .goodsDetails{
  2. background: #FFF;
  3. padding:0 30rpx;
  4. font-size: 30rpx;
  5. }
  6. .title{
  7. padding: 30rpx;
  8. font-size: 32rpx;
  9. font-weight: 600;
  10. }
  11. .goodsDetails > view{
  12. padding: 15rpx;
  13. overflow: hidden;
  14. white-space: nowrap;
  15. text-overflow: ellipsis;
  16. }
  17. .ccxx_btm_item {
  18. font-size: 24rpx;
  19. color: #333333;
  20. line-height: 36rpx;
  21. display: flex;
  22. justify-content: space-between;
  23. align-items: center;
  24. padding: 0rpx 20rpx;
  25. }
  26. .playlog-item {
  27. display: flex;
  28. }
  29. /*时间轴*/
  30. .playlog-item .dotline {
  31. width: 35px;
  32. position: relative;
  33. }
  34. /*竖线*/
  35. .playlog-item .dotline .line {
  36. width: 1px;
  37. height: 100%;
  38. background: #E4E7ED;
  39. position: absolute;
  40. top: 15px;
  41. left: 15px;
  42. }
  43. /*圆点*/
  44. .playlog-item .dotline .dot .dotMin{
  45. width: 8px;
  46. height: 8px;
  47. background: #E4E7ED;
  48. position: absolute;
  49. top: 3px;
  50. left: 4px;
  51. border-radius: 50%;
  52. }
  53. .playlog-item .dotline .dot {
  54. width: 8px;
  55. height: 8px;
  56. background: #fff;
  57. position: absolute;
  58. top: 10px;
  59. left: 8px;
  60. border-radius: 50%;
  61. }
  62. .playlog-item .dotline .time {
  63. width: 100%;
  64. position: absolute;
  65. margin-top: 30px;
  66. z-index: 99;
  67. font-size: 12px;
  68. color: #777;
  69. text-align: center;
  70. }
  71. .playlog-item .content {
  72. width: 100%;
  73. display: flex;
  74. flex-direction: column;
  75. /* margin: 7px 0; */
  76. margin: 7rpx 0 7rpx 10rpx;
  77. }
  78. .playlog-item .content .chapter {
  79. font-size: 30rpx;
  80. line-height: 68rpx;
  81. color: #444;
  82. white-space: normal;
  83. padding-right: 10px;
  84. }
  85. .playlog-item .content .course {
  86. font-size: 28rpx;
  87. color: #999999;
  88. }
  89. .playlog-item .content .time{
  90. font-size: 24rpx;
  91. color: #303133;
  92. }