12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- .liveOrder {
- .tag {
- margin-right: 5px;
- padding: 2px 5px;
- font-size: 11px;
- font-weight: 500;
- color: #FF3535;
- line-height: 16px;
- background: #FFECE6;
- border-radius: 4px;
- vertical-align: middle;
- }
- .title {
- font-size: 16px;
- font-weight: 500;
- color: #333333;
- }
- .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-weight: 600;
- font-size: 14px;
- color: #131415;
- line-height: 20px;
- i {
- 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;
- }
- }
- }
|