1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- .cellGroup {
- margin: 12px 13px;
- :global {
- .van-cell {
- padding: 12px 15px;
- }
- }
- .classType {
- display: flex;
- align-items: center;
- font-size: 16px;
- font-weight: 600;
- color: #333333;
- line-height: 22px;
- .classNum {
- margin-left: 6px;
- }
- }
- .classTime {
- font-size: 14px;
- font-weight: 500;
- color: #333333;
- line-height: 20px;
- }
- .orchestra {
- font-size: 14px;
- color: #333333;
- .name {
- color: #777777;
- line-height: 20px;
- padding-bottom: 3px;
- font-weight: 400;
- }
- span {
- padding: 0 5px;
- font-size: 20px;
- color: #f67146;
- }
- }
- }
|