| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- .video-create {
- .gridName {
- font-size: 14px;
- font-weight: 500;
- color: #b4b4b4;
- line-height: 20px;
- padding-left: 8px;
- &.active {
- color: var(--van-primary);
- }
- }
- :global {
- // .van-grid {
- // }
- .van-sticky--fixed {
- // box-shadow: 10px 10px 10px var(--box-shadow-color);
- }
- }
- }
- .gridColumn {
- padding-left: 14px;
- padding-bottom: 12px;
- background-color: #f6f8f9;
- :global {
- .van-grid-item {
- padding-right: 14px;
- &:first-child {
- padding-right: 10px;
- }
- }
- .van-grid-item__content {
- padding-top: 7px;
- padding-bottom: 7px;
- border-radius: 10px;
- overflow: hidden;
- }
- .van-badge__wrapper {
- display: flex;
- align-items: center;
- }
- }
- }
- .iconQuestion {
- width: 24px;
- height: 24px;
- flex-shrink: 0;
- }
- .tipPopup {
- background: transparent;
- :global {
- .van-popup__close-icon {
- font-size: 18px;
- color: #CCCCCC;
- }
- }
- }
|