地铁二期项目正式开始

metrologin.css 6.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383
  1. body {
  2. background: #666666;
  3. font-family: "Microsoft YaHei"
  4. }
  5. #supersized-loader {
  6. position: absolute;
  7. top: 50%;
  8. left: 50%;
  9. z-index: 0;
  10. width: 60px;
  11. height: 60px;
  12. margin: -30px 0 0 -30px;
  13. text-indent: -999em;
  14. background: url(../images/loading.gif) no-repeat center center
  15. }
  16. #supersized {
  17. display: block;
  18. position: fixed;
  19. left: 0;
  20. top: 0;
  21. overflow: hidden;
  22. z-index: -999;
  23. height: 100%;
  24. width: 100%
  25. }
  26. #supersized img {
  27. width: auto;
  28. height: auto;
  29. position: relative;
  30. display: none;
  31. outline: none;
  32. border: none
  33. }
  34. #supersized.speed img {
  35. -ms-interpolation-mode: nearest-neighbor;
  36. image-rendering: -moz-crisp-edges
  37. }
  38. #supersized.quality img {
  39. -ms-interpolation-mode: bicubic;
  40. image-rendering: optimizeQuality
  41. }
  42. #supersized li {
  43. display: block;
  44. list-style: none;
  45. z-index: -30;
  46. position: fixed;
  47. overflow: hidden;
  48. top: 0;
  49. left: 0;
  50. width: 100%;
  51. height: 100%;
  52. background: #111
  53. }
  54. #supersized a {
  55. width: 100%;
  56. height: 100%;
  57. display: block
  58. }
  59. #supersized li.prevslide {
  60. z-index: -20
  61. }
  62. #supersized li.activeslide {
  63. z-index: -10
  64. }
  65. #supersized li.image-loading {
  66. background: #111 url(../images/loading.gif) no-repeat center center;
  67. width: 100%;
  68. height: 100%
  69. }
  70. #supersized li.image-loading img {
  71. visibility: hidden
  72. }
  73. #supersized li.prevslide img,#supersized li.activeslide img {
  74. display: inline
  75. }
  76. #supersized img {
  77. max-width: none!important
  78. }
  79. #supersized i {
  80. _zoom: 300
  81. }
  82. .larry-main {
  83. width: 400px;
  84. height: auto;
  85. margin: 0 auto;
  86. padding-top: 45px;
  87. padding-bottom: 25px;
  88. padding-left: 45px;
  89. padding-right: 45px;
  90. box-shadow: 0px 0px 70px #ffffff;
  91. border-radius: 5px;
  92. background:rgb(0,0,0);background: rgb(4,93,136,0.8);
  93. filter: alpha(opacity=80);
  94. border: 1px solid #909090
  95. }
  96. .larry-main .title {
  97. display: block;
  98. width: 100%;
  99. height: 45px;
  100. line-height: 45px;
  101. color: #ffffff;
  102. font-size: 32px;
  103. text-align: center;
  104. font-weight: bold;
  105. margin-bottom: 5px
  106. }
  107. .larry-main p.info {
  108. display: block;
  109. width: 100%;
  110. height: 35px;
  111. line-height: 35px;
  112. color: #ffffff;
  113. font-size: 24px;
  114. text-align: center;
  115. padding-bottom: 15px
  116. }
  117. .user-info {
  118. display: block;
  119. width: 100%;
  120. height: 400px;
  121. padding-top: 5px;
  122. overflow: hidden;
  123. margin: 0 auto
  124. }
  125. .user-info .avatar {
  126. display: block;
  127. width: 96px;
  128. height: 96px;
  129. margin: 0 auto;
  130. margin-bottom: 25px
  131. }
  132. .layui-form {
  133. display: block;
  134. position: static;
  135. width: 290px;
  136. overflow: hidden;
  137. margin: 0 auto;
  138. padding: 0px;
  139. padding-left: 15px;
  140. padding-right: 15px
  141. }
  142. .layui-form .layui-form-item {
  143. display: block;
  144. width: 100%;
  145. height: 40px;
  146. border: none;
  147. position: relative;
  148. margin-bottom: 20px
  149. }
  150. .layui-form .layui-form-item label.layui-form-label {
  151. display: block;
  152. padding: 0px;
  153. margin: 0px;
  154. width: 55px;
  155. height: 20px;
  156. line-height: 20px;
  157. position: absolute;
  158. top: 10px;
  159. left: 10px;
  160. font-size: 14px;
  161. font-weight: 600;
  162. color: #ffffff;
  163. padding-right: 10px;
  164. border-right: dotted 1px #FFF;
  165. text-align: right
  166. }
  167. .layui-form .layui-form-item input.larry-input {
  168. display: block;
  169. width: 100%;
  170. height: 40px;
  171. vertical-align: middle;
  172. margin: 0px;
  173. padding: 0px;
  174. position: absolute;
  175. top: 0px;
  176. left: 0px;
  177. font-size: 14px;
  178. font-family: "Microsoft YaHei","Lucida Grande","Lucida Sans Unicode",Tahoma,Helvetica,Arial,sans-serif;
  179. color: #ffffff!important;
  180. background: #2d2d2d;
  181. background: rgba(15,15,15,.15);
  182. border: 1px solid #3d3d3d;
  183. border: 1px solid rgba(255,255,255,.15);
  184. -moz-border-radius: 5px;
  185. -webkit-border-radius: 5px;
  186. border-radius: 5px;
  187. text-shadow: 0 1px 2px rgba(0,0,0,.1);
  188. -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
  189. -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
  190. box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
  191. -o-transition: all .2s;
  192. -moz-transition: all .2s;
  193. -webkit-transition: all .2s;
  194. -ms-transition: all .2s;
  195. padding-left: 82px
  196. }
  197. input::-webkit-input-placeholder {
  198. color: #ccc
  199. }
  200. input:-moz-placeholder {
  201. color: #ccc
  202. }
  203. input::-moz-placeholder {
  204. color: #ccc
  205. }
  206. input:-ms-input-placeholder {
  207. color: #ccc
  208. }
  209. .layui-form .layui-form-item input.larry-input:focus {
  210. color: #ffffff
  211. }
  212. #larry_code {
  213. width: 100px;
  214. margin-bottom: 25px
  215. }
  216. #larry_code input.larry-input {
  217. padding-left: 10px!important;
  218. color: #ffffff
  219. }
  220. #larry_code input.larry-input:focus {
  221. color: #ffffff;
  222. font-size: 16px
  223. }
  224. #larry_code input::-webkit-input-placeholder {
  225. color: #fff
  226. }
  227. #larry_code input:-moz-placeholder {
  228. color: #fff
  229. }
  230. #larry_code input::-moz-placeholder {
  231. color: #fff
  232. }
  233. #larry_code input:-ms-input-placeholder {
  234. color: #fff
  235. }
  236. #larry_code .code {
  237. display: block;
  238. background: #ffffff;
  239. width: 181px;
  240. height: 40px;
  241. padding: 0px;
  242. border-radius: 4px;
  243. position: absolute;
  244. top: -1px;
  245. left: 108px;
  246. box-shadow: 0 1px 1px 1px rgba(0,0,0,0.25)
  247. }
  248. #larry_code .code .arrow {
  249. background: url(../images/login/login_code.png) no-repeat 0 0;
  250. display: block;
  251. width: 7px;
  252. height: 13px;
  253. position: absolute;
  254. left: -7px;
  255. top: 13px
  256. }
  257. #larry_code .code-img {
  258. width: 160px;
  259. height: 38px;
  260. position: absolute;
  261. top: 1px;
  262. left: 2px;
  263. cursor: pointer
  264. }
  265. #larry_code .code-img img {
  266. display: block;
  267. width: 100%;
  268. height: 100%
  269. }
  270. #larry_code .code a.change {
  271. display: block;
  272. width: 11px;
  273. height: 14px;
  274. cursor: pointer;
  275. position: absolute;
  276. top: 15px;
  277. right: 3px;
  278. background: url(../images/login/login_code.png) no-repeat 0px -15px;
  279. opacity: 0.7
  280. }
  281. .larry-btn {
  282. position: static;
  283. display: block;
  284. font-size: 16px;
  285. font-family: "Microsoft YaHei","Lucida Grande","Lucida Sans Unicode",Tahoma,Helvetica,Arial,sans-serif;
  286. font-weight: 600;
  287. letter-spacing: 1px;
  288. background: #ef4300;
  289. width: 170px;
  290. height: 40px;
  291. line-height: 40px;
  292. vertical-align: middle;
  293. margin: 0 auto!important;
  294. border: 1px solid #ff730e;
  295. -moz-border-radius: 5px;
  296. -webkit-border-radius: 5px;
  297. border-radius: 5px;
  298. -moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.25) inset,0 2px 7px 0 rgba(0,0,0,.2);
  299. -webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.25) inset,0 2px 7px 0 rgba(0,0,0,.2);
  300. box-shadow: 0 15px 30px 0 rgba(255,255,255,.25) inset,0 2px 7px 0 rgba(0,0,0,.2);
  301. color: #fff;
  302. cursor: pointer;
  303. text-shadow: 0 1px 2px rgba(0,0,0,.1);
  304. -o-transition: all .2s;
  305. -moz-transition: all .2s;
  306. -webkit-transition: all .2s;
  307. -ms-transition: all .2s
  308. }
  309. .larry-btn:hover {
  310. -moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset,0 2px 7px 0 rgba(0,0,0,.2);
  311. -webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset,0 2px 7px 0 rgba(0,0,0,.2);
  312. box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset,0 2px 7px 0 rgba(0,0,0,.2)
  313. }
  314. .larry-btn:active {
  315. -moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset,0 2px 7px 0 rgba(0,0,0,.2);
  316. -webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset,0 2px 7px 0 rgba(0,0,0,.2);
  317. box-shadow: 0 5px 8px 0 rgba(0,0,0,.1) inset,0 1px 4px 0 rgba(0,0,0,.1);
  318. border: 0px solid #ef4300
  319. }
  320. .copy-right {
  321. display: block;
  322. width: 360px;
  323. height: 30px;
  324. line-height: 30px;
  325. margin: 0 auto;
  326. text-align: center;
  327. color: #000000;
  328. font-size: 14px;
  329. padding-top: 5px
  330. }
  331. .copy-right a {
  332. cursor: pointer;
  333. color: #000000
  334. }
  335. .copy-right a:hover {
  336. color: #ffffff
  337. }