login.css 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393
  1. /* =============================================================================
  2. HTML5 CSS Reset Minified - Eric Meyer
  3. ========================================================================== */
  4. html,
  5. body,
  6. div,
  7. span,
  8. object,
  9. iframe,
  10. h1,
  11. h2,
  12. h3,
  13. h4,
  14. h5,
  15. h6,
  16. p,
  17. blockquote,
  18. pre,
  19. abbr,
  20. address,
  21. cite,
  22. code,
  23. del,
  24. dfn,
  25. em,
  26. img,
  27. ins,
  28. kbd,
  29. q,
  30. samp,
  31. small,
  32. strong,
  33. sub,
  34. sup,
  35. var,
  36. b,
  37. i,
  38. dl,
  39. dt,
  40. dd,
  41. ol,
  42. ul,
  43. li,
  44. fieldset,
  45. form,
  46. label,
  47. legend,
  48. table,
  49. caption,
  50. tbody,
  51. tfoot,
  52. thead,
  53. tr,
  54. th,
  55. td,
  56. article,
  57. aside,
  58. canvas,
  59. details,
  60. figcaption,
  61. figure,
  62. footer,
  63. header,
  64. hgroup,
  65. menu,
  66. nav,
  67. section,
  68. summary,
  69. time,
  70. mark,
  71. audio,
  72. video {
  73. margin: 0;
  74. padding: 0;
  75. border: 0;
  76. outline: 0;
  77. font-size: 100%;
  78. vertical-align: baseline;
  79. background: transparent
  80. }
  81. body {
  82. line-height: 1;
  83. height: 100%;
  84. }
  85. article,
  86. aside,
  87. details,
  88. figcaption,
  89. figure,
  90. footer,
  91. header,
  92. hgroup,
  93. menu,
  94. nav,
  95. section {
  96. display: block
  97. }
  98. nav ul {
  99. list-style: none
  100. }
  101. blockquote,
  102. q {
  103. quotes: none
  104. }
  105. blockquote:before,
  106. blockquote:after,
  107. q:before,
  108. q:after {
  109. content: none
  110. }
  111. a {
  112. margin: 0;
  113. padding: 0;
  114. font-size: 100%;
  115. vertical-align: baseline;
  116. background: transparent;
  117. text-decoration: none
  118. }
  119. mark {
  120. background-color: #ff9;
  121. color: #000;
  122. font-style: italic;
  123. font-weight: bold
  124. }
  125. del {
  126. text-decoration: line-through
  127. }
  128. abbr[title],
  129. dfn[title] {
  130. border-bottom: 1px dotted;
  131. cursor: help
  132. }
  133. table {
  134. border-collapse: collapse;
  135. border-spacing: 0
  136. }
  137. hr {
  138. display: block;
  139. height: 1px;
  140. border: 0;
  141. border-top: 1px solid #ccc;
  142. margin: 1em 0;
  143. padding: 0
  144. }
  145. input,
  146. select {
  147. vertical-align: middle
  148. }
  149. li {
  150. list-style: none
  151. }
  152. /* =============================================================================
  153. My CSS
  154. ========================================================================== */
  155. /* ---- base ---- */
  156. html,
  157. body {
  158. width: 100%;
  159. height: 100%;
  160. background: #000000;
  161. }
  162. body {
  163. background-color: #00A1FF;
  164. }
  165. html {
  166. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  167. }
  168. body {
  169. font: normal 75% Arial, Helvetica, sans-serif;
  170. }
  171. canvas {
  172. display: block;
  173. vertical-align: bottom;
  174. }
  175. /* ---- stats.js ---- */
  176. .count-particles {
  177. background: #000022;
  178. position: absolute;
  179. top: 48px;
  180. left: 0;
  181. width: 80px;
  182. color: #13E8E9;
  183. font-size: .8em;
  184. text-align: left;
  185. text-indent: 4px;
  186. line-height: 14px;
  187. padding-bottom: 2px;
  188. font-family: Helvetica, Arial, sans-serif;
  189. font-weight: bold;
  190. }
  191. .js-count-particles {
  192. font-size: 1.1em;
  193. }
  194. #stats,
  195. .count-particles {
  196. -webkit-user-select: none;
  197. margin-top: 5px;
  198. margin-left: 5px;
  199. }
  200. #stats {
  201. border-radius: 3px 3px 0 0;
  202. overflow: hidden;
  203. }
  204. .count-particles {
  205. border-radius: 0 0 3px 3px;
  206. }
  207. /* ---- particles.js container ---- */
  208. #particles-js {
  209. width: 100%;
  210. height: 100%;
  211. /* background-image: url('../img/login_background.png'); */
  212. background-size: cover;
  213. background-position: 50% 50%;
  214. background-repeat: no-repeat;
  215. width: 100%;
  216. height: 100%;
  217. position: absolute;
  218. top: 0;
  219. left: 0;
  220. }
  221. .login-content {
  222. width: 350px;
  223. height: 350px;
  224. text-align: center;
  225. margin: 0 auto;
  226. position: relative;
  227. top: 130px;
  228. border: 1px solid #2890fa;
  229. background: rgb(255, 255, 255);
  230. border-radius: 20px;
  231. box-shadow: 0 0 10x rgb(209, 209, 209);
  232. -webkit-box-shadowz: 0 0 10px #bbbbbb;
  233. }
  234. .login-tit {
  235. background: rgb(255 255 255);
  236. border-bottom: 1px solid #2890fa;
  237. color: #000;
  238. /* font-style: oblique; */
  239. font-weight: bold;
  240. padding: 15px 20px;
  241. text-align: center;
  242. font-size: 20px
  243. }
  244. .login-tit span {
  245. all: initial;
  246. padding: 5px;
  247. text-align: center;
  248. font-size: 20px;
  249. color: #2890fa;
  250. font-weight: bold;
  251. }
  252. .login-input {
  253. width: 90%;
  254. margin: 30px auto 0 auto;
  255. }
  256. .login-input input {
  257. background: rgb(255, 255, 255);
  258. background-color: #fff;
  259. border-style: solid;
  260. display: block;
  261. font-style: oblique;
  262. border-width: 1px;
  263. height: 42px;
  264. width: 85%;
  265. margin-left: 7%;
  266. line-height: 1.5;
  267. border-radius: 2px;
  268. color: #4e4e4e;
  269. border-radius: 50px;
  270. border: 1px solid #d2d2d2;
  271. }
  272. .login-input input:focus {
  273. outline: none;
  274. }
  275. .login-btn {
  276. width: 90%;
  277. display: flex;
  278. color: #ffffff;
  279. margin: 40px auto 0 auto;
  280. }
  281. .login-btn-left span {
  282. background: #2890fa;
  283. padding: 10px 30px;
  284. border-radius: 5px;
  285. cursor: pointer;
  286. }
  287. .login-btn-right {
  288. display: flex;
  289. align-items: center;
  290. color: #000;
  291. margin-left: 10px;
  292. margin-right: 10px;
  293. }
  294. .login-btn-right input {
  295. margin-right: 3px;
  296. }
  297. /* .login-btn-right img {
  298. margin-right: 15px;
  299. background-color: #000000;
  300. } */
  301. .layui-icon {
  302. font-family: layui-icon !important;
  303. font-size: 16px;
  304. font-style: normal;
  305. -webkit-font-smoothing: antialiased;
  306. -moz-osx-font-smoothing: grayscale
  307. }
  308. .layui-form-item label {
  309. position: absolute;
  310. left: 40px;
  311. top: 172px;
  312. width: 38px;
  313. line-height: 36px;
  314. text-align: center;
  315. color: #d2d2d2;
  316. filter: brightness(0.9);
  317. }
  318. .layui-form-item1 label {
  319. position: absolute;
  320. left: 40px;
  321. top: 230px;
  322. width: 38px;
  323. line-height: 36px;
  324. text-align: center;
  325. color: #d2d2d2;
  326. filter: brightness(0.9);
  327. }
  328. .layui-form-item input {
  329. padding-left: 36px;
  330. }
  331. .layui-form-item1 input {
  332. padding-left: 36px;
  333. }
  334. .login-content img {
  335. width: 80px;
  336. height: 80px;
  337. border-radius: 50%;
  338. margin-top: 6px;
  339. filter: brightness(1.3);
  340. }