This repository has been archived by the owner on Nov 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcss_wm.h
70 lines (60 loc) · 1.37 KB
/
css_wm.h
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
const char HTTP_STYLE[] PROGMEM = R"=====(
<style>
.c {
text-align: center;
}
div,input{
padding:5px;
font-size:1em;
}
input[type=text],input[type=password]{
width:95%;
}
body{
text-align: center;
font-family:verdana;
}
button{
border:0;
border-radius:0.3rem;
background-color:#1fa3ec;
color:#fff;
line-height:2.4rem;
font-size:1.2rem;
width:100%;
}
.ckb{
float: right;
width: 18px;
text-align: right;
}
.cob {
border: 1px solid #ccc;
width: 180px;
border-radius: 3px;
overflow: hidden;
background: #fafafa no-repeat 90% 50%;
}
.cob select {
padding: 5px 8px;
border: none;
box-shadow: none;
background: transparent;
background-image: none;
webkit-appearance: none;
font-size: 1em;
}
.cob select:focus {
outline: none;
}
.q {
float: right;
width: 64px;
text-align: right;
}
.l{
background: url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAALVBMVEX///8EBwfBwsLw8PAzNjaCg4NTVVUjJiZDRUUUFxdiZGSho6OSk5Pg4eFydHTCjaf3AAAAZElEQVQ4je2NSw7AIAhEBamKn97/uMXEGBvozkWb9C2Zx4xzWykBhFAeYp9gkLyZE0zIMno9n4g19hmdY39scwqVkOXaxph0ZCXQcqxSpgQpONa59wkRDOL93eAXvimwlbPbwwVAegLS1HGfZAAAAABJRU5ErkJggg==\") no-repeat left center;
background-size: 1em;
}
</style>
)=====";