-
Notifications
You must be signed in to change notification settings - Fork 3
/
auto.css
70 lines (69 loc) · 1.29 KB
/
auto.css
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
/* reset */
body {
margin: 0;
overflow: hidden;
height: 100vh;
font-size: 0;
background-image: url('https://www.shuangye.club/NFM.png');
background-position: 10% 100%;
background-size: 100% auto;
background-repeat: no-repeat;
background-attachment: fixed;
}
input {
vertical-align: top;
outline-width: 0;
box-sizing: border-box;
font-size: 16px;
transition: all 0.3s linear;
}
form {
display: block;
margin: 10vh auto;
max-width: 500px;
}
.logo {
width: 100%;
height: 300px;
background-image: url('https://www.shuangye.club/OLOGO.png');
background-size: contain;
background-position: 50% 50%;
background-repeat: no-repeat;
}
.ipttxt {
width: 76%;
height: 42px;
border: 1px solid #cccccc;
padding: 0 20px;
}
.ipttxt:focus {
border-color: #f6b200;
}
.parent>input:submit {
background: #F6B200;
}
.iptsmt {
width: 24%;
height: 42px;
border-width: 0;
background-color: #f6b200;
cursor: pointer;
}
.iptsmt:hover {
background-color: #e7a600;
}
.writer {
font-size: 16px;
position: relative;
width:100%; position:fixed; left:0; bottom:0;
text-align:center;
}
@media (max-width: 1335px) {
body {
margin: 0 10px;
background-image: url();
}
.logo {
background-image: url('http://m.shuangye.club/LOGO-TM.png');
}
}