123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- .classList {
- .cell {
- margin: 13px;
- border-radius: 10px;
- width: calc(100% - 26px);
- padding: 15px;
- }
- :global {
- .van-cell__title {
- flex: 1 auto;
- }
- }
- .content {
- .title {
- display: flex;
- align-items: center;
- font-size: 16px;
- font-weight: 500;
- color: #333333;
- line-height: 22px;
- i {
- margin-right: 6px;
- width: 4px;
- height: 12px;
- background: #ff8057;
- border-radius: 2px;
- }
- }
- .name {
- padding-top: 10px;
- font-size: 14px;
- color: #777777;
- line-height: 20px;
- max-width: 230px;
- }
- }
- .teacherName {
- font-size: 16px;
- font-weight: 500;
- color: #333333;
- line-height: 22px;
- }
- }
|