FHomePage.css 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416
  1. .h4 {
  2. display: inline;
  3. }
  4. .cls4 {
  5. width: 25%;
  6. float: left;
  7. }
  8. .cls3 {
  9. width: 31%;
  10. float: left;
  11. margin-left: 20px;
  12. }
  13. #newsMarquee .title {
  14. margin-left: 20px;
  15. float: left;
  16. }
  17. #wDiv {
  18. position: absolute;
  19. top: 10px;
  20. bottom: 0;
  21. left: 0;
  22. right: 10px;
  23. overflow: hidden;
  24. }
  25. .wTable td {
  26. vertical-align: top;
  27. position: relative;
  28. }
  29. #leftDiv {
  30. width: 70%;
  31. height: 100%;
  32. float: left;
  33. }
  34. #rightDiv {
  35. width: 30%;
  36. height: 98%;
  37. float: right;
  38. }
  39. .topDiv .cls3:first-child {
  40. margin-left: 5px;
  41. }
  42. .MiddleDiv {
  43. height: 45%;
  44. text-align: left;
  45. }
  46. .BottomDiv {
  47. height: 34%;
  48. margin-top: 10px;
  49. }
  50. .card {
  51. display: inline-block;
  52. position: relative;
  53. width: 100%;
  54. margin: 25px 0;
  55. box-shadow: 5px 5px 17px 3px rgba(0,0,0,0.14);
  56. border-radius: 3px;
  57. color: rgba(0,0,0,0.87);
  58. background: #fff;
  59. box-sizing: border-box;
  60. }
  61. .card a {
  62. text-decoration: none;
  63. color: #6c8198;
  64. }
  65. .card .card-header {
  66. box-shadow: 0 10px 30px -12px rgba(0,0,0,0.42),0 4px 25px 0 rgba(0,0,0,0.12),0 8px 10px -5px rgba(0,0,0,0.2);
  67. margin: -20px 15px 0;
  68. border-radius: 3px;
  69. padding: 15px;
  70. background-color: #999;
  71. }
  72. .card .card-footer {
  73. margin: 10px 20px 10px;
  74. padding-top: 5px;
  75. border-top: 1px solid #eee;
  76. }
  77. .card .card-footer .stats {
  78. line-height: 22px;
  79. font-size: 12px;
  80. }
  81. .card-stats .card-header {
  82. float: left;
  83. text-align: center;
  84. }
  85. .card-stats .card-content .title {
  86. margin-left: 20px;
  87. }
  88. .red-color {
  89. color: #f00;
  90. }
  91. .text-primary {
  92. color: #9c27b0;
  93. }
  94. [data-background-color="purple"] {
  95. background: -webkit-linear-gradient(30deg, #ab47bc, #8e24aa);
  96. background: linear-gradient(60deg, #ab47bc, #8e24aa);
  97. box-shadow: 0 12px 20px -10px rgba(156,39,176,0.28),0 4px 20px 0 rgba(0,0,0,0.12),0 7px 8px -5px rgba(156,39,176,0.2);
  98. }
  99. [data-background-color="danger"] {
  100. background-color: #f55a4e;
  101. box-shadow: 0 12px 20px -10px rgba(244,67,54,0.28),0 4px 20px 0 rgba(0,0,0,0.12),0 7px 8px -5px rgba(244,67,54,0.2);
  102. }
  103. [data-background-color="blue"] {
  104. background: -webkit-linear-gradient(30deg, #26c6da, #00acc1);
  105. background: linear-gradient(60deg, #26c6da, #00acc1);
  106. box-shadow: 0 12px 20px -10px rgba(0,188,212,0.28),0 4px 20px 0 rgba(0,0,0,0.12),0 7px 8px -5px rgba(0,188,212,0.2);
  107. }
  108. .card [data-background-color="green"] {
  109. background: -webkit-linear-gradient(30deg, #66bb6a, #43a047);
  110. background: linear-gradient(60deg, #66bb6a, #43a047);
  111. box-shadow: 0 12px 20px -10px rgba(76,175,80,0.28),0 4px 20px 0 rgba(0,0,0,0.12),0 7px 8px -5px rgba(76,175,80,0.2);
  112. }
  113. .card [data-background-color="orange"] {
  114. background: -webkit-linear-gradient(30deg, #ffa726, #fb8c00);
  115. background: linear-gradient(60deg, #ffa726, #fb8c00);
  116. box-shadow: 0 12px 20px -10px rgba(255,152,0,0.28),0 4px 20px 0 rgba(0,0,0,0.12),0 7px 8px -5px rgba(255,152,0,0.2);
  117. }
  118. .card [data-background-color="red"] {
  119. background: -webkit-linear-gradient(30deg, #ef5350, #e53935);
  120. background: linear-gradient(60deg, #ef5350, #e53935);
  121. box-shadow: 0 12px 20px -10px rgba(244,67,54,0.28),0 4px 20px 0 rgba(0,0,0,0.12),0 7px 8px -5px rgba(244,67,54,0.2);
  122. }
  123. .card [data-background-color] {
  124. color: #fff;
  125. }
  126. .material-icons {
  127. font-family: 'Material Icons';
  128. font-weight: normal;
  129. font-style: normal;
  130. font-size: 24px;
  131. line-height: 1;
  132. letter-spacing: normal;
  133. text-transform: none;
  134. display: inline-block;
  135. white-space: nowrap;
  136. word-wrap: normal;
  137. direction: ltr;
  138. -webkit-font-feature-settings: 'liga';
  139. -webkit-font-smoothing: antialiased;
  140. }
  141. .taskDiv {
  142. margin-bottom: 0;
  143. }
  144. .taskContent {
  145. height: 83%;
  146. border: 1px solid rgba(0,0,0,0.12);
  147. }
  148. .ExpireContent {
  149. height: 83%;
  150. border: 1px solid rgba(0,0,0,0.12);
  151. }
  152. .ClinicContent {
  153. margin-right: 19px;
  154. height: 80%;
  155. border: 1px solid rgba(0,0,0,0.12);
  156. box-shadow: rgba(0,0,0,0.14) 2px 2px 8px 0;
  157. }
  158. .BlockDiv {
  159. border-radius: 3px;
  160. position: absolute;
  161. top: 0;
  162. bottom: 0;
  163. left: 0;
  164. right: 0;
  165. }
  166. .BlockDiv .BlockTitle {
  167. border-top-left-radius: 3px;
  168. border-top-right-radius: 3px;
  169. color: #fff;
  170. padding: 3px;
  171. padding-left: 5px;
  172. margin-right: 20px;
  173. }
  174. .BlockDiv .BlockTitle i {
  175. margin-right: 15px;
  176. }
  177. .BlockDiv .BlockContent {
  178. border: 1px solid rgba(0,0,0,0.12);
  179. border-top-width: 0;
  180. margin-right: 20px;
  181. }
  182. #CrowdChart {
  183. width: 100%;
  184. height: 100%;
  185. float: left;
  186. }
  187. .CrowdTitle {
  188. border-radius: 3px;
  189. padding: 3px;
  190. border: 1px solid rgba(0,0,0,0.12);
  191. position: absolute;
  192. left: 20px;
  193. top: -10px;
  194. z-index: 999999;
  195. background-color: #f0f6fa;
  196. box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.14);
  197. font-size: 12px;
  198. }
  199. #CrowdDetailed {
  200. margin-left: -35px;
  201. height: 100%;
  202. }
  203. .tab-content {
  204. height: 98%;
  205. background: #f0f6fa;
  206. box-shadow: rgba(0,0,0,0.14) 2px 2px 8px 0;
  207. border-radius: 3px;
  208. }
  209. .ver-inline-menu li.active a {
  210. margin-left: -37px;
  211. border-top-left-radius: 3px;
  212. border-bottom-left-radius: 3px;
  213. box-shadow: 0 12px 20px -10px rgba(156,39,176,0.28),0 4px 20px 0 rgba(0,0,0,0.12),0 7px 8px -5px rgba(156,39,176,0.2);
  214. border-left: solid 2px #76189d;
  215. }
  216. .ver-inline-menu li.active .GXYactive {
  217. background: #ca3a28;
  218. }
  219. .ver-inline-menu li.active .TNBactive {
  220. background: #7c3b97;
  221. }
  222. .ver-inline-menu li.active .LNRactive {
  223. background: #35aa47;
  224. }
  225. .ver-inline-menu li.active .YCFactive {
  226. background: #45b6af;
  227. }
  228. .ver-inline-menu li.active .RTactive {
  229. background: #4b8df8;
  230. }
  231. .ver-inline-menu li.active .QTactive {
  232. background: #ccc;
  233. }
  234. .ver-inline-menu li.active .GXYactive i {
  235. background: #ca3a28 !important;
  236. }
  237. .ver-inline-menu li.active .TNBactive i {
  238. background: #76189d !important;
  239. }
  240. .ver-inline-menu li.active .LNRactive i {
  241. background: #35aa47 !important;
  242. }
  243. .ver-inline-menu li.active .RTactive i {
  244. background: #4b8df8 !important;
  245. }
  246. .ver-inline-menu li.active .YCFactive i {
  247. background: #45b6af !important;
  248. }
  249. .ver-inline-menu li.active .QTactive i {
  250. background: #CCC !important;
  251. }
  252. .ver-inline-menu li.GXY:after {
  253. border-left: 6px solid #ca3a28;
  254. }
  255. .ver-inline-menu li.TNB:after {
  256. border-left: 6px solid #7c3b97;
  257. }
  258. .ver-inline-menu li.LNR:after {
  259. border-left: 6px solid #35aa47;
  260. }
  261. .ver-inline-menu li.RT:after {
  262. border-left: 6px solid #4b8df8;
  263. }
  264. .ver-inline-menu li.YCF:after {
  265. border-left: 6px solid #45b6af;
  266. }
  267. .ver-inline-menu li.QT:after {
  268. border-left: 6px solid #CCC;
  269. }
  270. .ver-inline-menu li i {
  271. margin-right: 15px;
  272. }
  273. .portfolio-block {
  274. position: relative;
  275. margin-top: 10px;
  276. margin-left: 10px;
  277. margin-right: 10px;
  278. border-radius: 3px;
  279. border: 1px solid rgba(0,0,0,0.12);
  280. }
  281. .portfolio-block div {
  282. height: auto;
  283. padding-bottom: 5px;
  284. margin-left: 45px;
  285. min-height: 32px;
  286. }
  287. .portfolio-block span.chilid {
  288. display: inherit;
  289. margin: 8px;
  290. }
  291. .portfolio-block span.chilid a {
  292. width: 40px;
  293. display: inline-block;
  294. margin-left: 10px;
  295. }
  296. .portfolio-block span.portfolio-text {
  297. position: absolute;
  298. top: 0;
  299. bottom: 0;
  300. height: 100%;
  301. background-color: #00d3ee;
  302. width: 30px;
  303. color: #fff;
  304. line-height: 20px;
  305. padding-left: 10px;
  306. border-top-left-radius: 3px;
  307. border-bottom-left-radius: 3px;
  308. box-shadow: 0 12px 20px -10px rgba(0,188,212,0.28),0 4px 20px 0 rgba(0,0,0,0.12),0 7px 8px -5px rgba(0,188,212,0.2);
  309. }
  310. .table {
  311. width: 100%;
  312. border-spacing: 0;
  313. border-collapse: collapse;
  314. }
  315. .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  316. border-top: 0;
  317. }
  318. .table > thead > tr > th {
  319. font-weight: normal;
  320. padding-bottom: 4px;
  321. border-bottom: 1px solid #ddd;
  322. padding: 3px;
  323. vertical-align: middle;
  324. color: #6c6969;
  325. }
  326. .table .td-actions {
  327. display: -webkit-box;
  328. display: -webkit-flex;
  329. display: -ms-flexbox;
  330. display: flex;
  331. }
  332. .table .td-actions .btn {
  333. margin: 0;
  334. padding: 5px;
  335. }
  336. .table > tbody > tr {
  337. position: relative;
  338. }
  339. .table > tbody > tr td {
  340. text-align: center;
  341. border-bottom: 1px solid #ddd;
  342. font-size: 14px;
  343. line-height: 25px;
  344. color: #557386;
  345. }