health_control.css 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497
  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. .quote {
  139. width: 4px;
  140. height: 31px;
  141. background-color: #12b7f5;
  142. border-radius: 3px;
  143. margin-right: 0;
  144. }
  145. /* .layui-elem-quote */
  146. .biaoqian {
  147. padding: 1px 4px 1px 4px;
  148. background-color: #12b7f5;
  149. color: #ffffff;
  150. border-top-left-radius: 15px;
  151. border-bottom-left-radius: 15px;
  152. width: 80px;
  153. /* text-align: center; */
  154. }
  155. .biaoqian .span {
  156. display: inline-block;
  157. font-size: 12px;
  158. width: 6px;
  159. height: 6px;
  160. background-color: #ffffff;
  161. border-radius: 50%;
  162. margin: 0 4px 2px 0;
  163. }
  164. .biaoqian span:nth-child(2){
  165. text-align: center;
  166. width: 57px;
  167. display: inline-block;
  168. }
  169. .text-center {
  170. text-align: center
  171. }
  172. .datad button {
  173. width: 80px;
  174. height: 28px;
  175. outline: none;
  176. border: 0;
  177. font-size: 14px;
  178. border-radius: 2px;
  179. color: #ffffff;
  180. margin-top: 18px;
  181. margin-bottom: 10px;
  182. }
  183. .datad button:nth-child(3) {
  184. background-color: #02cfb9;
  185. margin-right: 20px;
  186. }
  187. .datad button:nth-child(3):hover{
  188. background-color: #03c0ad;
  189. }
  190. .datad button:nth-child(1) {
  191. background-color: #12b7f5;
  192. }
  193. .datad button:nth-child(1):hover {
  194. background-color: #14afe7;
  195. }
  196. .datad button:nth-child(2) {
  197. background-color: #ff3b30;
  198. }
  199. .datad button:nth-child(2):hover {
  200. background-color: #ec382e;
  201. }
  202. .data {
  203. margin: 10px;
  204. border-radius: 10px;
  205. height: 62px;
  206. }
  207. .layui-progress {
  208. width: 240px;
  209. margin: 10px;
  210. }
  211. .layui-progress-bar {
  212. background-color: #ff9526;
  213. display: inline-block;
  214. height: 100px;
  215. text-align: center;
  216. }
  217. .dataa {
  218. width: 370px;
  219. justify-content: space-between;
  220. }
  221. .dataa .xinxi {
  222. width: 210px;
  223. color: #999999;
  224. font-size: 14px;
  225. margin: 5px;
  226. }
  227. .dataa .xinxi span {
  228. font-size: 16px;
  229. color: #333333;
  230. }
  231. .datab {
  232. /*width: 693px;*/
  233. justify-content: center;
  234. }
  235. .datab p:nth-child(1){
  236. text-align: center;
  237. }
  238. .datab .cred {
  239. color: #ff3b30;
  240. margin: 10px;
  241. margin-left: 10px;
  242. }
  243. .datab .cgre {
  244. color: #999999;
  245. }
  246. .datad {
  247. /*width: 280px;*/
  248. margin: 10px;
  249. /*margin-right: 82px;*/
  250. }
  251. .margin-10 {
  252. margin: 10px;
  253. }
  254. .input-group-checkbox .input-group-pack .tick,
  255. .input-group-checkbox .input-group-pack .tick:after {
  256. background-color: #12b7f5;
  257. }
  258. .input-group input{
  259. height: 27px;
  260. }
  261. .input-group-btn button{
  262. height: 27px;
  263. }
  264. .checkbox{
  265. margin-left: 44px;
  266. }
  267. /* 翻页 */
  268. .pagination>.active>a,
  269. .pagination>.active>a:focus,
  270. .pagination>.active>a:hover,
  271. .pagination>.active>span,
  272. .pagination>.active>span:focus,
  273. .pagination>.active>span:hover {
  274. background-color: #f4f4f4;
  275. border-color: #DDD;
  276. color: inherit;
  277. cursor: default;
  278. z-index: 2
  279. }
  280. .pagination>li>a,
  281. .pagination>li>span {
  282. background-color: #FFF;
  283. border: 1px solid #DDD;
  284. color: inherit;
  285. float: left;
  286. line-height: 1.42857;
  287. margin-left: -1px;
  288. padding: 4px 10px;
  289. position: relative;
  290. text-decoration: none;
  291. }
  292. .fl {
  293. float: left;
  294. }
  295. a {
  296. color: white;
  297. }
  298. .form-control {
  299. height: 28px;
  300. background-color: #FFFFFF !important;
  301. background-color: #FFF;
  302. background-image: none;
  303. border: 1px solid #e5e6e7;
  304. border-radius: 1px;
  305. color: inherit;
  306. display: block;
  307. padding: 6px 12px;
  308. -webkit-transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
  309. transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
  310. width: 100%;
  311. font-size: 14px
  312. }
  313. select.form-control {
  314. padding: 1px 1px;
  315. height: 28px;
  316. }
  317. .btn-white {
  318. position: relative;
  319. height: 28px;
  320. top: -7px;
  321. left: 6px;
  322. }
  323. .dropdown-menu {
  324. left: -151px !important;
  325. top: 20px;
  326. }
  327. .tablem {
  328. position: relative;
  329. left: 0;
  330. top: 0;
  331. }
  332. .dataCell {
  333. margin: 20px 40px 20px 40px;
  334. }
  335. .jhover {
  336. background: #12B7F5 !important;
  337. color: #fff;
  338. }
  339. .checkbox {
  340. display: inline-block;
  341. cursor: pointer;
  342. position: relative;
  343. font-size: 14px;
  344. line-height: 21px;
  345. }
  346. .icon-chkbox {
  347. display: inline-block;
  348. width: 20px;
  349. height: 20px;
  350. position: relative;
  351. z-index: 9;
  352. margin-right: 5px;
  353. background: url(../images/gouxuan_pre.png) no-repeat;
  354. vertical-align: text-top;
  355. overflow: hidden;
  356. }
  357. .icon-bgchkbox {
  358. background: url(../images/gouxuan_btn.png) no-repeat;
  359. }
  360. .datas {
  361. width: 100%;
  362. justify-content: space-between;
  363. }
  364. .all{
  365. /* width: 100%; */
  366. border: 1px solid #d7dce6;
  367. border-radius: 10px;
  368. }
  369. .nodata {
  370. text-align: center;
  371. }
  372. .falsebutton {
  373. border: none !important;
  374. background-color: #d7dce6 !important;
  375. }
  376. .tablem{
  377. width: 100%;
  378. /*margin: 10px 10px !important;*/
  379. /*padding: 20px;*/
  380. }
  381. .tablem .td{
  382. border: 0 !important;
  383. }
  384. .caret{
  385. margin-bottom: 4px;
  386. }
  387. .c-ser-btn a{
  388. height: 28px;
  389. line-height: 28px;
  390. font-size: 14px;
  391. padding: 0;
  392. }
  393. .c-ser-main{
  394. height: 28px;
  395. font-size: 13px;
  396. }
  397. .c-ser-div{
  398. height: 28px !important;
  399. line-height: 28px;
  400. padding-top: 0;
  401. }
  402. label{
  403. font-weight: 400;
  404. }
  405. a:hover{
  406. color: white;
  407. }
  408. [v-cloak]{
  409. display: none;
  410. }
  411. .w-100 {width: 100%;}
  412. .h200 {height: 200px;}