health_control.css 6.9 KB

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