follow-up.css 1.4 KB

123456789101112
  1. .consultation-list{padding: 20px 20px 0;margin: 0;}
  2. .consultation-list-item{cursor: pointer;list-style: none;border: 1px solid #d7dce6;margin-top: 20px;min-height: 80px;border-radius: 8px;overflow: hidden;position: relative;}
  3. .follow-user-info{padding: 10px 40px 10px 15px;position: relative;overflow: hidden;height: 80px;}
  4. .leave-word-container{min-height:69px;}
  5. .follow-up-doctor{font-weight: 700;color: #333;font-size: 16px;border-bottom: 1px solid #d7dce6;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding-left: 20px;height: 40px;line-height: 40px;margin-bottom: 0;padding-right: 10px;}
  6. .follow-status{position: absolute;right: 10px;top: -1px;}
  7. .follow-status:before{content: '进行中';background: #fca701;width: 26px;height: auto;color: #fff;display: inline-block;line-height: 1.2;font-size: 13px;text-align: center;padding: 5px 5px 8px;border-bottom-left-radius: 13px;border-bottom-right-radius: 13px;}
  8. .follow-status[data-status="2"]:before{content: '已完成';background: #12b7f5;}
  9. .start-time{font-weight: 100;font-size: 14px;}
  10. .completion-time{margin-bottom: 0;font-size: 13px;}
  11. .act-type{margin-bottom: 20px;}
  12. .leave-word{margin-bottom: 0;font-size: 12px;text-overflow: -o-ellipsis-lastline;text-overflow: -webkit-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;text-overflow:display: -o-box;-webkit-line-clamp:3;-o-line-clamp:3;-webkit-box-orient: vertical;-o-box-orient: vertical;}