yylib-quick-mobile
Version:
yylib-quick-mobile
65 lines • 1.67 kB
CSS
.yytable-block{
width: 100%;
}
.yy-table table {
width: 100%;
border-collapse: separate;
border-spacing: 0;
text-align: left;
border-radius: 4px 4px 0 0;
background: #fff;
}
.yy-table{
color: rgba(0, 0, 0, 0.65);
}
.yy-table.yy-table-align-center table{
text-align: center;
}
.yy-table.yy-table-align-right table{
text-align: right;
}
.yy-table-bordered .rc-table-header > table,
.yy-table-bordered .rc-table-body > table {
border: 1px solid #F5F5F5;
}
.yy-table-bordered .rc-table-thead > tr > th,
.yy-table-bordered .rc-table-tbody > tr > td{
border-right: 1px solid #F5F5F5;
}
.yy-table .rc-table-thead > tr > th {
background: #FAFAFA;
-webkit-transition: background .3s ease;
transition: background .3s ease;
color: rgba(0, 0, 0, 0.85);
font-weight: 500;
text-align: left;
}
.yy-table-bordered .rc-table-thead > tr > th{
border-bottom: 1px solid #F5F5F5;
}
.yy-table .rc-table-tbody > tr > td{
border-bottom: 1px solid #F5F5F5;
}
.yy-table .rc-table-thead > tr > th,.yy-table .rc-table-tbody > tr > td {
padding: 16px 8px;
word-break: break-word;
-ms-word-break: break-all;
}
.yy-table .rc-table-content .rc-table-placeholder{
min-height: 50px;
line-height: 50px;
text-align: center;
padding: 0;
color: #999;
width: 100%;
background: #fff;
}
.yy-table table .rc-table-thead > tr > th.yy-table-th-left {
text-align: left;
}
.yy-table table .rc-table-thead > tr > th.yy-table-th-center {
text-align: center;
}
.yy-table table .rc-table-thead > tr > th.yy-table-th-right {
text-align: right;
}