list.wxss 1.6 KB

1234567891011121314151617181920212223
  1. .septal-bottom-line{border-bottom: 16rpx solid #f1f1f1;}
  2. .content-pad{padding: 14rpx;}
  3. .list{background: #fff;overflow: hidden;}
  4. .list .listBan{height:552rpx;position:relative;overflow:hidden; border-radius: 12rpx;}
  5. .listBan image{width:100%;height:100%;border-radius: 12rpx;}
  6. .listBan .icon {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
  7. .listBan .icon::before{color: #ccc !important;font-size: 120rpx;}
  8. .title {display: flex;padding: 10rpx 0;}
  9. .title-left {width: 450rpx;display: flex;flex-direction: column;}
  10. .title-left > .name {overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
  11. .title-right{width: 240rpx;margin-top: 20rpx;}
  12. .title-right button {outline: none;float: right;line-height: 40rpx;background: #fff;padding: 4rpx 20rpx;border:2rpx solid #EE3A43; font-size: 28rpx;color: #EE3A43;}
  13. .title-right button:first-child {background: #EE3A43;color: #fff;margin-left: 10rpx;}
  14. .title-left-time .icon{font-family: 'icomoon'; margin-right: 10rpx;vertical-align: middle;}
  15. .title-left-time {font-size: 24rpx;color:#EE3A43;padding: 10rpx 0;}
  16. .title-left-time text:last-child {margin-left: 10rpx; padding: 0 10rpx; line-height: 28rpx; border: 2rpx solid #EE3A43;}
  17. .title-left-time.green {color: #07c160;}
  18. .title-left-time.green .icon::before{color: #07c160 !important;}
  19. .title-left-time.green text:last-child {margin-left: 10rpx;border: 2rpx solid #07c160;}
  20. .title-left-time.gray {color: #999;}
  21. .title-left-time.gray .icon::before{color: #999 !important;}
  22. .title-left-time.gray text:last-child {margin-left: 10rpx;border: 2rpx solid #999;}
  23. button::after{ border: none; }