Nav apraksta

login.css 5.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. html {
  2. height: 100%;
  3. }
  4. .signin{
  5. width: 100%;
  6. position: relative;
  7. height: 100%;
  8. }
  9. .signin_bg {
  10. /*position: absolute;
  11. left: 0;
  12. top: 0;*/
  13. }
  14. .signin .col-md-5{
  15. width: 50%;
  16. }
  17. .signin_bg .signin_bg_left{
  18. position: absolute;
  19. left: 0;
  20. top: 0;
  21. background: url(../img/login_bg.png) no-repeat left top;
  22. background-size: 100% 100%;
  23. height: 100%;
  24. }
  25. .signin_bg_mask{
  26. position: absolute;
  27. left: 0;
  28. top: 0;
  29. width: 50%;
  30. /*background-color: rgba(0,0,0,.5);*/
  31. height: 100%;
  32. }
  33. .signin_left {
  34. color: #fff;
  35. }
  36. .signin_left i{
  37. display: inline-block;
  38. width: 50px;
  39. height: 36px;
  40. vertical-align: middle;
  41. background: url(../img/login_logo.png) left top no-repeat;
  42. }
  43. .signin_left h2{
  44. font-size: 30px;
  45. font-family: '黑体';
  46. margin-top: 15%;
  47. margin-bottom: 0;
  48. }
  49. .signin_left h2 + p,.left_word>div h2 + p{
  50. margin-top: 22.163%;
  51. margin-bottom: 22.163%;
  52. font-size: 18px;
  53. }
  54. .signin_left h3,.left_word>div h3{
  55. font-size: 24px;
  56. color: #006967;
  57. margin-bottom: 2.5%;
  58. }
  59. .signin_left h3 + p,.left_word>div h3 + p{
  60. line-height: 30px;
  61. font-size: 18px;
  62. color: #fff;
  63. }
  64. .signin_right{
  65. width: 100%;
  66. }
  67. .signin_right .signin_panel{
  68. float: right;
  69. text-align: center;
  70. margin-top: 27.21%;
  71. width: 65%;
  72. }
  73. /*.signin_right .signin_panel h1{
  74. font-size: 24px;
  75. font-family: '华文仿宋';
  76. margin: 0 0 19.46% 0;
  77. font-weight: 600;
  78. }*/
  79. .logo_title span{
  80. font-size: 24px;
  81. font-family: '华文仿宋';
  82. font-weight: 600;
  83. margin-left: 15px;
  84. }
  85. .logo_title>img,.logo_title span{
  86. vertical-align: middle;
  87. }
  88. .logo_title{
  89. margin: 0 0 19.46% 0;
  90. }
  91. .signin_panel .signin_user,
  92. .signin_panel .signin_password,
  93. .signin_panel .signin_seat{
  94. margin-bottom: 11px;
  95. position: relative;
  96. }
  97. .signin_icons{
  98. position: absolute;
  99. left: 13.5px;
  100. top: 11.5px;
  101. width: 17px;
  102. height: 17px;
  103. display: inline-block;
  104. background: url(../img/signin_icon.png) left top no-repeat;
  105. }
  106. .signin_password .signin_icons{
  107. background-position: 0 -30px;
  108. }
  109. .signin_seat .signin_icons{
  110. background-position: 0 -16px;
  111. height: 15px;
  112. }
  113. .signin_panel .form-control{
  114. padding-left: 44px;
  115. height: 40px;
  116. line-height: 40px;
  117. font-size: 16px;
  118. color: #000;
  119. }
  120. .singin_rpassword{
  121. margin-top: 4px;
  122. margin-top: 7px;
  123. }
  124. .rpassword {
  125. float: left;
  126. }
  127. .rpassword input[type="checkbox"]{
  128. appearance: none;
  129. -webkit-appearance: none;
  130. outline: none;
  131. display:none;
  132. }
  133. .rpassword .checkbox_icon{
  134. width: 16px;
  135. height: 16px;
  136. display: inline-block;
  137. background: url("../img/checkbox.png") no-repeat;
  138. background-position:0 0;
  139. vertical-align: sub;
  140. border: 1px solid #5c616b;
  141. cursor: pointer;
  142. }
  143. .rpassword input[type="checkbox"]:checked + .checkbox_icon{
  144. background-position:0 -14px;
  145. }
  146. .rpassword label{
  147. color: #5c616b;
  148. font-size: 14px;
  149. font-family: '宋体';
  150. font-weight: normal;
  151. line-height: 14px;
  152. height: 14px;
  153. cursor: pointer;
  154. }
  155. .fpassword{
  156. float: right;
  157. }
  158. .fpassword a{
  159. color: #5c616b;
  160. text-decoration: none;
  161. font-size: 14px;
  162. font-family: '宋体';
  163. }
  164. .ts{
  165. position: absolute;
  166. right: 12.5px;
  167. top: 12.5px;
  168. height: 15px!important;
  169. }
  170. .Yz_error{
  171. width: 15px;
  172. background: url("../img/yz.png") no-repeat 0 -15px;
  173. }
  174. .Yz_success{
  175. width: 20px;
  176. background: url("../img/yz.png") no-repeat 0 0;
  177. }
  178. .btns{
  179. width: 100%;
  180. background-color: #d1141b;
  181. color: #fff;
  182. height: 40px;
  183. line-height: 40px;
  184. text-align: center;
  185. border: 0;
  186. outline: none;
  187. border-radius: 40px;
  188. cursor: pointer;
  189. margin-top: 40px;
  190. margin-bottom: 12px;
  191. font-size: 16px;
  192. letter-spacing: 6px;
  193. }
  194. .btns:hover{
  195. background-color: #ad1316;
  196. }
  197. .fregister{
  198. font-size: 13px;
  199. font-family: '宋体';
  200. }
  201. .fregister span{
  202. color: #5c616b;
  203. }
  204. .fregister a{
  205. color: #1582b4;
  206. }
  207. .signfooter {
  208. margin-top: 60%;
  209. }
  210. .signfooter p{
  211. height: 14px;
  212. color: #a1a1a1;
  213. line-height: 14px;
  214. margin-bottom: 0;
  215. font-family: 'Calibri';
  216. }
  217. ._success{
  218. border-color: #c91e32!important;
  219. }
  220. ._fail{
  221. border-color: red!important;
  222. }
  223. input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  224. font-family: '华文仿宋';
  225. color: #999999;
  226. }
  227. input:-moz-placeholder, textarea:-moz-placeholder {
  228. font-family: '华文仿宋';
  229. color: #999999;
  230. }
  231. input::-moz-placeholder, textarea::-moz-placeholder {
  232. font-family: '华文仿宋';
  233. color: #999999;
  234. }
  235. input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  236. font-family: '华文仿宋';
  237. color: #999999;
  238. }
  239. @media only screen and (max-width: 1920px) {
  240. }
  241. @media only screen and (max-width: 1366px) {
  242. body.signin{
  243. height: 100%;
  244. }
  245. div.signfooter{
  246. margin-top: 20%;
  247. }
  248. }
  249. @media only screen and (max-width: 1200px) {
  250. }
  251. @media only screen and (max-width: 992px) {
  252. body.signin .col-md-5 {
  253. width: 100%;
  254. }
  255. div.signin_bg_mask {
  256. width: 100%;
  257. }
  258. div.signin_left{
  259. display: none;
  260. }
  261. div.left_word{
  262. display: none;
  263. }
  264. div.signin_right .signin_panel {
  265. margin: 10% auto 0 auto;
  266. float: none;
  267. color: #fff;
  268. }
  269. .rpassword label,.fpassword a,div.fregister span,div.signfooter p{
  270. color: #fff;
  271. }
  272. div.signfooter{
  273. margin-top: 20%;
  274. }
  275. }
  276. @media only screen and (max-width: 768px) {
  277. div.signin .col-md-5 {
  278. width: 100%;
  279. }
  280. div.signin_bg_mask {
  281. width: 100%;
  282. }
  283. div.signin_left{
  284. display: none;
  285. }
  286. div.signin_right .signin_panel {
  287. margin-top: 10%;
  288. }
  289. div.signfooter{
  290. margin-top: 20%;
  291. }
  292. }