12345678910111213141516171819202122232425262728293031 |
- .zan-tab__bd--scroll .zan-tab__item {
- min-width: 50px;
- }
- .zan-card {
- border-bottom: 1px solid #eee;
- padding: 10px 15px;
- }
- .zan-card__thumb {
- width: 60px;
- height: 60px;
- }
- .zan-card__thumb image {
- border-radius: 50%;
- width: 50px;
- height: 50px;
- }
- .zan-card__detail {
- margin-left: 70px;
- }
- .zan-card__left-col {
- margin-right: 50px;
- }
- .author {
- font-size:13px;
- }
|