-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle-table.css
68 lines (64 loc) · 1.07 KB
/
style-table.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
.scroll_tbody_y
{
display: block;
overflow-y: scroll;
}
.table_body{
height: 40vh;
}
.table_DSTL{
height: 20vh;
}
#resultSearchBook{
border-collapse: collapse;
width: 100%;
}
#resultSearchBook td, #resultSearchBook th{
border: 1px solid #ddd;
text-align: left;
padding: 8px;
}
#resultSearchBook td{
border: 1px solid #ddd;
padding: 8px;
}
#resultSearchBook tr:nth-child(even){
background-color: #f2f2f2;
}
#resultSearchBook tr:hover{
background-color: #ddd;
}
#resultSearchBook th{
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #4CAF50;
color: white;
}
.baocao .formMain{
font-size: 16px;
}
.baocaoTable th, .baocaoTable td{
font-size: 18px;
}
.baocaoHeader{
display: flex;
text-align: center;
}
.sachmoinhap{
margin-top: 30px;
}
.bookLoan{
margin-top: 20px;
}
/* chinh sua danh sach sach */
#NhieuTG{
display: grid;
grid-template-columns: 1fr 1fr;
width: 80%;
margin: 10px;
}
#themTacGia{
display: grid;
grid-template-columns: 1fr 4.5fr;
}