r6_wev8.css
1.72 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
.message-padding-div{
height:10px;
background-color:#e5e5e5;
}
.message-box{
padding:15px 0px;
font-size:14px;
white-space: normal;
border-radius:5px;
}
.message-title-div{
line-height:18px;
overflow:hidden;
padding-left:15px;
padding-right:15px;
margin-bottom:10px;
}
.message-title-icon{
background-image:url("/mobile/plugin/1/images/msg-icon.png");
background-repeat:no-repeat;
background-position: 50% 50%;
width:18px;
height:18px;
float:left;
}
.message-title{
font-size:15px;
font-weight:bold;
color:#363b40;
margin-left:5px;
}
.message-detail{
margin-bottom:10px;
color:#525252;
}
.message-detail-info{
padding-left:15px;
padding-right:15px;
}
.message-detail-info a{
color:#2a84e5 !important;
padding-right:5px;
}
.message-bottom{
color:#525252;
font-size:15px;
padding-left:15px;
padding-right:15px;
margin-bottom:10px;
}
.message-button-div{
overflow:hidden;
text-align:center;
margin-top:10px;
margin-bottom:10px;
}
.message-button{
display: inline-block;
padding: 8px 10px 8px;
color: #fff !important;
text-decoration: none;
border-radius: 5px;
position: relative;
cursor: pointer;
background-color: #017bfd;
}
.message-detail-condition{
background-color:#f4f7f9;
width:100%;
border-top:1px solid #e4e4e4;
border-bottom:1px solid #e4e4e4;
display:none;
padding-top:5px;
padding-bottom:5px;
margin-bottom:5px;
}
.message-detail-condition div{
font-size:14px;
padding-left:15px;
padding-right:15px;
word-wrap:break-word;
}
.importantInfo{
font-weight:bold;
padding-right:6px;
}
.importantDetailInfo{
font-weight:bold;
padding-right:4px;
padding-left:4px;
}
.detail-info-icon{
width: 8px;
height: 19px;
margin-right: 5px;
margin-left:5px;
}