-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtranstb.css
61 lines (51 loc) · 843 Bytes
/
transtb.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
/*tablw section-white box*/
.tbarea{
border-radius: 20px;
background: var(--light);
padding: 24px;
overflow-x: auto;
margin-top: 20px;
}
/*table structure*/
.tbtable{
background-color: #e6f3ff;
border-collapse: collapse;
margin-top: 5px;
border-radius: 20px;
overflow: hidden;
margin-left:auto;
margin-right:auto;
}
th{
width: 140px;
padding-top: 15px;
text-align: center;
}
td{
width: 147px;
padding-top: 15px;
text-align: center;
}
th.update-desc{
width: 240px;
padding-top: 15px;
text-align: center;
}
th#id-tb{
width: 40px;
text-align: left;
}
tr #up:hover{
background: #bcffb3;
}
tr #del:hover{
background: #ffb4b3;
}
.align_right{
text-align: right;
padding-right: 20px;
}
/*Bold*/
.bold{
font-weight: bold;
}