health_control.css 7.1 KB

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