-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtealist.vsb.css
80 lines (78 loc) · 1.81 KB
/
tealist.vsb.css
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
.m-list9 li {
float: left;
width: 50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-right: 20px;
margin-bottom: 31px;
overflow: hidden;}
.m-list9 .pic {
float: left;
width: 140px;
height: 179px;
margin-right: 30px;
overflow: hidden;}
.m-list9 .txt {
height: 184px;
overflow: hidden;
padding-top: 27px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 14px;
color: #000;
line-height: 30px;}
.m-list9 .txt h4 {
font-size: 20px;
margin-bottom: 7px;}
.m-list10 {
padding-top: 30px;}
.m-list10 li {
margin-bottom: 1px;}
.m-list10 .tit {
font-size: 18px;
color: #333;
line-height: 55px;
font-weight: normal;
padding-left: 30px;
background: #ededed url(../images/icon1.png) no-repeat right 30px center;
background: #ededed url(../images/icon1.png) no-repeat 760px center\0;
position: relative;
cursor: pointer;}
.m-list10 .tit:after {
content: "";
display: block;
width: 7px;
height: 7px;
background: #333;
position: absolute;
left: 16px;
top: 50%;
margin-top: -4px;}
.m-list10 li:first-child .con {
display: block;}
.m-list10 li .con {
display: none;
border-top: 1px #ccc solid;
border-bottom: 1px #ccc solid;
overflow-x:scroll;}
.m-list10 table {
min-width: 40em;
font-size: 14px;
color: #000;
table-layout: fixed;
line-height: 24px;}
.m-list10 table td:first-child {
padding-left: 30px;}
.m-list10 table td {
padding: 11px 0;}
.m-list10 li.openli .tit {
color: #a40000;
font-size: 20px;
font-weight: bold;
background-image: url(../images/icon2.jpg);}
@media screen and (max-width: 600px){
.m-list9 li{
width: 100%;}
}