12345678910111213141516171819202122 |
- .video-detail {
- .introduction {
- color: #7a7a7a;
- line-height: 23px;
- padding-bottom: 8px;
- }
- :global {
- .van-tabs__wrap {
- margin-bottom: 15px;
- }
- }
- .shareCourse {
- margin: 40px 0 0;
- padding: 0;
- background: transparent;
- :global(.itemTitle) {
- max-width: 120px !important;
- }
- }
- }
|