123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- .videoSection {
- padding: 0 !important;
- .videoImg {
- width: 124px;
- height: 70px;
- position: relative;
- border-radius: 4px;
- overflow: hidden;
- :global {
- .van-image {
- width: inherit;
- height: inherit;
- }
- }
- .videoStop {
- position: absolute;
- top: 0;
- right: 0;
- left: 0;
- bottom: 0;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- }
- .videoTitle {
- padding-left: 8px;
- font-size: 13px;
- display: flex;
- flex-direction: column;
- height: 100%;
- justify-content: space-around;
- .videoTitleText {
- font-size: 15px;
- color: #000;
- max-width: 210px;
- }
- .active {
- color: var(--van-primary) !important;
- }
- .videoTitleContent {
- color: #7a7a7a;
- line-height: 18px;
- }
- }
- .living {
- position: absolute;
- top: 0;
- left: 0;
- color: var(--van-primary);
- right: 0;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 12px;
- bottom: 0;
- background: rgba(0, 0, 0, 0.25);
- span {
- padding-left: 5px;
- }
- }
- .animation {
- height: 18px !important;
- width: 20px !important;
- }
- }
|