1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- .videoOrder {
- .tag {
- margin-right: 5px;
- padding: 2px 5px;
- font-size: 11px;
- font-weight: 500;
- color: #18B99A;
- line-height: 16px;
- background: #E0F7F3;
- border-radius: 4px;
- vertical-align: middle;
- }
- .title {
- font-size: 16px;
- font-weight: 500;
- color: #333333;
- }
- .courseGroupName {
- max-width: 250px;
- display: inline-block;
- vertical-align: middle;
- line-height: 1.2;
- }
- .collapseItem {
- :global(.van-cell) {
- background: #f7f8f9;
- padding-top: 9px;
- padding-bottom: 9px;
- }
- }
- .teacher {
- margin-left: 5px;
- color: #1a1a1a;
- font-size: 16px;
- font-weight: 500;
- }
- .price {
- font-size: 14px;
- font-weight: 600;
- color: #131415;
- line-height: 20px;
- i {
- font-style: normal;
- font-size: 14px;
- }
- }
- .userLogo {
- width: 28px;
- height: 28px;
- overflow: hidden;
- border-radius: 50%;
- }
- .classItem {
- font-size: 14px;
- color: #333333;
- line-height: 20px;
- .time {
- padding-bottom: 6px;
- }
- p {
- color: var(--van-primary);
- }
- }
- :global {
- .van-cell-group {
- margin-bottom: 10px;
- border-radius: 8px;
- overflow: hidden;
- }
- }
- }
|