| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- .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;
- }
|