App-Android(使用App+htnl5框架,解决消息推送兼容SignalR问题)
loulijun2021
2022-09-18 e5d34f5c51e4a852e67d24709ec7e7b708846066
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
* {
    -webkit-user-select: none;
    -ms-touch-select: none;
/*
    -ms-touch-action: none;
*/
}
html {
    width: 100%;
    height: 100%;
}
body {
    color:#333;
    font-family: Verdana, Arial, Helvetica , "Microsoft YaHei" , sans-serif;
    font-size:14px;
    word-break: break-all;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-text-size-adjust:none;
}
.content {
    padding: 0 0.5em;
}
h1 {
    border-bottom:2px solid;
    font-size:1.6em;
    font-weight:bold;
    margin:2em 0px 0.5em 0px;
 
}
h2 {
    font-size:1.2em;
    font-weight:bold;
    margin:1em 0px 0.5em 0px;
    text-shadow:#FFFFFF 0px 1px 1px;
}
h3 {
    font-size:1.1em;
    font-weight:bold;
    margin:0.8em 0px 0.5em 0px;
    text-shadow:#FFFFFF 0px 1px 1px;
}
em {
    font-size: 0.8em;
    color: #999;
}
ul {
    margin: 0;
    padding: 0 0 0 2em;
}
a {
    color:#D84C29;
    text-decoration:none;
}
.des {
    text-indent: 2em;
    margin: 0;
}
.type{
    color:#0A0;text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,0);
}