home.css 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447
  1. .homebody {
  2. background-color: rgba(188, 232, 241, 1);
  3. height: 100vh;
  4. display: flex;
  5. }
  6. .rootframe {
  7. display: flex;
  8. flex-direction: column;
  9. justify-content: flex-start;
  10. width: 100%;
  11. height: 100vh;
  12. }
  13. .headcustom {
  14. display: flex;
  15. background-color: #2D89F0;
  16. border-width: 0;
  17. height: 90px;
  18. }
  19. .bodycustom {
  20. display: flex;
  21. border-width: 0;
  22. flex: 1;
  23. margin-top: 6px;
  24. overflow-y: auto;
  25. overflow-x: hidden;
  26. }
  27. .bodypanleft {
  28. margin: 0px 5px;
  29. width: 200px;
  30. min-height: 500px;
  31. background-color: #fff;
  32. margin-bottom: 5px;
  33. border: none;
  34. flex: 0 0 15%;
  35. }
  36. .bodypan {
  37. min-height: 500px;
  38. padding-right: 2px;
  39. margin-bottom: 5px;
  40. overflow-y: auto;
  41. overflow-x: hidden;
  42. background-color: #fff;
  43. flex: 1;
  44. }
  45. #tab_Top > li {
  46. -webkit-touch-callout: none; /* iOS Safari */
  47. -webkit-user-select: none; /* Chrome/Safari/Opera */
  48. -khtml-user-select: none; /* Konqueror */
  49. -moz-user-select: none; /* Firefox */
  50. -ms-user-select: none; /* Internet Explorer/Edge */
  51. user-select: none;
  52. /* Non-prefixed version, currently
  53. not supported by any browser */
  54. }
  55. .logosize {
  56. margin: 16px 0px 16px 16px;
  57. height: 58px;
  58. width: 130px;
  59. }
  60. .cm-logo {
  61. padding: 6px 0px;
  62. width: auto;
  63. height: auto;
  64. max-width: 100%;
  65. max-height: 100%;
  66. }
  67. .leftnav > li > .a_main_menu_active {
  68. background-color: #0189FF;
  69. color: #fff;
  70. }
  71. /*.panel-default > .panel-heading {
  72. color: #333333;
  73. background-color: #f5f5f5;
  74. background-color: #fff;
  75. border-color: #dddddd;
  76. }*/
  77. .left_line {
  78. border: 1px solid #e5e5e5;
  79. }
  80. .panel-default > a {
  81. position: relative;
  82. display: block;
  83. text-decoration: none;
  84. color: #333;
  85. font-size: 14px;
  86. }
  87. /*菜单*/
  88. .navbar-custom .navbar-nav > li > a {
  89. color: #fff;
  90. }
  91. .navbar-custom .navbar-nav > li > a:hover,
  92. .navbar-custom .navbar-nav > li > a:focus {
  93. color: #fff;
  94. background-color: #79b9ff;
  95. }
  96. .navbar-custom .navbar-nav > .active > a,
  97. .navbar-custom .navbar-nav > .active > a:hover,
  98. .navbar-custom .navbar-nav > .active > a:focus {
  99. color: #fff;
  100. background-color: #51A4FF;
  101. }
  102. .leftnav > li {
  103. position: relative;
  104. display: block;
  105. }
  106. .indexhome_maintext > a, .indexhome_maintext > a:hover {
  107. text-decoration: none;
  108. color: #333;
  109. font-size: 14px;
  110. }
  111. .leftnav > li > a {
  112. text-decoration: none;
  113. position: relative;
  114. display: block;
  115. padding: 10px 20px;
  116. color: #666;
  117. }
  118. /*.indexhome_setext > li > a {
  119. color: #666;
  120. }*/
  121. .leftnav {
  122. padding: 0;
  123. }
  124. .left_menu_active {
  125. background-color: #0189ff;
  126. }
  127. li.left_menu_active > a {
  128. color: #fff;
  129. }
  130. /*#region 首页*/
  131. #main-menuList > li {
  132. position: relative;
  133. display: block;
  134. width: 310px;
  135. height: 230px;
  136. float: left;
  137. margin: 11px;
  138. border: 1px solid #bcbcbc;
  139. }
  140. #main-menuList > li .image {
  141. height: 190px;
  142. }
  143. #main-menuList > li .font {
  144. height: 38px;
  145. background: #f5f5f5;
  146. font-family: 'Microsoft Regula';
  147. color: #4d4d4d;
  148. font-size: 21px;
  149. text-align: left;
  150. padding-left: 20px;
  151. line-height: 38px;
  152. }
  153. #main-menuList > li a {
  154. text-decoration: none;
  155. }
  156. /*#endregion */
  157. #tab-navs ul li img {
  158. height: 36px;
  159. float: left;
  160. margin-top: 5px;
  161. margin-left: 8px;
  162. }
  163. #tab-navs ul li span {
  164. height: 28px;
  165. float: left;
  166. margin-left: 5px;
  167. line-height: 1;
  168. padding-top: 8px;
  169. }
  170. .menu_up, .menu_down {
  171. background: #ffffff none repeat scroll 0 0;
  172. height: 25px;
  173. width: 120px;
  174. display: none;
  175. }
  176. .menu_down a {
  177. background: url("/Content/images/menu-down.png") no-repeat scroll center top;
  178. display: block;
  179. height: 25px;
  180. width: 120px;
  181. text-decoration: none;
  182. margin: 0;
  183. padding: 0;
  184. }
  185. .menu_down a:hover {
  186. background: url("/Content/images/menu-down_on.png") no-repeat scroll center top;
  187. }
  188. .menu_up a {
  189. background: url("/Content/images/menu-up.png") no-repeat scroll center top;
  190. display: block;
  191. height: 25px;
  192. width: 120px;
  193. text-decoration: none;
  194. margin: 0;
  195. padding: 0;
  196. }
  197. .menu_up a:hover {
  198. background: url("/Content/images/menu-up_on.png") no-repeat scroll center top;
  199. }
  200. /*
  201. angularstrap
  202. */
  203. .modal-backdrop.am-fade {
  204. opacity: .5;
  205. transition: opacity .15s linear;
  206. /*&.ng-enter {
  207. opacity: 0;
  208. &.ng-enter-active {
  209. opacity: .5;
  210. }
  211. }
  212. &.ng-leave {
  213. opacity: .5;
  214. &.ng-leave-active {
  215. opacity: 0;
  216. }
  217. }*/
  218. }
  219. .aside-backdrop {
  220. opacity: .5;
  221. transition: opacity .15s linear;
  222. }
  223. .formtable1 .form_foot, .panel_foot {
  224. align-content: center;
  225. text-align: center;
  226. }
  227. .formtable1 * {
  228. font-size: 12px;
  229. }
  230. .table3col > tbody > tr > th {
  231. width: 12%;
  232. line-height: 36px;
  233. text-align: right;
  234. }
  235. .tform {
  236. width: 100%;
  237. }
  238. .tform .input-group {
  239. padding-top: 3px;
  240. }
  241. .tform > tbody > tr > th {
  242. vertical-align: middle;
  243. padding: 0;
  244. }
  245. .tform > tbody > tr > td {
  246. vertical-align: middle;
  247. padding: 1px 2px;
  248. }
  249. /*
  250. input,select {
  251. height: 30px !important;
  252. }*/
  253. .formquery-panel-height {
  254. min-height: 450px;
  255. margin: 30px 5px 0px 15px;
  256. }
  257. .formquery * {
  258. font-size: 12px;
  259. }
  260. .formquery-panel-height > .panel-heading {
  261. background-color: white;
  262. }
  263. .formquery-panel-height > .panel-heading > h4 {
  264. margin-top: 4px;
  265. margin-bottom: 4px;
  266. }
  267. .formquery {
  268. margin: 3px 3px 3px 5px;
  269. padding: 10px;
  270. }
  271. .formquery1 {
  272. margin: -30px 3px 3px 5px;
  273. padding: 10px;
  274. }
  275. .formquery-btns-panel {
  276. margin-left: 6px;
  277. }
  278. /*.panel-default > .panel-heading {
  279. color: #333333;
  280. background-color: #f5f5f5;
  281. background-color: #fff;
  282. border-color: #dddddd;
  283. }*/
  284. table.tform th {
  285. background-color: #f0f8ff;
  286. }
  287. table.tlist th {
  288. background: #f0f8ff;
  289. line-height: 26px;
  290. border: 1px solid #FFFFFF;
  291. text-align: center;
  292. font-size: 12px;
  293. }
  294. .tlist td {
  295. font-size: 12px;
  296. padding: 2px !important;
  297. }
  298. table.tlist .gifthbtn {
  299. font-size: 18px;
  300. margin-left: 10px;
  301. cursor: pointer;
  302. }
  303. .form_op_btns {
  304. display: flex;
  305. align-items: center;
  306. justify-content: flex-end;
  307. }
  308. .diytooltip .tooltip-inner {
  309. max-width: 500px;
  310. text-align: left;
  311. font-size: 14px;
  312. text-transform: uppercase;
  313. box-shadow: 0 0 7px black;
  314. }
  315. /*
  316. *Alerts placement center
  317. */
  318. .alert.center {
  319. position: fixed;
  320. z-index: 1150;
  321. margin: 20px;
  322. right: auto;
  323. }
  324. .alert.center {
  325. top: 45%;
  326. left: 40%;
  327. }
  328. .alert.center-d {
  329. top: 45%;
  330. left: 25%;
  331. }
  332. .alert.center .close {
  333. padding-left: 10px;
  334. }
  335. .table {
  336. margin-bottom: 0px;
  337. }
  338. /*
  339. p {
  340. margin: -5px 0px 20px;
  341. }
  342. */
  343. li.row {
  344. margin-bottom: 8px;
  345. }
  346. .loginframe {
  347. display: flex;
  348. align-items: center;
  349. justify-content: center;
  350. width: 100%;
  351. min-height: 100vh;
  352. background-image: url("../../content/images/login-bg.png");
  353. background-repeat: no-repeat;
  354. background-size: 100% 100%;
  355. }
  356. .loginbox {
  357. display: flex;
  358. justify-content: flex-end;
  359. align-items: center;
  360. width: 45%;
  361. height: 35vh;
  362. background-image: url("../../content/images/login_box.png");
  363. background-repeat: no-repeat;
  364. background-size: 100% 100%;
  365. min-width: 650px;
  366. }
  367. .logininputdiv {
  368. display: flex;
  369. width: 65%;
  370. }
  371. .input-group-img {
  372. padding: 0 !important;
  373. }