12345678910111213141516171819202122232425262728293031323334 |
- body,html {
- width: initial;
- height: initial;
- }
- .c-74bf00 {
- color: #74BF00;
- }
- .c-ff6a56 {
- color: #ff6A56;
- }
- .c-avatar-m {
- width: 50px;
- height: 50px;
- border-radius: 50px;
- }
- .mll1 {
- margin-left: -1px;
- }
- #listWrap .c-list {
- border-radius: 5px;
- }
- .c-list-title, .c-list-key, .c-list-info {
- display: -webkit-box;
- display: box;
- -webkit-box-orient: vertical;
- box-orient: vertical;
- -webkit-box-pack: center;
- box-pack: center;
- }
- .c-list-key.c-hide { display: none; }
- .no-result-img { display: block; width: 320px; height: 184px; margin: 0 auto; margin-top: 160px; }
|