health_control.css 6.3 KB

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