40 lines
1.6 KiB
CSS
40 lines
1.6 KiB
CSS
.table-004{
|
|
font-family:"微軟正黑體";
|
|
border-top:1px solid #e8e8e8;
|
|
border-left:1px solid #e8e8e8;
|
|
letter-spacing:1px;
|
|
box-shadow:0 5px 3px #e9e5e5;
|
|
-webkit-box-shadow:0 1px 3px #e9e5e5;
|
|
-moz-box-shadow:0 1px 3px #e9e5e5;
|
|
}
|
|
.table-004 td,.table-004 th{
|
|
padding:10px 0;
|
|
border-bottom:1px solid #e8e8e8;
|
|
border-right:1px solid #e8e8e8;
|
|
}
|
|
.table-004 .t1{
|
|
background:#1e5799;
|
|
background:-moz-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
|
|
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(30,87,153,1)),color-stop(50%,rgba(41,137,216,1)),color-stop(51%,rgba(32,124,202,1)),color-stop(100%,rgba(125,185,232,1)));
|
|
background:-webkit-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
|
|
background:-o-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
|
|
background:-ms-linear-gradient(top,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
|
|
background:linear-gradient(to bottom,rgba(30,87,153,1) 0,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%);
|
|
color:#fff;
|
|
text-align:center;
|
|
font-size:15px;
|
|
font-weight:700;
|
|
}
|
|
.table-004 tr:nth-child(even){
|
|
color:#666;
|
|
background-color:#fff;
|
|
text-align:center;
|
|
font-size:13px;
|
|
padding:10px 0;
|
|
}
|
|
.table-004 tr:nth-child(odd){
|
|
color:#666;
|
|
background-color:#eeecec;
|
|
text-align:center;
|
|
font-size:13px;
|
|
} |