protocolDemo.css
940 Bytes
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
@import "./m-public.css";/*基类*/
/* protocol demo css */
button:focus {
outline: none;
}
.mt20 {
margin-top: 20px;
}
#direction-pop{
padding: 10px;
}
.pop-content h3,
.pop-content h4,
.direction-header{
text-align: center;
font-size: 18px;
}
.direction-header{
margin-top: 20px;
}
.pop-content h4 {
font-size: 14px;
margin-top: 10px;
}
.pop-content{
margin-top: 10px;
border: 1px #ddd solid;
background: #f9f9f9;
padding: 0 20px 20px 20px;
color: #666;
}
.pop-content p{
margin-top: 10px;
}
.direction-btn{
text-align: center;
margin-top: 10px;
}
.direction-btn .submitBtn{
margin: 0 5px;
}
.direction-pop h4.h-index {
text-align: left;
font-size: 14px;
margin-top: 20px;
}
.agree-tab {
width: 100%;
border-collapse: collapse;
margin-top: 10px;
}
.agree-tab td {
border: 1px solid #ddd;
padding: 10px 0;
text-align: center;
}
.color-focus {
color: #f60;
font-weight: 100;
font-style: normal;
}