123456789101112131415161718192021222324252627282930313233343536373839404142 |
- .box {
- color: #999999;
- }
- .mui-table-view img {
- border-radius: 50%;
- }
- .mui-media-body {
- margin-top: 12px;
- }
- .mui-table-view:before,
- .mui-table-view-cell:after {
- height: 0px;
- }
- .mui-table-view-cell {
- border-bottom: 1px solid #F3F5F7;
- }
- .mui-table-view span.star {
- top: 19px;
- }
- .mui-table-view-cell div {
- float: left;
- font-size: 14px;
- }
- .mui-table-view-cell div:first-child {
- width: 25%;
- color: #999999;
- }
- .mui-table-view-cell div:last-child {
- width: 75%;
- }
- .mui-table-view-cell div.block {
- color: #222222;
- }
|