health_control.css 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484
  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. .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. .c-blocks-3{
  97. min-width: 1440px;
  98. }
  99. .neirongrigh {
  100. margin: 10px;
  101. margin-left: 0px;
  102. }
  103. .neirongrigh .dataCell:nth-child(1){
  104. margin-left: 19px;
  105. }
  106. .neironglef button {
  107. display: inline-block;
  108. background-color: #ffffff;
  109. border-radius: 2px;
  110. border: solid 1px #12b7f5;
  111. font-size: 14px;
  112. color: #12b7f5;
  113. padding: 9px 17px 7px 17px;
  114. margin: 10px;
  115. }
  116. .neironglef button:nth-child(1) {
  117. padding: 9px 10px 7px 10px;
  118. }
  119. .neirong2 .ul {
  120. line-height: 42px;
  121. background-color: #f5f5fa;
  122. border: solid 1px #d7dce6;
  123. text-align: center;
  124. font-size: 14px;
  125. color: #999999;
  126. }
  127. .quote {
  128. width: 4px;
  129. height: 31px;
  130. background-color: #12b7f5;
  131. border-radius: 3px;
  132. margin-right: 0;
  133. }
  134. /* .layui-elem-quote */
  135. .biaoqian {
  136. padding: 1px 4px 1px 4px;
  137. background-color: #12b7f5;
  138. color: #ffffff;
  139. border-top-left-radius: 15px;
  140. border-bottom-left-radius: 15px;
  141. width: 80px;
  142. /* text-align: center; */
  143. }
  144. .biaoqian .span {
  145. display: inline-block;
  146. font-size: 12px;
  147. width: 6px;
  148. height: 6px;
  149. background-color: #ffffff;
  150. border-radius: 50%;
  151. margin: 0 4px 2px 0;
  152. }
  153. .biaoqian span:nth-child(2){
  154. text-align: center;
  155. width: 57px;
  156. display: inline-block;
  157. }
  158. .text-center {
  159. text-align: center
  160. }
  161. .datad button {
  162. width: 80px;
  163. height: 28px;
  164. outline: none;
  165. border: 0;
  166. font-size: 14px;
  167. border-radius: 2px;
  168. color: #ffffff;
  169. margin-top: 18px;
  170. margin-bottom: 10px;
  171. }
  172. .datad button:nth-child(1) {
  173. background-color: #02cfb9;
  174. }
  175. .datad button:nth-child(1):hover{
  176. background-color: #03c0ad;
  177. }
  178. .datad button:nth-child(2) {
  179. background-color: #12b7f5;
  180. }
  181. .datad button:nth-child(2):hover {
  182. background-color: #14afe7;
  183. }
  184. .datad button:nth-child(3) {
  185. background-color: #ff3b30;
  186. margin-right: 20px;
  187. }
  188. .datad button:nth-child(3):hover {
  189. background-color: #ec382e;
  190. }
  191. .data {
  192. margin: 10px;
  193. border-radius: 10px;
  194. height: 62px;
  195. }
  196. .layui-progress {
  197. width: 240px;
  198. margin: 10px;
  199. }
  200. .layui-progress-bar {
  201. background-color: #ff9526;
  202. display: inline-block;
  203. height: 100px;
  204. text-align: center;
  205. }
  206. .dataa {
  207. width: 355px;
  208. justify-content: space-between;
  209. }
  210. .dataa .xinxi {
  211. width: 210px;
  212. color: #999999;
  213. font-size: 14px;
  214. margin: 5px;
  215. }
  216. .dataa .xinxi span {
  217. font-size: 16px;
  218. color: #333333;
  219. }
  220. .datab {
  221. width: 693px;
  222. justify-content: center;
  223. }
  224. .datab p:nth-child(1){
  225. text-align: center;
  226. }
  227. .datab .cred {
  228. color: #ff3b30;
  229. margin: 10px;
  230. margin-left: 10px;
  231. }
  232. .datab .cgre {
  233. color: #999999;
  234. }
  235. .datad {
  236. width: 280px;
  237. margin: 10px;
  238. margin-right: 82px;
  239. }
  240. .margin-10 {
  241. margin: 10px;
  242. }
  243. .input-group-checkbox .input-group-pack .tick,
  244. .input-group-checkbox .input-group-pack .tick:after {
  245. background-color: #12b7f5;
  246. }
  247. .input-group input{
  248. height: 27px;
  249. }
  250. .input-group-btn button{
  251. height: 27px;
  252. }
  253. .checkbox{
  254. margin-left: 44px;
  255. }
  256. /* 翻页 */
  257. .pagination>.active>a,
  258. .pagination>.active>a:focus,
  259. .pagination>.active>a:hover,
  260. .pagination>.active>span,
  261. .pagination>.active>span:focus,
  262. .pagination>.active>span:hover {
  263. background-color: #f4f4f4;
  264. border-color: #DDD;
  265. color: inherit;
  266. cursor: default;
  267. z-index: 2
  268. }
  269. .pagination>li>a,
  270. .pagination>li>span {
  271. background-color: #FFF;
  272. border: 1px solid #DDD;
  273. color: inherit;
  274. float: left;
  275. line-height: 1.42857;
  276. margin-left: -1px;
  277. padding: 4px 10px;
  278. position: relative;
  279. text-decoration: none;
  280. }
  281. .fl {
  282. float: left;
  283. }
  284. a {
  285. color: white;
  286. }
  287. .form-control {
  288. height: 28px;
  289. background-color: #FFFFFF !important;
  290. background-color: #FFF;
  291. background-image: none;
  292. border: 1px solid #e5e6e7;
  293. border-radius: 1px;
  294. color: inherit;
  295. display: block;
  296. padding: 6px 12px;
  297. -webkit-transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
  298. transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
  299. width: 100%;
  300. font-size: 14px
  301. }
  302. select.form-control {
  303. padding: 1px 1px;
  304. height: 28px;
  305. }
  306. .btn-white {
  307. position: relative;
  308. height: 28px;
  309. top: -7px;
  310. left: 6px;
  311. }
  312. .dropdown-menu {
  313. left: -151px !important;
  314. top: 20px;
  315. }
  316. .tablem {
  317. position: relative;
  318. left: 0;
  319. top: 0;
  320. }
  321. .dataCell {
  322. margin: 20px 40px 20px 40px;
  323. }
  324. .jhover {
  325. background: #12B7F5 !important;
  326. color: #fff;
  327. }
  328. .checkbox {
  329. display: inline-block;
  330. cursor: pointer;
  331. position: relative;
  332. font-size: 14px;
  333. line-height: 21px;
  334. }
  335. .icon-chkbox {
  336. display: inline-block;
  337. width: 20px;
  338. height: 20px;
  339. position: relative;
  340. z-index: 9;
  341. margin-right: 5px;
  342. background: url(../images/gouxuan_pre.png) no-repeat;
  343. vertical-align: text-top;
  344. overflow: hidden;
  345. }
  346. .icon-bgchkbox {
  347. background: url(../images/gouxuan_btn.png) no-repeat;
  348. }
  349. .datas {
  350. width: 100%;
  351. justify-content: space-between;
  352. }
  353. .all{
  354. /* width: 100%; */
  355. border: 1px solid #d7dce6;
  356. border-radius: 10px;
  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. }