forked from linkqtech/linkqtech.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.css
More file actions
43 lines (43 loc) · 1.69 KB
/
Copy pathapp.css
File metadata and controls
43 lines (43 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/* Write your styles */
html,body{
background: #444;
background-size: cover;
background-repeat: no-repeat;
}
/* 登陆logo */
.myapp-login { background-size: 100%; height: 100%;}
.myapp-login-logo-block { width: 100%;}
.myapp-login-logo {width: 100%; text-align: center; padding-top: 30px;}
.myapp-login-logo i { color: #eb602e; font-size: 120px;display: inline-block;}
.myapp-login-logo-text {
font-family: "Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif;
color:#fff;
font-weight: bold;
font-size: 40px;
margin-top: -40px;
text-align: center; width: 100%;}
.myapp-login-logo-text span {color: #fff;}
.myapp-login-logo-text .info {
padding-bottom: 30px;
border-bottom: 1px solid #fff;
/*border-bottom: 1px solid #4d4d4d;*/
font-family: FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif;
width: 100%;
font-weight: normal;
font-size: 14px;
color: #fff;
/*color: #fff;*/
}
.login-font {
font-size: 12px;
font-family:"wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif;
width: 100%;
color: #5e5e5e;
text-align: center;
padding: 20px 0;
}
.login-font i {color: #eb602e; font-style: normal;}
.login-font span { color: #fff;}
.login-am-center { margin: 0 auto; float:none;}
.login-am-center .am-form input { border: none; font-size: 12px; line-height: 30px; text-indent: 10px;}
.login-am-center .am-btn-default { width: 100%; background: #000; border: none; color: #fff; font-size: 14px; line-height: 30px;}