health_control.css 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565
  1. * {
  2. text-decoration: none;
  3. outline: none;
  4. list-style: none;
  5. box-sizing: border-box;
  6. }
  7. body {
  8. overflow: auto;
  9. }
  10. .data {
  11. /* min-width: 1235px; */
  12. }
  13. .nav {
  14. /* min-width: 1235px; */
  15. }
  16. table,
  17. tr,
  18. td {
  19. margin: 0;
  20. padding: 0;
  21. }
  22. ul,
  23. li {
  24. margin: 0;
  25. }
  26. .all img{
  27. cursor: pointer;
  28. }
  29. .recoveryPlan{
  30. border: 1px solid #12b7f5;
  31. background-color: white;
  32. padding: 2px 4px;
  33. color: #12b7f5;
  34. font-size: 14px;
  35. margin: 2px;
  36. }
  37. .flex-box {
  38. display: -webkit-box;
  39. display: -ms-flexbox;
  40. display: flex;
  41. -webkit-box-pack: center;
  42. -ms-flex-pack: center;
  43. justify-content: space-between;
  44. -webkit-box-align: center;
  45. -ms-flex-align: center;
  46. align-items: center;
  47. }
  48. .listform-sel-bor {
  49. width: 160px;
  50. margin: 10px;
  51. }
  52. .c-ser-btn {
  53. width: 80px;
  54. background-color: #12b7f5;
  55. border-radius: 2px;
  56. text-align: center;
  57. font-size: 14px;
  58. }
  59. .c-ser-btn a:hover{
  60. background-color: #13a0d3;
  61. }
  62. .c-ser-btn a {
  63. height: 28px;
  64. }
  65. .re-title .name {
  66. font-size: 16px;
  67. font-weight: bold;
  68. color: #333;
  69. height: 40px;
  70. line-height: 40px;
  71. display: inline-block;
  72. padding: 0px 20px;
  73. }
  74. .re-title .team {
  75. font-size: 14px;
  76. color: #333;
  77. display: inline-block;
  78. }
  79. .re-title {
  80. border-bottom: solid 1px #ededed;
  81. }
  82. .c-ser-hold {
  83. background-color: #ffff;
  84. height: 28px;
  85. }
  86. .c-ser-div {
  87. float: left;
  88. width: 240px;
  89. margin-left: 25px;
  90. }
  91. .c-ser-main {
  92. border: 1px solid #d7dce6;
  93. padding-left: 10px;
  94. }
  95. .c-ser-input {
  96. width: 240px;
  97. }
  98. /* 内容 */
  99. .neirong1 {
  100. position: relative;
  101. min-width: 1235px;
  102. }
  103. .listsel-two {
  104. width: 160px;
  105. height: 28px;
  106. }
  107. .c-blocks-3{
  108. min-width: 1440px;
  109. }
  110. .neirongrigh {
  111. margin: 10px;
  112. margin-left: 0px;
  113. }
  114. .neirongrigh .dataCell:nth-child(1){
  115. margin-left: 19px;
  116. }
  117. .neironglef button {
  118. display: inline-block;
  119. background-color: #ffffff;
  120. border-radius: 2px;
  121. border: solid 1px #12b7f5;
  122. font-size: 14px;
  123. color: #12b7f5;
  124. padding: 9px 17px 7px 17px;
  125. margin: 10px;
  126. }
  127. .neironglef button:nth-child(1) {
  128. padding: 9px 10px 7px 10px;
  129. }
  130. .neirong2 .ul {
  131. line-height: 42px;
  132. background-color: #f5f5fa;
  133. border: solid 1px #d7dce6;
  134. text-align: center;
  135. font-size: 14px;
  136. color: #999999;
  137. }
  138. .table-header{
  139. display: flex;
  140. justify-content: space-around;
  141. }
  142. .quote {
  143. width: 4px;
  144. height: 31px;
  145. background-color: #12b7f5;
  146. border-radius: 3px;
  147. margin-right: 0;
  148. }
  149. /* .layui-elem-quote */
  150. .biaoqian {
  151. padding: 1px 4px 1px 4px;
  152. background-color: #12b7f5;
  153. color: #ffffff;
  154. border-top-left-radius: 15px;
  155. border-bottom-left-radius: 15px;
  156. width: 80px;
  157. /* text-align: center; */
  158. }
  159. .biaoqian1 {
  160. background-color: #67c23a!important;
  161. }
  162. .biaoqian .span {
  163. display: inline-block;
  164. font-size: 12px;
  165. width: 6px;
  166. height: 6px;
  167. background-color: #ffffff;
  168. border-radius: 50%;
  169. margin: 0 4px 2px 0;
  170. }
  171. .biaoqian span:nth-child(2){
  172. text-align: center;
  173. width: 57px;
  174. display: inline-block;
  175. }
  176. .text-center {
  177. text-align: center
  178. }
  179. .datad button {
  180. width: 80px;
  181. height: 28px;
  182. outline: none;
  183. border: 0;
  184. font-size: 14px;
  185. border-radius: 2px;
  186. color: #ffffff;
  187. margin-top: 18px;
  188. margin-bottom: 10px;
  189. }
  190. .datad button:nth-child(3) {
  191. background-color: #02cfb9;
  192. margin-right: 20px;
  193. }
  194. .datad button:nth-child(3):hover{
  195. background-color: #03c0ad;
  196. }
  197. .datad button:nth-child(1) {
  198. background-color: #12b7f5;
  199. }
  200. .datad button:nth-child(1):hover {
  201. background-color: #14afe7;
  202. }
  203. .datad button:nth-child(2) {
  204. background-color: #ff3b30;
  205. }
  206. .datad button:nth-child(2):hover {
  207. background-color: #ec382e;
  208. }
  209. .data {
  210. margin: 10px;
  211. border-radius: 10px;
  212. height: 62px;
  213. }
  214. .layui-progress {
  215. width: 240px;
  216. margin: 10px;
  217. }
  218. .layui-progress-bar {
  219. background-color: #ff9526;
  220. display: inline-block;
  221. height: 100px;
  222. text-align: center;
  223. }
  224. .dataa {
  225. width: 550px;
  226. justify-content: space-between;
  227. }
  228. .dataa .xinxi {
  229. width: 210px;
  230. color: #999999;
  231. font-size: 14px;
  232. margin: 5px;
  233. }
  234. .dataa .xinxi span {
  235. font-size: 16px;
  236. color: #333333;
  237. }
  238. .datab {
  239. /*width: 693px;*/
  240. justify-content: center;
  241. }
  242. .datab p:nth-child(1){
  243. text-align: center;
  244. }
  245. .datab .cred {
  246. color: #ff3b30;
  247. margin: 10px;
  248. margin-left: 10px;
  249. }
  250. .datab .cgre {
  251. color: #999999;
  252. }
  253. .datad {
  254. /*width: 280px;*/
  255. margin: 10px;
  256. /*margin-right: 82px;*/
  257. }
  258. .margin-10 {
  259. margin: 10px;
  260. }
  261. .input-group-checkbox .input-group-pack .tick,
  262. .input-group-checkbox .input-group-pack .tick:after {
  263. background-color: #12b7f5;
  264. }
  265. .input-group input{
  266. height: 27px;
  267. }
  268. .input-group-btn button{
  269. height: 27px;
  270. }
  271. .checkbox{
  272. margin-left: 44px;
  273. }
  274. /* 翻页 */
  275. .pagination>.active>a,
  276. .pagination>.active>a:focus,
  277. .pagination>.active>a:hover,
  278. .pagination>.active>span,
  279. .pagination>.active>span:focus,
  280. .pagination>.active>span:hover {
  281. background-color: #f4f4f4;
  282. border-color: #DDD;
  283. color: inherit;
  284. cursor: default;
  285. z-index: 2
  286. }
  287. .pagination>li>a,
  288. .pagination>li>span {
  289. background-color: #FFF;
  290. border: 1px solid #DDD;
  291. color: inherit;
  292. float: left;
  293. line-height: 1.42857;
  294. margin-left: -1px;
  295. padding: 4px 10px;
  296. position: relative;
  297. text-decoration: none;
  298. }
  299. .fl {
  300. float: left;
  301. }
  302. a {
  303. color: white;
  304. }
  305. .form-control {
  306. height: 28px;
  307. background-color: #FFFFFF !important;
  308. background-color: #FFF;
  309. background-image: none;
  310. border: 1px solid #e5e6e7;
  311. border-radius: 1px;
  312. color: inherit;
  313. display: block;
  314. padding: 6px 12px;
  315. -webkit-transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
  316. transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
  317. width: 100%;
  318. font-size: 14px
  319. }
  320. select.form-control {
  321. padding: 1px 1px;
  322. height: 28px;
  323. }
  324. .btn-white {
  325. position: relative;
  326. height: 28px;
  327. top: -7px;
  328. left: 6px;
  329. }
  330. .dropdown-menu {
  331. left: -151px !important;
  332. top: 20px;
  333. }
  334. .tablem {
  335. position: relative;
  336. left: 0;
  337. top: 0;
  338. }
  339. .dataCell {
  340. margin: 20px 40px 20px 40px;
  341. }
  342. .jhover {
  343. background: #12B7F5 !important;
  344. color: #fff;
  345. }
  346. .checkbox {
  347. display: inline-block;
  348. cursor: pointer;
  349. position: relative;
  350. font-size: 14px;
  351. line-height: 21px;
  352. }
  353. .icon-chkbox {
  354. display: inline-block;
  355. width: 20px;
  356. height: 20px;
  357. position: relative;
  358. z-index: 9;
  359. margin-right: 5px;
  360. background: url(../images/gouxuan_pre.png) no-repeat;
  361. vertical-align: text-top;
  362. overflow: hidden;
  363. }
  364. .icon-bgchkbox {
  365. background: url(../images/gouxuan_btn.png) no-repeat;
  366. }
  367. .datas {
  368. width: 100%;
  369. justify-content: space-between;
  370. }
  371. .all{
  372. /* width: 100%; */
  373. border: 1px solid #d7dce6;
  374. border-radius: 10px;
  375. }
  376. .nodata {
  377. text-align: center;
  378. }
  379. .falsebutton {
  380. border: none !important;
  381. background-color: #d7dce6 !important;
  382. }
  383. .tablem{
  384. width: 100%;
  385. /*margin: 10px 10px !important;*/
  386. /*padding: 20px;*/
  387. }
  388. .tablem .td{
  389. border: 0 !important;
  390. }
  391. .caret{
  392. margin-bottom: 4px;
  393. }
  394. .c-ser-btn a{
  395. height: 28px;
  396. line-height: 28px;
  397. font-size: 14px;
  398. padding: 0;
  399. }
  400. .c-ser-main{
  401. height: 28px;
  402. font-size: 13px;
  403. }
  404. .c-ser-div{
  405. height: 28px !important;
  406. line-height: 28px;
  407. padding-top: 0;
  408. }
  409. label{
  410. font-weight: 400;
  411. }
  412. a:hover{
  413. color: white;
  414. }
  415. [v-cloak]{
  416. display: none;
  417. }
  418. .w-100 {width: 100%;}
  419. .h200 {height: 200px;}
  420. .recoveryLabel{
  421. height: 28px;
  422. line-height: 28px;
  423. font-size: 14px;
  424. border-radius: 30px 0 0 30px;
  425. padding: 0px 10px 0 30px;
  426. background-color: rgba(255, 149, 38, 0.05);
  427. color: #FF9526;
  428. position: relative;
  429. }
  430. .recoveryLabel:after{
  431. content: '';
  432. height: 6px;
  433. width: 6px;
  434. border-radius: 50%;
  435. background-color: #FF9526;
  436. position: absolute;
  437. left: 15px;
  438. top: 10px;
  439. }
  440. .recoveryLabel1{
  441. height: 28px;
  442. line-height: 28px;
  443. font-size: 14px;
  444. border-radius: 30px 0 0 30px;
  445. padding: 0px 10px 0 30px;
  446. position: relative;
  447. background-color: rgba(246, 13, 50, 0.05);
  448. color: #F60D32;
  449. }
  450. .recoveryLabel1:after{
  451. content: '';
  452. height: 6px;
  453. width: 6px;
  454. border-radius: 50%;
  455. background-color: #F60D32;
  456. position: absolute;
  457. left: 15px;
  458. top: 10px;
  459. }
  460. .recoveryLabel2{
  461. height: 28px;
  462. line-height: 28px;
  463. font-size: 14px;
  464. border-radius: 30px 0 0 30px;
  465. padding: 0px 10px 0 30px;
  466. position: relative;
  467. background-color: rgba(133, 141, 148, 0.05);
  468. color: #858D94;
  469. }
  470. .recoveryLabel2:after{
  471. content: '';
  472. height: 6px;
  473. width: 6px;
  474. border-radius: 50%;
  475. background-color: #858D94;
  476. position: absolute;
  477. left: 15px;
  478. top: 10px;
  479. }