reserved.css 2.9 KB

1234567891011121314151617181920212223242526272829303132
  1. .followup-list{padding: 0px 20px;margin: 0;overflow: hidden;}
  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. .edu-status,.follow-status{position: absolute;right: 10px;top: -1px;}
  7. .edu-status:before,.follow-status:before{content: '';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="1"]:before{content: '已完成';background: #c8c8c8;}
  9. .follow-status[data-status="2"]:before{content: '计划中';background: #19D5C5;}
  10. .follow-status[data-status="3"]:before{content: '进行中';background: #fca701;}
  11. .start-time{font-weight: 100;font-size: 14px;}
  12. .completion-time{margin-bottom: 0;font-size: 13px;}
  13. .act-type{margin-bottom: 20px;}
  14. .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;}
  15. .consultation-list-item:first-child{margin-top: 0px;}
  16. .pagination{margin: 20px 0px 15px;}
  17. .fu-tag{display: inline-block; background-color: #12b7f5; color: #fff; font-size: 12px; height: 20px; line-height: 20px; width: 50px; text-align: center; margin-left: 10px; font-weight: normal; border-radius: 10px;}
  18. .consultation-list{padding: 0px 20px;margin: 0;overflow: hidden;}
  19. .edu-title{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: 210px;}
  20. .edu-time{height: 40px;line-height: 40px;position: absolute;right: 10px;top: 0px;}
  21. .edu-posi-re{position: relative;}
  22. .edu-status[data-status="0"]:before{content: '未读';background: #fca701;}
  23. .edu-status[data-status="1"]:before{content: '已读';background: #19D5C5;}
  24. .detail_content{margin: 0 10px;}
  25. .res-list{padding: 17px 10px 6px;}
  26. .res-title{font-weight: 700;margin-bottom: 0;font-size: 16px;color: #333;border-bottom: 1px solid #ececec;line-height: 1;padding-bottom: 10px;}
  27. .res-list p{margin-bottom: 16px;color: #333;}
  28. .res-list p>span:first-child{min-width: 70px;text-align: right;display: inline-block;color: #999;}
  29. .red{color: #FF6A56;}
  30. .blue{color: #47ABEF;}
  31. .green{color: #74BF00;}
  32. .gray{color: #999;}