1234567891011121314151617181920212223242526272829303132 |
- .followup-list{padding: 0px 20px;margin: 0;overflow: hidden;}
- .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;}
- .follow-user-info{padding: 10px 40px 10px 15px;position: relative;overflow: hidden;height: 80px;}
- .leave-word-container{min-height:69px;}
- .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;}
- .edu-status,.follow-status{position: absolute;right: 10px;top: -1px;}
- .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;}
- .follow-status[data-status="1"]:before{content: '已完成';background: #c8c8c8;}
- .follow-status[data-status="2"]:before{content: '计划中';background: #19D5C5;}
- .follow-status[data-status="3"]:before{content: '进行中';background: #fca701;}
- .start-time{font-weight: 100;font-size: 14px;}
- .completion-time{margin-bottom: 0;font-size: 13px;}
- .act-type{margin-bottom: 20px;}
- .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;}
- .consultation-list-item:first-child{margin-top: 0px;}
- .pagination{margin: 20px 0px 15px;}
- .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;}
- .consultation-list{padding: 0px 20px;margin: 0;overflow: hidden;}
- .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;}
- .edu-time{height: 40px;line-height: 40px;position: absolute;right: 10px;top: 0px;}
- .edu-posi-re{position: relative;}
- .edu-status[data-status="0"]:before{content: '未读';background: #fca701;}
- .edu-status[data-status="1"]:before{content: '已读';background: #19D5C5;}
- .detail_content{margin: 0 10px;}
- .res-list{padding: 17px 10px 6px;}
- .res-title{font-weight: 700;margin-bottom: 0;font-size: 16px;color: #333;border-bottom: 1px solid #ececec;line-height: 1;padding-bottom: 10px;}
- .res-list p{margin-bottom: 16px;color: #333;}
- .res-list p>span:first-child{min-width: 70px;text-align: right;display: inline-block;color: #999;}
- .red{color: #FF6A56;}
- .blue{color: #47ABEF;}
- .green{color: #74BF00;}
- .gray{color: #999;}
|