migrate to new git
This commit is contained in:
36
web/ext/editor_templates/a02.edit_t016/style.css
Normal file
36
web/ext/editor_templates/a02.edit_t016/style.css
Normal file
@@ -0,0 +1,36 @@
|
||||
.table-016 {
|
||||
font-family: "微軟正黑體";
|
||||
border-top: 1px solid #fff;
|
||||
border-left: 1px solid #fff;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.table-016 td,
|
||||
.table-016 th {
|
||||
padding: 10px 0;
|
||||
border-bottom: 1px solid #fff;
|
||||
border-right: 1px solid #fff;
|
||||
}
|
||||
|
||||
.table-016 .t1 {
|
||||
background-color: #6ec5ee;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
font-size: 15px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.table-016 tr:nth-child(even) {
|
||||
color: #fff;
|
||||
background-color: #ffdb6f;
|
||||
text-align: center;
|
||||
font-size: 13px;
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
.table-016 tr:nth-child(odd) {
|
||||
color: #757575;
|
||||
background-color: #ffefc1;
|
||||
text-align: center;
|
||||
font-size: 13px;
|
||||
}
|
||||
Reference in New Issue
Block a user