support.css
904 字节
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
@media (max-width: 768px)
{
body .col-md-6{
padding-left: 0;
padding-right: 0;
}
}
.b2s-faq-content a{
text-decoration: underline;
color: #444;
font-size: 14px !important;
}
.b2s-support-topic-img{
min-width: 3em;
}
.b2s-support-line{
margin-top: 0px!important;
}
.b2s-support-link-not-active {
pointer-events: none;
cursor: default;
text-decoration: none;
color: gray;
opacity: 0.5;
}
.b2s-margin-left-10 {
margin-left: 10px;
}
#b2s-support-check-system .glyphicon {
font-size: 15px;
}
#b2s-support-check-system hr {
margin-top: 0px !important;
}
.b2s-support-menu > li > a {
padding: 10px 15px !important;
}
.thumbnail-no-border{
border: 0px !important;
}
.b2s-sharing-debugger-result-area{
display: block;
}
.b2s-padding-top-8{
padding-top:8px;
}