| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 | page {  background: #f6f6f6;}.box {  margin: 20rpx;  background: #ffffff;  display: flex;  border-radius: 20rpx;  padding: 20rpx;}.box .image {  width: 150rpx;  height: 150rpx;  margin-right: 20rpx;  border-radius: 20rpx;}.box .right {  width: 75%;  position: relative;}.box .right .title {  overflow: hidden;  text-overflow: ellipsis;  display: -webkit-box;  -webkit-line-clamp: 1;  -webkit-box-orient: vertical;}.box .right .price {  color: red;  margin-top: 20rpx;}.box .right .time {  color: #c1bcbc;  margin-top: 10rpx;}.box .right .lecturer {  font-size: 28rpx;  margin-top: 20rpx;}.box .right .collection {  position: absolute;  right: 20rpx;  top: 40rpx;  padding: 10rpx 20rpx;  background: #309b9e;  color: #ffffff;  border-radius: 20rpx;}
 |