| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- .student {
- background-color: transparent;
- padding: 15px 12px;
- border-radius: 10px;
- :global {
- .van-cell__title {
- color: #333;
- line-height: 22px;
- font-size: 16px;
- }
- .van-cell__label {
- font-size: 14px;
- line-height: 20px;
- color: #777;
- }
- .van-badge{
- background-color: transparent !important;
- border: none ;
- }
- }
- .iconTeacher {
- width: 48px;
- height: 48px;
- margin-right: 12px;
- }
- .dot{
- width: 16px;
- height: 16px;
- }
- .statusBox{
- display: flex;
- justify-content: flex-end;
- }
- .status{
- font-size: 14px;
- color: #fff;
- background-color: #C1C1C1;
- border-radius: 14px;
- line-height: 20px;
- padding: 3px 16px;
- }
- }
- .studentInfo{
- :global{
- .van-cell__title {
- flex: 3;
- }
- }
- }
|