new_jiankangtizheng.css 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356
  1. .face-title { width: 28px; height: 28px; position: absolute; margin-top: 40px; margin-left: -29px; }
  2. .face-title-name { margin-left: -22px; margin-top: 43px; color: white; font-size: 14px; }
  3. .lin-down-arrow{
  4. position: relative;
  5. top: -2px;
  6. left: 5px;
  7. height: 10px;
  8. width: 10px;
  9. border-bottom: 3px solid #fff;
  10. border-right: 3px solid #fff;
  11. display: inline-block;
  12. transform:rotate(45deg);
  13. -ms-transform:rotate(45deg); /* IE 9 */
  14. -moz-transform:rotate(45deg); /* Firefox */
  15. -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
  16. -o-transform:rotate(45deg); /* Opera */
  17. zoom: 1;
  18. }
  19. .lin-sel-group{
  20. position: fixed;
  21. top: 45px;
  22. background: #fff;
  23. width: 100%;
  24. z-index: 11;
  25. display: none;
  26. max-height: 260px;
  27. overflow: scroll;
  28. overflow-x: hidden;
  29. overflow-y: scroll;
  30. }
  31. .lin-sel-group li{
  32. text-align: center;
  33. color: #17b3ec;
  34. height: 40px;
  35. line-height: 40px;
  36. font-size: 16px;
  37. border-bottom: 1px solid #f2f4f6;
  38. }
  39. .lin-sel-group img{
  40. width: 20px;
  41. margin: 10px;
  42. display: none;
  43. }
  44. .lin-sel-group li.checked img{
  45. display: inline;
  46. }
  47. .lin-mask{
  48. position: absolute;
  49. top: 45px;
  50. height: 100%;
  51. width: 100%;
  52. /*background: #000;*/
  53. height: 100%;
  54. z-index: 10;
  55. display: none;
  56. background-color: rgba(0,0,0,0.5);
  57. }
  58. .lin-search{
  59. padding: 10px 10px 4px 10px;
  60. background-color: #fff;
  61. }
  62. .lin-search img{
  63. width: 29px;
  64. }
  65. .lin-search div{
  66. text-align: center;
  67. border-radius: 5px;
  68. line-height: 29px;
  69. background-color: #f2f4f6;
  70. color: #999;
  71. }
  72. .load-more {background-color: #FFF; text-align: center;padding: 8px 0px;font-size: 14px;color: #909090;}
  73. .l-sanshi-ico { position: absolute; right: 30px; width: 150px; }
  74. .l-sanshi-ico div.ring-blue { margin-top: 5px; }
  75. .c-main { position: relative; }
  76. #top_msg_bar {display: none; position: absolute; top: 0; left: 0; width: 100%; padding: 10px; font-size: 14px; color: #FFF; background-color: rgba(0,0,0,0.5); box-sizing: border-box;}
  77. #top_msg_bar .close-btn { position: absolute; right: 10px; width: 18px; height: 18px; }
  78. #handle_link { color: #17BCEC; text-decoration: underline; }
  79. #unassigned_num { color: #17BCEC; }
  80. #group_label_list { padding: 15px 0px ; background-color: #FFF;}
  81. .group-item img,.group-qytx img { display: block; width: 30px; height: 30px; margin: 0 auto; }
  82. .group-item .item-label,.group-qytx .item-label { margin-top: 5px; color: #323232; font-size: 14px; font-weight: bold; width: 100%; text-align: center; }
  83. .my-work-secflo .patient-face { margin: 11px 10px 10px 0px; }
  84. .n-list > .n-list-link:last-child {
  85. border-bottom: 1px solid #f1f1f1;
  86. }
  87. .n-list > li { border-top: 0; }
  88. .n-list > li .n-list-info { border-top: 1px solid #f1f1f1; }
  89. .n-list > li:first-child .n-list-info { border-top: none; }
  90. .div-wfp, .div-qbjm{
  91. background: #fff;
  92. padding: 10px 15px;
  93. font-size: 16px;
  94. line-height: 30px;
  95. border-bottom: 1px solid #E1E1E1;
  96. border-top: 1px solid #E1E1E1;
  97. }
  98. .mid-bar{
  99. margin: 10px 0px;
  100. display: none;
  101. }
  102. .div-qbjm{
  103. border-top: 0;
  104. }
  105. .div-wfp > img, .div-qbjm > img{
  106. width: 30px;
  107. height: 30px;
  108. border-radius: 50%;
  109. margin-right: 10px;
  110. }
  111. .div-wfp label, .div-qbjm label{
  112. color: #909090;
  113. margin-left: 10px;
  114. font-size: 14px;
  115. }
  116. .mui-scroll-wrapper { position: fixed; height: -moz-calc(100%); height: -webkit-calc(100% ); height: calc(100%); }
  117. .patient-type-big {
  118. width: 100%;
  119. padding: 15px;
  120. background: #fff;
  121. -webkit-box-sizing: border-box;
  122. -moz-box-sizing: border-box;
  123. box-sizing: border-box;
  124. display: box;
  125. display: -webkit-box;
  126. border-bottom: 1px solid #f1f1f1;
  127. }
  128. .patient-type-big h3 {
  129. display: -webkit-box;
  130. display: box;
  131. -webkit-box-flex: 1;
  132. box-flex: 1;
  133. -webkit-box-orient: vertical;
  134. -webkit-box-pack: center;
  135. }
  136. .patient-type-big span,
  137. .patient-type-big .arrow {
  138. display: -webkit-box;
  139. display: box;
  140. -webkit-box-orient: vertical;
  141. -webkit-box-pack: center;
  142. }
  143. .patient-type-big .arrow {
  144. margin-right: -5px;
  145. transition: all 0.3s;
  146. -webkit-transition: all 0.3s;
  147. }
  148. .patient-type-big .arrow .ui-arrow-r {
  149. border-left-color: #cdcdcd;
  150. }
  151. .patient-type-big span {
  152. position: relative;
  153. font-size: 12px;
  154. color: #909090;
  155. }
  156. .patient-type-big.current .arrow {
  157. -webkit-transform: rotate(180deg);
  158. -moz-transform: rotate(180deg);
  159. transform: rotate(180deg);
  160. margin-top: -7px;
  161. transition: all 0.3s;
  162. -webkit-transition: all 0.3s;
  163. }
  164. .mb-em{color: #909090;font-size: 12px;display: inline-block;margin-left: 6px;}
  165. .mb-yu{ width: 36px; height: 18px;margin-left: 5px;margin-top: 4px;}
  166. .mj-flex{display:-webkit-box;-webkit-box-align:center;padding-top: 5px;}
  167. .weixin-icon { width: 20px; height: 17px; margin-top: 0px; margin-right: 5px; }
  168. .xuetang-icon { width: 12px; height: 21px; margin-top: 0px; margin-right: 0px; }
  169. .xueya-icon { width: 15px; height: 18px; margin-top: 0px; margin-right: 5px; }
  170. .mb-icon-round{width: 40px;height: 40px;border-radius: 50%;text-align: center;line-height: 39px;font-size: 16px;}
  171. .mb-icon-round.red{border: solid 1px #FF4c4c;color: #FF4c4c;}
  172. .mb-icon-round.orange{border: solid 1px #FFc691;color: #FFc691;}
  173. .mb-icon-round.green{border: solid 1px #06bf04;color: #06bf04;}
  174. .mb-icon-flex{display: flex;display: -webkit-flex;justify-content: flex-end;-webkit-justify-content: flex-end;align-items: center;-webkit-align-items: center;}
  175. /*样式重置*/
  176. .demo-comtop{
  177. padding-left: 80px;
  178. padding-right: 80px;
  179. }
  180. .integral{
  181. color: #ffffff;
  182. z-index: 10002;
  183. float: right;
  184. display: inline-block;
  185. position: fixed;
  186. height: 45px;
  187. line-height: 44px;
  188. text-align: center;
  189. right: 10px;
  190. }
  191. .c-arrow-r {
  192. position: absolute;
  193. top: 50%;
  194. right: 10px;
  195. margin-top: -5px;
  196. content: "";
  197. display: block;
  198. width: 8px;
  199. height: 8px;
  200. border: solid #cdcdcd;
  201. border-width: 2px 2px 0 0;
  202. -webkit-transform: rotate(45deg);
  203. -moz-transform: rotate(45deg);
  204. -ms-transform: rotate(45deg);
  205. transform: rotate(45deg);
  206. }
  207. .div-span {
  208. position: absolute;
  209. right: 30px;
  210. font-size: 14px;
  211. color: #909090;
  212. }
  213. .my-work-secflo .patient-face {
  214. margin: 11px 10px 10px 0px;
  215. }
  216. .my-work-secflo .patient-face {
  217. width: 50px;
  218. height: 50px;
  219. margin: 12px 15px;
  220. position: relative;
  221. }
  222. .n-list>.n-list-link {
  223. border-bottom: 1px solid #f1f1f1;
  224. padding-right: 0 !important;
  225. }
  226. .n-list>li {
  227. border-top: 0;
  228. }
  229. .n-list>li .n-list-info {
  230. border-top: 1px solid #f1f1f1;
  231. }
  232. .n-list>li:first-child .n-list-info {
  233. border-top: none;
  234. }
  235. .n-list-info>h4>span {
  236. position: absolute;
  237. right: 20px;
  238. font-size: 16px;
  239. color: #666666;
  240. }
  241. .mb-em {
  242. color: #333333;
  243. font-size: 16px;
  244. display: inline-block;
  245. margin-left: 6px;
  246. }
  247. .mj-flex {
  248. display: -webkit-box;
  249. -webkit-box-align: center;
  250. padding-top: 5px;
  251. position: relative;
  252. }
  253. .mj-flex>span {
  254. position: absolute;
  255. top: 10px;
  256. right: 20px;
  257. color: #FF4C4C;
  258. font-size: 14px;
  259. }
  260. .weixin-icon {
  261. width: 20px;
  262. height: 17px;
  263. margin-top: 5px;
  264. margin-right: 5px;
  265. }
  266. .department{
  267. position: relative;
  268. top: 5px;
  269. color: #666666;
  270. font-size: 14px;
  271. }
  272. .xueya-icon {
  273. width: 15px;
  274. height: 18px;
  275. margin-top: 5px;
  276. margin-right: 5px;
  277. }
  278. .xuetang-icon {
  279. width: 15px;
  280. height: 18px;
  281. margin-top: 5px;
  282. margin-right: 5px;
  283. }
  284. .mb-icon-flex {
  285. display: flex;
  286. display: -webkit-flex;
  287. justify-content: flex-end;
  288. -webkit-justify-content: flex-end;
  289. align-items: center;
  290. -webkit-align-items: center;
  291. }
  292. .n-list>.list-arrow-r:after,
  293. .n-list>.list-arrow-d:after,
  294. .n-list>.list-arrow-u:after {
  295. position: absolute;
  296. top: 50%;
  297. right: 15px;
  298. margin-top: -5px;
  299. content: "";
  300. display: block;
  301. width: 8px;
  302. height: 8px;
  303. border: solid #cdcdcd;
  304. border-width: 0 0 0 0;
  305. -webkit-transform: rotate(45deg);
  306. -moz-transform: rotate(45deg);
  307. -ms-transform: rotate(45deg);
  308. transform: rotate(45deg);
  309. }
  310. .icon-checkbox[type=checkbox]:before,
  311. .icon-checkbox[type=radio]:before {
  312. content: '\e411';
  313. position: absolute;
  314. top: 5px;
  315. right: -15px;
  316. background: #fff;
  317. }
  318. .f-add-more {
  319. background-color: #f2f4f6;
  320. text-align: center;
  321. color: #909090;
  322. font-size: 12px;
  323. height: 30px;
  324. line-height: 30px;
  325. }