mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
60 lines
No EOL
931 B
CSS
60 lines
No EOL
931 B
CSS
.table {
|
|
border-spacing: 100rem;
|
|
width: 100%;
|
|
margin-top: 50px;
|
|
}
|
|
|
|
.tHead {
|
|
font-size: 1rem;
|
|
}
|
|
|
|
th {
|
|
background-color: aliceblue;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.addressTag {
|
|
display: inline-block;
|
|
vertical-align: bottom;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
width: 132px;
|
|
}
|
|
|
|
.ageTag{
|
|
display: inline-block;
|
|
vertical-align: bottom;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
width: 80px;
|
|
}
|
|
|
|
.fromTag{
|
|
display: inline-block;
|
|
vertical-align: bottom;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
width: 100px;
|
|
}
|
|
|
|
.toTag{
|
|
display: inline-block;
|
|
vertical-align: bottom;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
width: 100px;
|
|
}
|
|
|
|
.valueTag{
|
|
display: inline-block;
|
|
vertical-align: bottom;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
width: 80px;
|
|
}
|
|
|
|
.arrow {
|
|
width: 25px;
|
|
height: 25px;
|
|
margin-left: 15px;
|
|
} |