global.css 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394
  1. body{
  2. font-family:"微软雅黑","Tahoma";
  3. font-size: 14px;
  4. overflow:hidden;
  5. }
  6. h1, h2, h3, h4, h5, h6{
  7. margin:0;
  8. padding:0;
  9. }
  10. dl,ul,dd{
  11. margin:0;
  12. padding:0;
  13. }
  14. dl li,ul li{
  15. list-style-type: none;
  16. }
  17. dd {
  18. margin-left:0
  19. }
  20. a{
  21. color:#0096C4;
  22. outline:none;
  23. text-decoration: none;
  24. }
  25. a:hover{
  26. color:#007ca2;
  27. }
  28. a:active{
  29. color:#007ca2;
  30. }
  31. a:focus{
  32. color:#007ca2;
  33. text-decoration: none;
  34. }
  35. a img {
  36. border:0 none
  37. }
  38. img {
  39. vertical-align:middle;
  40. border:0px
  41. }
  42. table {
  43. border-collapse:collapse
  44. }
  45. .login-wrap{
  46. position:fixed;
  47. width:100%;
  48. height:100%;
  49. background-image: -webkit-linear-gradient(right,#00c3ec 0,#00c89d 100%);
  50. background-image: linear-gradient(to left,#00c3ec 0,#00c89d 100%);
  51. box-shadow: 0 -1px 6px rgba(0,0,0,.05) inset;
  52. }
  53. .login-title{
  54. width:400px;
  55. color:#fff;
  56. text-align: center;
  57. padding:30px 0;
  58. }
  59. .login-form{
  60. position:absolute;
  61. top:40%;
  62. left:50%;
  63. margin-top:-175px;
  64. margin-left: -200px;
  65. }
  66. .login-form form{
  67. width:400px;
  68. height:280px;
  69. background:#fff;
  70. padding-top: 70px;
  71. padding-left:35px;
  72. padding-right: 35px;
  73. border-radius: 5px;
  74. -webkit-box-shadow:0 0 10px rgba(150, 150, 150, .5);
  75. -moz-box-shadow:0 0 10px rgba(150, 150, 150, .5);
  76. box-shadow:0 0 10px rgba(150, 150, 150, .5);
  77. }
  78. .login-form .input-group-addon{
  79. width:38px;
  80. text-align: center;
  81. }
  82. .top-wrap{
  83. font-size: 18px;
  84. padding:0 20px;
  85. color:#fff;
  86. height: 50px;
  87. line-height: 50px;
  88. background-image: -webkit-linear-gradient(right,#00c3ec 0,#00c89d 100%);
  89. background-image: linear-gradient(to left,#00c3ec 0,#00c89d 100%);
  90. box-shadow: 0 -1px 6px rgba(0,0,0,.05) inset;
  91. min-width: 1100px;
  92. }
  93. .top-title{
  94. line-height: 50px;
  95. }
  96. .user-wrap{
  97. color:#fff;
  98. }
  99. .user-wrap:hover{
  100. color:#0090ad;
  101. text-decoration: none;
  102. }
  103. .avatar-img{
  104. margin-right: 3px;
  105. border-radius: 15px;
  106. }
  107. .user-name{
  108. font-size: 16px;
  109. color:#fff;
  110. }
  111. .ion-off{
  112. display: inline-block;
  113. width:30px;
  114. text-align: center;
  115. color:#0090ad;
  116. }
  117. .left-nav{
  118. position: fixed;
  119. z-index: 99;
  120. width:70px;
  121. height:100%;
  122. left:0;
  123. top:50px;
  124. background:#47606C;
  125. font-size: 14px;
  126. }
  127. .left-nav ul li a{
  128. display:inline-block;
  129. width:70px;
  130. text-align: center;
  131. padding:13px 0;
  132. color:#8abbd2;
  133. }
  134. .left-nav ul li a:hover{
  135. background:#374C59;
  136. color:#f0f0f0;
  137. text-decoration: none;
  138. }
  139. .left-nav ul li a .icon{
  140. line-height: 26px;
  141. font-size: 28px;
  142. display:block;
  143. }
  144. .left-nav ul li a.active{
  145. background:#374C59;
  146. color:#f0f0f0;
  147. border-top: 1px solid #2a4251;
  148. border-bottom: 1px solid #2a4251;
  149. }
  150. .main-wrap{
  151. margin:50px 0 0 70px;
  152. padding-top: 15px;
  153. padding-bottom: 25px;
  154. overflow-y:auto;
  155. }
  156. .main-title{
  157. display:block;
  158. }
  159. .main-title .form-control{
  160. width:300px;
  161. }
  162. .side-wrap{
  163. position:absolute;
  164. z-index: 99;
  165. right:-700px;
  166. /*right:0;*/
  167. top:50px;
  168. background:#fff;
  169. width:700px;
  170. height:100%;
  171. overflow-y:auto;
  172. -webkit-box-shadow:0 0 10px rgba(150, 150, 150, .5);
  173. -moz-box-shadow:0 0 10px rgba(150, 150, 150, .5);
  174. box-shadow:0 0 10px rgba(150, 150, 150, .5);
  175. }
  176. .side-top{
  177. background:#fff;
  178. border-bottom: 1px solid #ddd;
  179. }
  180. .class-wrap .class-list{
  181. position:relative;
  182. margin-bottom: 15px;
  183. }
  184. .class-list:before{
  185. content: "";
  186. width: 1px;
  187. position: absolute;
  188. background: #21d376;
  189. left: 20px;
  190. top: 30px;
  191. bottom: 21px;
  192. display: block;
  193. padding-bottom: 23px;
  194. box-sizing: border-box;
  195. }
  196. .class-list dt{
  197. height:50px;
  198. line-height: 50px;
  199. background:#f7f7f7;
  200. border-radius: 3px;
  201. padding:0 15px;
  202. }
  203. .class-wrap .class-title{
  204. position:absolute;
  205. font-size: 16px;
  206. width:70%;
  207. font-weight: 500;
  208. cursor: pointer;
  209. }
  210. .class-title:before{
  211. content: "";
  212. height: 11px;
  213. width: 11px;
  214. border: 2px solid #21d376;
  215. border-radius: 100%;
  216. background: #fff;
  217. margin-right: 10px;
  218. display: inline-block;
  219. position: relative;
  220. top: 0px;
  221. }
  222. .class-wrap .class-title-first:after{
  223. content: "";
  224. display: inline-block;
  225. height: 0;
  226. width: 0;
  227. border-left: 4px solid transparent;
  228. border-right: 4px solid transparent;
  229. border-top: 5px solid #333;
  230. position: absolute;
  231. top: 50%;
  232. margin-top: -2px;
  233. margin-left: 5px;
  234. -webkit-transition: all ease .2s;
  235. -moz-transition: all ease .2s;
  236. -o-transition: all ease .2s;
  237. transition: all ease .2s;
  238. }
  239. .class-list dd{
  240. padding-left: 55px;
  241. }
  242. .class-list dd .inner{
  243. height:45px;
  244. line-height: 45px;
  245. border-bottom: 1px solid #eff4f5;
  246. padding-right: 15px;
  247. }
  248. .class-title-two{
  249. font-size: 14px !important;
  250. }
  251. .class-title-two:before{
  252. content: "";
  253. height: 8px;
  254. width: 8px;
  255. background: #21d376;
  256. border-radius: 100%;
  257. position: absolute;
  258. left: -12px;
  259. top: 50%;
  260. margin-top: -4px;
  261. }
  262. .class-title-two:after{
  263. content: "";
  264. height: 1px;
  265. width: 22px;
  266. border-top: 1px dotted #21d376;
  267. position: absolute;
  268. left: -34px;
  269. top: 23px;
  270. }
  271. .class-oper a{
  272. padding:0 8px;
  273. }
  274. .btn-blue {
  275. color: #fff;
  276. background-color: #0096C4;
  277. border-color: #0096C4;
  278. }
  279. .btn-blue:hover {
  280. color: #fff;
  281. background-color: #0088b2;
  282. border-color: #0088b2;
  283. }
  284. .btn-blue:focus, .btn-blue.focus {
  285. -webkit-box-shadow: 0 0 0 2px rgba(0, 136, 178, 0.5);
  286. box-shadow: 0 0 0 2px rgba(0, 136, 178, 0.5);
  287. }
  288. .btn-blue.disabled, .btn-blue:disabled {
  289. background-color: #0088b2;
  290. border-color: #0088b2;
  291. }
  292. .btn-blue:active, .btn-blue.active,
  293. .show > .btn-blue.dropdown-toggle {
  294. color: #fff;
  295. background-color: #0088b2;
  296. background-image: none;
  297. border-color: #0088b2;
  298. }
  299. .btn-green {
  300. color: #fff;
  301. background-color: #00C8A3;
  302. border-color: #00C8A3;
  303. }
  304. .btn-green:hover {
  305. color: #fff;
  306. background-color: #00b896;
  307. border-color: #00b896;
  308. }
  309. .btn-green:focus, .btn-green.focus {
  310. -webkit-box-shadow: 0 0 0 2px rgba(0, 184, 150, 0.5);
  311. box-shadow: 0 0 0 2px rgba(0, 184, 150, 0.5);
  312. }
  313. .btn-green.disabled, .btn-green:disabled {
  314. background-color: #00b896;
  315. border-color: #00b896;
  316. }
  317. .btn-green:active, .btn-green.active,
  318. .show > .btn-green.dropdown-toggle {
  319. color: #fff;
  320. background-color: #00b896;
  321. background-image: none;
  322. border-color: #00b896;
  323. }
  324. .btn-outline-green {
  325. color: #00C8A3;
  326. background-image: none;
  327. background-color: transparent;
  328. border-color: #00C8A3;
  329. }
  330. .btn-outline-green:hover {
  331. color: #fff;
  332. background-color: #00b896;
  333. border-color: #00b896;
  334. }
  335. .btn-outline-green:focus, .btn-outline-green.focus {
  336. -webkit-box-shadow: 0 0 0 2px rgba(0, 184, 150, 0.5);
  337. box-shadow: 0 0 0 2px rgba(0, 184, 150, 0.5);
  338. }
  339. .btn-outline-green.disabled, .btn-outline-green:disabled {
  340. color: #00b896;
  341. background-color: transparent;
  342. }
  343. .btn-outline-green:active, .btn-outline-green.active,
  344. .show > .btn-outline-green.dropdown-toggle {
  345. color: #fff;
  346. background-color: #00b896;
  347. border-color: #00b896;
  348. }
  349. .btn-outline-blue {
  350. color: #0088b2;
  351. background-image: none;
  352. background-color: transparent;
  353. border-color: #0088b2;
  354. }
  355. .btn-outline-blue:hover {
  356. color: #fff;
  357. background-color: #0088b2;
  358. border-color: #0088b2;
  359. }
  360. .btn-outline-blue:focus, .btn-outline-blue.focus {
  361. -webkit-box-shadow: 0 0 0 2px rgba(0, 136, 178, 0.5);
  362. box-shadow: 0 0 0 2px rgba(0, 136, 178, 0.5);
  363. }
  364. .btn-outline-blue.disabled, .btn-outline-blue:disabled {
  365. color: #0088b2;
  366. background-color: transparent;
  367. }
  368. .btn-outline-blue:active, .btn-outline-blue.active,
  369. .show > .btn-outline-blue.dropdown-toggle {
  370. color: #fff;
  371. background-color: #0088b2;
  372. border-color: #0088b2;
  373. }