lwywlist.css
830 Bytes
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
#alllist {
font-family: "微软雅黑";
width: 1520px;
height: auto;
background-color: white;
border: solid 3px black;
}
input:focus {
border: 1px solid #0094FF !important;
outline: none;
}
.line{
border-bottom:solid 1px #E4E4E4;
width:1500px;
margin-left: 10px;
margin-bottom: 10px;
margin-top: 0.5em;
}
#list-contain{
margin-left: 10px;
}
.table-one{
height: 35px;
background-color: #f9f9f9;
}
table,th,td {border: none;}
table{border-collapse:collapse;}
table .table-title{
color: #666666;
font-size: 14px;
font-family: "微软雅黑";
font-weight: 200;
width: 500px;
height: 40px;
text-align: center;
}
table .table-td{
color: #333333;
font-size: 14px;
font-family: "微软雅黑";
font-weight: 200;
width: 500px;
height: 40px;
border-bottom: solid 1px #F2F2F2;
text-align: center;
}