login.css 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  1. html{height: 100%;}
  2. body {
  3. background:url("../img/beijing.png") no-repeat;
  4. background-size: 100% 100%;
  5. color: rgba(255,255,255,.95);
  6. }
  7. .form-control:focus, .single-line:focus{
  8. border-color:#284a94 !important;
  9. color: #284a94 !important;
  10. }
  11. /*.bg-top{*/
  12. /* height: 100%;*/
  13. /* background:url("../img/login-bg.jpg") no-repeat center fixed;*/
  14. /* -webkit-background-size: cover;*/
  15. /* -moz-background-size: cover;*/
  16. /* -o-background-size: cover;*/
  17. /* background-size: cover;*/
  18. /* color: rgba(255,255,255,.95);*/
  19. /*}*/
  20. .bg-buttom{
  21. height: auto;
  22. }
  23. .from-data{
  24. display: flex;
  25. /*position: fixed;*/
  26. width: 100%;
  27. height: 100%;
  28. background: #FFFFFF;
  29. box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.1);
  30. border-radius: 10px 10px 10px 10px;
  31. opacity: 1;
  32. /*top: 20%;*/
  33. /*left: 77.4%;*/
  34. /*margin-left: -400px;*/
  35. }
  36. .from-left{
  37. width: 400px;
  38. height: 400px;
  39. background: #FAFAFA;
  40. border-radius: 10px 10px 10px 10px;
  41. opacity: 1;
  42. text-align: center;
  43. padding-top: 15%;
  44. }
  45. .l-title{
  46. position: absolute;
  47. z-index: 100;
  48. top: 20%;
  49. left: 20px;
  50. width: 100%;
  51. height: 200px;
  52. }
  53. .l-title-a{
  54. width: 389px;
  55. font-size: 20px;
  56. font-family: Source Han Sans CN;
  57. font-weight: bold;
  58. color: #FFFFFF;
  59. }
  60. .logo-title{
  61. height: 61px;
  62. font-size: 22px;
  63. font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  64. font-weight: bold;
  65. color: #333333;
  66. /*line-height: 62px;*/
  67. margin-top: 40px;
  68. text-align: center;
  69. /*margin-left: 42%;*/
  70. margin-bottom: 30px;
  71. }
  72. .form-right{
  73. width: 400px;
  74. height: 400px;
  75. font-size: 32px;
  76. font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  77. font-weight: bold;
  78. color: #333333;
  79. line-height: 32px;
  80. }
  81. .forget a{
  82. width: 73px;
  83. height: 16px;
  84. font-size: 16px;
  85. font-family: PingFang-SC-Medium, PingFang-SC;
  86. font-weight: 500;
  87. color: #999999;
  88. line-height: 43px;
  89. margin-left: 40%;
  90. }
  91. .bg-title{
  92. width: 651px;
  93. height: 34px;
  94. font-size: 36px;
  95. font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  96. font-weight: 400;
  97. color: #FFFFFF;
  98. line-height: 36px;
  99. position: fixed;
  100. top: 10%;
  101. left: 27%;
  102. }
  103. .copyright-text{
  104. height: 16px;
  105. font-size: 14px;
  106. font-family: Source Han Sans CN;
  107. font-weight: 400;
  108. color: #FFFFFF;
  109. position: relative;
  110. /*left: 40%;*/
  111. /*top: 90%;*/
  112. text-align: center;
  113. margin-top: 100px;
  114. }
  115. .signinpanel {
  116. width: 750px;
  117. margin: 10% auto 0 auto;
  118. }
  119. .signinpanel .logopanel {
  120. float: none;
  121. width: auto;
  122. padding: 0;
  123. background: none;
  124. }
  125. .signinpanel .signin-info ul {
  126. list-style: none;
  127. padding: 0;
  128. margin: 20px 0;
  129. }
  130. .signinpanel .form-control {
  131. display: block;
  132. margin-top: 15px;
  133. }
  134. .input1 img{
  135. width: 70px;
  136. height: 70px;
  137. }
  138. .input2 img{
  139. width: 70px;
  140. height: 70px;
  141. }
  142. .signinpanel .btn {
  143. margin-top: 30px;
  144. }
  145. .btn-block{
  146. /*width: 300px;*/
  147. border: 0;
  148. height: 46px;
  149. font-size: 18px;
  150. background: #284a94;
  151. border-radius: 4px 4px 4px 4px;
  152. opacity: 1;
  153. outline: none;
  154. margin-top: 10px;
  155. }
  156. .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info{
  157. background-color: #284a94 !important;
  158. }
  159. .signinpanel form {
  160. -moz-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
  161. -webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
  162. box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
  163. -moz-border-radius: 3px;
  164. -webkit-border-radius: 3px;
  165. border-radius: 20px;
  166. margin: 0 135px;
  167. }
  168. .input1{
  169. display: flex;
  170. }
  171. .input2{
  172. display: flex;
  173. }
  174. .signup-footer{border-top: solid 1px rgba(255,255,255,.3);margin:20px 0;padding-top: 15px;}
  175. @media screen and (max-width: 768px) {
  176. .signinpanel,
  177. .signuppanel {
  178. margin: 0 auto;
  179. width: 420px!important;
  180. padding: 20px;
  181. }
  182. .signinpanel form {
  183. margin-top: 20px;
  184. }
  185. .signup-footer {
  186. margin-bottom: 10px;
  187. }
  188. .signuppanel .form-control {
  189. margin-bottom: 10px;
  190. }
  191. .signup-footer .pull-left,
  192. .signup-footer .pull-right {
  193. float: none !important;
  194. text-align: center;
  195. }
  196. .signinpanel .signin-info ul {
  197. display: none;
  198. }
  199. }
  200. @media screen and (max-width: 320px) {
  201. .signinpanel,
  202. .signuppanel {
  203. margin:0 20px;
  204. width:auto;
  205. }
  206. }
  207. .login-input-box {
  208. width: 100%;
  209. height: 70px;
  210. overflow: hidden;
  211. /*margin-top: 20px;*/
  212. }
  213. .login-input-box .login_icon {
  214. width: 70px;
  215. height: 70px;
  216. text-align: center;
  217. float: left;
  218. border-radius: 35px 0 0 35px;
  219. }
  220. .login-input-box .login_icon img {
  221. border-radius: 35px 0 0 35px;
  222. border: 1px solid #FFFFFF;
  223. border-right: 0;
  224. vertical-align: middle;
  225. overflow: hidden;
  226. height: 70px;
  227. width: 70px;
  228. }
  229. .login_input-box {
  230. width: 100%;
  231. height: 46px;
  232. background: #FFFFFF;
  233. border-radius: 4px 4px 4px 4px;
  234. opacity: 1;
  235. }
  236. .login_input-box input {
  237. height: 46px;
  238. font-size: 17px;
  239. font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  240. font-weight: 400;
  241. color: #999999;
  242. /*line-height: 43px*/
  243. }
  244. .logo1{
  245. width: 288px;
  246. height: 66px;
  247. }
  248. .row1{
  249. margin: 0 230px;
  250. }
  251. body{
  252. padding-top: 15vh;
  253. }
  254. .login-box{
  255. width: 750px;
  256. overflow: hidden;
  257. margin: 0 auto;
  258. height: 440px;
  259. /*background-color: #ffffff;*/
  260. }
  261. .login-box-left{
  262. position: relative;
  263. width: 350px;
  264. height: 100%;
  265. float: left;
  266. }
  267. .login-box-banner{
  268. width: 100%;
  269. height: 100%;
  270. background-color: transparent;
  271. }
  272. .login-box-banner img{
  273. width: 100%;
  274. height: 100%;
  275. object-fit: contain;
  276. }
  277. .login-box-right{
  278. width: 400px;
  279. height: 100%;
  280. float: left;
  281. }