-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlook.css
74 lines (67 loc) · 1.02 KB
/
look.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
.header{
margin: 2px;
width: 100%;
border-collapse: collapse;
border: 1.5px solid black;
}
.date{
text-align: center;
}
.img{
width: 200px;
height: 100px;
}
.inno_no{
text-align: center;
color: red;
}
.head {
background-color:blue;
text-align: center;
border-radius: 5px;
}
th{
color: white;
}
td{
border: 1px solid;
}
.table1 {
margin: 2px;
border: 1.5px solid black;
width: 100%;
text-align: center;
border-collapse: collapse;
}
.table2 {
margin: 2px;
border: 1.5px solid black;
width: 100%;
border-collapse: collapse;
}
.table3{
margin: 2px;
border: 1px solid black;
width: 100%;
text-align: center;
border-collapse: collapse;
}
.agree{
color: green;
}
.table4{
width: 100%;
border: hidden;
border-collapse: collapse;
margin: 5px;
}
.table5{
width: 100%;
border: hidden;
border-collapse: collapse;
}
.tr .td{
border: hidden;
font-size: 10px;
text-align: center;
}