44 lines
1.9 KiB
CSS
44 lines
1.9 KiB
CSS
.table-012{
|
|
font-family:"微軟正黑體";
|
|
border-top:1px solid #dbdcdc;
|
|
border-left:1px solid #dbdcdc;
|
|
letter-spacing:1px;
|
|
margin-top:5px;
|
|
}
|
|
.table-012 td,
|
|
.table-012 th{
|
|
padding:10px 0;
|
|
border-bottom:1px solid #dbdcdc;
|
|
border-right:1px solid #dbdcdc;
|
|
}
|
|
.table-012 .t1{
|
|
background:#9dd53a;
|
|
background:-moz-linear-gradient(top,rgba(157,213,58,1) 0,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%);
|
|
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(157,213,58,1)),color-stop(50%,rgba(161,213,79,1)),color-stop(51%,rgba(128,194,23,1)),color-stop(100%,rgba(124,188,10,1)));
|
|
background:-webkit-linear-gradient(top,rgba(157,213,58,1) 0,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%);
|
|
background:-o-linear-gradient(top,rgba(157,213,58,1) 0,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%);
|
|
background:-ms-linear-gradient(top,rgba(157,213,58,1) 0,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%);
|
|
background:linear-gradient(to bottom,rgba(157,213,58,1) 0,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%);
|
|
color:#fff;
|
|
text-align:center;font-size:15px;
|
|
font-weight:700;
|
|
}
|
|
.table-012 .t2{
|
|
background:#e3e3e3;
|
|
background:-moz-linear-gradient(top,#e3e3e3 0,#fcfcfc 100%);
|
|
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e3e3e3),color-stop(100%,#fcfcfc));
|
|
background:-webkit-linear-gradient(top,#e3e3e3 0,#fcfcfc 100%);
|
|
background:-o-linear-gradient(top,#e3e3e3 0,#fcfcfc 100%);
|
|
background:-ms-linear-gradient(top,#e3e3e3 0,#fcfcfc 100%);
|
|
background:linear-gradient(to bottom,#e3e3e3 0,#fcfcfc 100%);
|
|
color:#242424;
|
|
text-align:center;
|
|
font-size:13px;
|
|
padding:10px 0;
|
|
}
|
|
.table-012 .t3{
|
|
background-color:#FFF;
|
|
color:#7d7d7d;
|
|
text-align:center;
|
|
font-size:13px;
|
|
} |