mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2025-05-24 10:22:23 +00:00
edit css/table
This commit is contained in:
parent
f54bda7426
commit
81f2022008
10
css/app.css
10
css/app.css
@ -248,6 +248,16 @@ body {
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#content table{display:block;width:100%;overflow:auto;word-break:normal;word-break:keep-all}
|
||||
|
||||
#content table th{font-weight:bold}
|
||||
|
||||
#content table th,
|
||||
#content table td{padding:6px 13px;border:1px solid #ddd}
|
||||
|
||||
#content table tr{background-color:#fff;border-top:1px solid #ccc}
|
||||
#content table tr:nth-child(2n){background-color:#f8f8f8}
|
||||
|
||||
#back_to_top {
|
||||
display: none;
|
||||
position: fixed;
|
||||
|
Loading…
x
Reference in New Issue
Block a user