Timelinr_wev8.css
3.17 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
/** Timelinr **/
.timelinrContainer{
list-style: none;
margin: 0px;
padding: 0px;
width: 100%;
background-color:#E7ECF2;
}
.timelinrContainer{
border-spacing: 0px;
}
.timelinrContainer .timePart{
width: 40px;
padding: 0px 6px 0px 0px;
margin: -1px;
font-family: 'Microsoft Yahei', Arial, sans-serif;
font-size: 12px;
color: #647BB4;
vertical-align: top;
text-align: right;
border-right: 3px solid #C3CAE4;
}
.timelinrContainer .timePart .timearraw{
float: right;
width: 18px;
height: 13px;
margin: 22px -18px 0px 0px;
bottom: -1px;
background: url("/images/ecology8/imgarraw_wev8.jpg") no-repeat;
z-index: 99999;
}
.timelinrContainer .timePart .timeRowWrap{
margin: 0;
padding: 11px 0px 0px 0px;
}
.timelinrContainer .timePart .timeRowWrap .year{
font-family: 'Microsoft Yahei', Arial, sans-serif;
font-size: 8px;
color: #5B84C1;
vertical-align: top;
text-align: right;
}
.timelinrContainer .timePart .timeRowWrap .monthday{
font-family: 'Microsoft Yahei', Arial, sans-serif;
font-size: 12px;
vertical-align: top;
color: #657BB4;
text-align: right;
}
.timelinrContainer .fieldPart{
padding: 10px 0px 0px 0px;
vertical-align: top;
/**background: url("/mobilemode/images/mec/arrow_right_wev8.png") no-repeat;**/
background-position: right center;
background-color:#E7ECF2;
}
.timelinrContainer .fieldPart .arrow{
float: left;
width: 10px;
height: 19px;
margin: 8px 0px 0px 10px;
bottom: -1px;
background: url("/images/ecology8/angle-left_wev8.png") no-repeat;
z-index: 99999;
}
.timelinrContainer .fieldPart .contentPart{
list-style: none;
margin: 0px 10px 10px 20px;
padding: 0px 0px 0px 0px;
background-color:#FFFFFF;
-moz-border-radius: 5;
-webkit-border-radius: 5;
border-radius: 5;
}
.timelinrContainer .fieldPart .contentPart .timelinrGroupWrap {
padding: 5px 5px 5px 10px;
}
.timelinrContainer .fieldPart .contentPart .timelinrGroupWrap .titleRowWrap{
font-family: 'Microsoft Yahei', Arial, sans-serif;
font-size: 15px;
color: #647BB4;
}
.timelinrContainer .fieldPart .contentPart .timelinrGroupWrap .rowWrap{
font-family: 'Microsoft Yahei', Arial, sans-serif;
font-size: 8pt;
padding: 0px 0px 0px 0px;
line-height: 18px;
color: #333;
}
.timelinrContainer .fieldPart .contentPart .timelinrGroupWrap .rowWrap .colWrap{
display: inline;
/**margin-right: 3px;**/
}
.timelinrContainer .fieldPart .contentPart .line {
margin: 5px 5px 5px 10px;
border-bottom:1px dashed #E7ECF2;
}
.timelinrContainer .fieldPart .contentPart > .line:last-child {
display: none;
}
.moreDatas_btn{
margin: .5em 0;
padding: .7em 1em;
background: #f6f6f6;
cursor: pointer;
border: 1px solid #ddd;
border-radius: .3125em;
color: #333;
font-size: 16px;
text-align: center;
line-height: 1.3;
text-decoration: none!important;
display: block;
}
.nodatas_border{
padding-top: 10px;
padding-bottom: 10px;
text-shadow: 0 1px 0 #f3f3f3;
}
.nodatas_content{
text-align: center;
font-size: 14px;
color: #ccc;
}
.timelinrWarn{
font-family: Microsoft YaHei;
font-size: 18px;
background: url("/mobilemode/images/tip_wev8.png") no-repeat;
padding: 5px 5px 5px 45px;
line-height: 35px;
color: #bbb;
background-size: 30px;
background-position: 10px center;
margin: 0px auto;
text-align: left;
}