.goodsDetails{ background: #FFF; padding:0 30rpx; font-size: 30rpx; } .title{ padding: 30rpx; font-size: 32rpx; font-weight: 600; } .goodsDetails > view{ padding: 15rpx; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .ccxx_btm_item { font-size: 24rpx; color: #333333; line-height: 36rpx; display: flex; justify-content: space-between; align-items: center; padding: 0rpx 20rpx; } .playlog-item { display: flex; } /*时间轴*/ .playlog-item .dotline { width: 35px; position: relative; } /*竖线*/ .playlog-item .dotline .line { width: 1px; height: 100%; background: #E4E7ED; position: absolute; top: 15px; left: 15px; } /*圆点*/ .playlog-item .dotline .dot .dotMin{ width: 8px; height: 8px; background: #E4E7ED; position: absolute; top: 3px; left: 4px; border-radius: 50%; } .playlog-item .dotline .dot { width: 8px; height: 8px; background: #fff; position: absolute; top: 10px; left: 8px; border-radius: 50%; } .playlog-item .dotline .time { width: 100%; position: absolute; margin-top: 30px; z-index: 99; font-size: 12px; color: #777; text-align: center; } .playlog-item .content { width: 100%; display: flex; flex-direction: column; /* margin: 7px 0; */ margin: 7rpx 0 7rpx 10rpx; } .playlog-item .content .chapter { font-size: 30rpx; line-height: 68rpx; color: #444; white-space: normal; padding-right: 10px; } .playlog-item .content .course { font-size: 28rpx; color: #999999; } .playlog-item .content .time{ font-size: 24rpx; color: #303133; }