manbingjumin.css 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .lin-search{padding: 8px 10px;background-color: #fff;}
  2. .lin-search img{width: 29px;}
  3. .lin-search div{text-align: center;border-radius: 5px;line-height: 29px;background-color: #f2f4f6;color: #999;}
  4. .load-more { background-color: #FFF; text-align: center;font-size: 14px;color: #909090;padding: 8px 0px;}
  5. .c-main { position: relative; }
  6. .my-work-secflo .patient-face { margin: 11px 10px 10px 0px; }
  7. .n-list > .n-list-link:last-child {border-bottom: 1px solid #f1f1f1;}
  8. .n-list > li { border-top: 0; }
  9. .n-list > li .n-list-info { border-top: 1px solid #f1f1f1; }
  10. .weixin-icon { width: 20px; height: 17px; margin-top: 0px; margin-right: 5px; }
  11. .xuetang-icon { width: 12px; height: 23px; margin-top: 0px; margin-right: 0px; }
  12. .xueya-icon { width: 15px; height: 18px; margin-top: 0px; margin-right: 8px; }
  13. .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;}
  14. .lin-sel-group li{text-align: center;color: #17b3ec;height: 40px;line-height: 40px;font-size: 16px;border-bottom: 1px solid #f2f4f6;}
  15. .lin-sel-group img{width: 20px;margin: 10px;display: none;}
  16. .lin-sel-group li.checked img{display: inline;}
  17. .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);}
  18. .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;}
  19. .mb-head{background-color: #fff;padding: 15px 0px 10px 0px;color: #333;font-size: 14px;text-align: center;}
  20. .mb-tag{display: -webkit-box;width: 100%;}
  21. .mb-tag li{width: 33.33333333%;position: relative;}
  22. .mb-tag li .line{position: absolute;right: 0px;top: 13px;width: 1px;height: 25px;background-color: #ececec;}
  23. .mb-tag li.active{color: #17B3EC;}
  24. .mb-tag li div:nth-child(1){font-size: 20px;font-weight: bold;}
  25. .demo-comtop{box-shadow: none;-webkit-box-shadow: none;}
  26. .h45{height: 44px!important;}
  27. .mb-em{color: #909090;font-size: 12px;display: inline-block;margin-left: 6px;}
  28. .n-list > li:first-child .n-list-info{border-top:none ;}
  29. .mj-flex{display: flex;align-items: center;display: -webkit-flex;-webkit-align-items: center;padding-top: 5px;}
  30. .mb-icon-round{width: 40px;height: 40px;border-radius: 50%;text-align: center;line-height: 39px;font-size: 16px;}
  31. .mb-icon-round.red{border: solid 1px #FF4c4c;color: #FF4c4c;}
  32. .mb-icon-round.orange{border: solid 1px #FFc691;color: #FFc691;}
  33. .mb-icon-round.green{border: solid 1px #06bf04;color: #06bf04;}
  34. .mb-icon-flex{display: flex;display: -webkit-flex;justify-content: flex-end;-webkit-justify-content: flex-end;align-items: center;-webkit-align-items: center;}
  35. .mb-noman{font-size: 14px;color: #333;text-align: center;}
  36. .no-result-img{margin-top: 120px;}
  37. .mb-yu{ width: 36px; height: 18px;margin-left: 5px;}
  38. .all-people{
  39. position: relative;
  40. }
  41. .all-people:after{
  42. content: '';
  43. position: absolute;
  44. height: 25px;
  45. width: 1px;
  46. background-color: #e1e1e1;
  47. top: 50%;
  48. margin-top: -13px;
  49. right: 0;
  50. }
  51. .all-people.active p,
  52. .new-people.active p{
  53. color: #17b3ec;
  54. }
  55. .yc-box{
  56. display: inline-block;
  57. border: 1px solid #ff4c4c;
  58. font-size: 10px;
  59. /*height: 17px;*/
  60. padding: 0 5px;
  61. line-height: 17px;
  62. color: #ff4c4c;
  63. background-color: #fff6f6;
  64. border-radius: 2px;
  65. }