huanzheByType.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. .face-title {
  2. width: 28px;
  3. height: 28px;
  4. position: absolute;
  5. margin-top: 40px;
  6. margin-left: -29px;
  7. }
  8. .face-title-name {
  9. margin-left: -22px;
  10. margin-top: 43px;
  11. color: white;
  12. font-size: 14px;
  13. }
  14. .lin-down-arrow{
  15. position: relative;
  16. top: -2px;
  17. left: 5px;
  18. height: 10px;
  19. width: 10px;
  20. border-bottom: 3px solid #fff;
  21. border-right: 3px solid #fff;
  22. display: inline-block;
  23. transform:rotate(45deg);
  24. -ms-transform:rotate(45deg); /* IE 9 */
  25. -moz-transform:rotate(45deg); /* Firefox */
  26. -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
  27. -o-transform:rotate(45deg); /* Opera */
  28. zoom: 1;
  29. }
  30. .lin-sel-group{
  31. position: absolute;
  32. top: 45px;
  33. background: #fff;
  34. width: 100%;
  35. z-index: 11;
  36. display: none;
  37. }
  38. .lin-sel-group li{
  39. text-align: center;
  40. color: #17b3ec;
  41. height: 40px;
  42. line-height: 40px;
  43. font-size: 16px;
  44. border-bottom: 1px solid #f2f4f6;
  45. }
  46. .lin-sel-group img{
  47. width: 20px;
  48. margin: 10px;
  49. display: none;
  50. }
  51. .lin-sel-group li.checked img{
  52. display: inline;
  53. }
  54. .lin-mask{
  55. position: absolute;
  56. top: 45px;
  57. height: 100%;
  58. width: 100%;
  59. /*background: #000;*/
  60. height: 100%;
  61. z-index: 10;
  62. display: none;
  63. background-color: rgba(0,0,0,0.5);
  64. }
  65. .lin-search{
  66. padding: 8px 10px;
  67. background-color: #fff;
  68. }
  69. .lin-search img{
  70. width: 29px;
  71. }
  72. .lin-search div{
  73. text-align: center;
  74. border-radius: 5px;
  75. line-height: 29px;
  76. background-color: #f2f4f6;
  77. color: #999;
  78. }
  79. .load-more {background-color: #FFF; text-align: center;padding: 8px 0px;font-size: 14px;color: #909090;}
  80. .l-sanshi-ico { position: absolute; right: 30px; width: 150px; }
  81. .l-sanshi-ico div.ring-blue { margin-top: 5px; }
  82. .c-main { position: relative; }
  83. #top_msg_bar { position: absolute; top: 0; left: 0; width: 100%; padding: 10px; font-size: 12px; color: #FFF; background-color: rgba(0,0,0,0.5); box-sizing: border-box;}
  84. #top_msg_bar .close-btn { position: absolute; right: 10px; width: 18px; height: 18px; }
  85. #handle_link { color: #17BCEC; text-decoration: underline; }
  86. #unassigned_num { color: #17BCEC; }
  87. #group_label_list { padding: 15px 0px ; background-color: #FFF;}
  88. .group-item img { display: block; width: 30px; height: 30px; margin: 0 auto; }
  89. .group-item .item-label { margin-top: 5px; color: #333; font-size: 14px; font-weight: bold; width: 100%; text-align: center; }
  90. .my-work-secflo .patient-face { margin: 10px 10px 10px 0px; }
  91. .n-list > .n-list-link:last-child {
  92. border-bottom: 1px solid #f1f1f1;
  93. }
  94. .n-list > li { border-top: 0; }
  95. .n-list > li .n-list-info { border-top: 1px solid #f1f1f1; }
  96. .n-list > li:first-child .n-list-info { border-top: none; }
  97. .mb-em{color: #909090;font-size: 12px;display: inline-block;margin-left: 6px;}
  98. .mb-yu{ width: 36px; height: 18px;margin-left: 5px;margin-top: 4px;}
  99. .mj-flex{display:-webkit-box;-webkit-box-align:center;padding-top: 5px;}
  100. .weixin-icon { width: 20px; height: 17px; margin-top: 0px; margin-right: 5px; }
  101. .xuetang-icon { width: 12px; height: 21px; margin-top: 0px; margin-right: 0px; }
  102. .xueya-icon { width: 15px; height: 18px; margin-top: 0px; margin-right: 5px; }
  103. .mb-icon-round{width: 40px;height: 40px;border-radius: 50%;text-align: center;line-height: 39px;font-size: 16px;}
  104. .mb-icon-round.red{border: solid 1px #FF4c4c;color: #FF4c4c;}
  105. .mb-icon-round.orange{border: solid 1px #FFc691;color: #FFc691;}
  106. .mb-icon-round.green{border: solid 1px #06bf04;color: #06bf04;}
  107. .mb-icon-flex{display: flex;display: -webkit-flex;justify-content: flex-end;-webkit-justify-content: flex-end;align-items: center;-webkit-align-items: center;}