1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- .lin-search{padding: 8px 10px;background-color: #fff;}
- .lin-search img{width: 29px;}
- .lin-search div{text-align: center;border-radius: 5px;line-height: 29px;background-color: #f2f4f6;color: #999;}
- .load-more { background-color: #FFF; text-align: center;font-size: 14px;color: #909090;padding: 8px 0px;}
- .c-main { position: relative; }
- .my-work-secflo .patient-face { margin: 11px 10px 10px 0px; }
- .n-list > .n-list-link:last-child {border-bottom: 1px solid #f1f1f1;}
- .n-list > li { border-top: 0; }
- .n-list > li .n-list-info { border-top: 1px solid #f1f1f1; }
- .weixin-icon { width: 20px; height: 17px; margin-top: 0px; margin-right: 5px; }
- .xuetang-icon { width: 12px; height: 23px; margin-top: 0px; margin-right: 0px; }
- .xueya-icon { width: 15px; height: 18px; margin-top: 0px; margin-right: 8px; }
- .lin-sel-group{position: fixed;top: 45px;background: #fff;width: 100%;z-index: 11;display: none;max-height: 260px;overflow: scroll;overflow-x: hidden;overflow-y: scroll;}
- .lin-sel-group li{text-align: center;color: #17b3ec;height: 40px;line-height: 40px;font-size: 16px;border-bottom: 1px solid #f2f4f6;}
- .lin-sel-group img{width: 20px;margin: 10px;display: none;}
- .lin-sel-group li.checked img{display: inline;}
- .lin-mask{position: absolute;top: 45px;height: 100%;width: 100%;height: 100%;z-index: 10;display: none;background-color: rgba(0,0,0,0.5);}
- .lin-down-arrow{position: relative;top: -2px;left: 5px;height: 10px;width: 10px;border-bottom: 3px solid #fff;border-right: 3px solid #fff;display: inline-block;transform:rotate(45deg);-webkit-transform:rotate(45deg); zoom: 1;box-sizing: border-box;}
- .mb-head{background-color: #fff;padding: 15px 0px 10px 0px;color: #333;font-size: 14px;text-align: center;}
- .mb-tag{display: -webkit-box;width: 100%;}
- .mb-tag li{width: 33.33333333%;position: relative;}
- .mb-tag li .line{position: absolute;right: 0px;top: 13px;width: 1px;height: 25px;background-color: #ececec;}
- .mb-tag li.active{color: #17B3EC;}
- .mb-tag li div:nth-child(1){font-size: 20px;font-weight: bold;}
- .demo-comtop{box-shadow: none;-webkit-box-shadow: none;}
- .h45{height: 44px!important;}
- .mb-em{color: #909090;font-size: 12px;display: inline-block;margin-left: 6px;}
- .n-list > li:first-child .n-list-info{border-top:none ;}
- .mj-flex{display: flex;align-items: center;display: -webkit-flex;-webkit-align-items: center;padding-top: 5px;}
- .mb-icon-round{width: 40px;height: 40px;border-radius: 50%;text-align: center;line-height: 39px;font-size: 16px;}
- .mb-icon-round.red{border: solid 1px #FF4c4c;color: #FF4c4c;}
- .mb-icon-round.orange{border: solid 1px #FFc691;color: #FFc691;}
- .mb-icon-round.green{border: solid 1px #06bf04;color: #06bf04;}
- .mb-icon-flex{display: flex;display: -webkit-flex;justify-content: flex-end;-webkit-justify-content: flex-end;align-items: center;-webkit-align-items: center;}
- .mb-noman{font-size: 14px;color: #333;text-align: center;}
- .no-result-img{margin-top: 120px;}
- .mb-yu{ width: 36px; height: 18px;margin-left: 5px;}
- .all-people{
- position: relative;
- }
- .all-people:after{
- content: '';
- position: absolute;
- height: 25px;
- width: 1px;
- background-color: #e1e1e1;
- top: 50%;
- margin-top: -13px;
- right: 0;
- }
- .all-people.active p,
- .new-people.active p{
- color: #17b3ec;
- }
- .yc-box{
- display: inline-block;
- border: 1px solid #ff4c4c;
- font-size: 10px;
- /*height: 17px;*/
- padding: 0 5px;
- line-height: 17px;
- color: #ff4c4c;
- background-color: #fff6f6;
- border-radius: 2px;
- }
|