123456789101112131415161718192021222324252627282930 |
- .cellTeacher {
- .img {
- width: 48px;
- height: 48px;
- overflow: hidden;
- border-radius: 50%;
- margin-right: 12px;
- flex-shrink: 0;
- }
- .name {
- font-size: 16px;
- font-weight: 500;
- color: #333333;
- line-height: 22px;
- }
- .class {
- padding-top: 3px;
- font-size: 12px;
- color: #777777;
- line-height: 17px;
- }
- :global {
- .van-tag + .van-tag {
- margin-left: 8px;
- }
- }
- }
|