.cellGroup { margin: 12px 13px 0; overflow: hidden; border-radius: 10px; :global { .van-cell { font-size: 16px; color: #333333; padding: 16px 12px; } } } .storySteps { background-color: transparent; padding-top: 20px; margin-left: 8px; :global { .van-step--vertical { padding-right: 13px; &::after { border-width: 0 !important; } } } .stepTimes { display: flex; align-items: center; justify-content: space-between; font-size: 20px; font-weight: bold; color: #333333; .stepEdit { font-size: 14px; font-weight: 400; color: #777777; display: flex; align-items: center; :global { .van-icon { font-size: 14px; margin-right: 3px; } } } } .content { padding-top: 8px; font-size: 14px; color: #666666; line-height: 20px; } .storySwipe { padding-top: 6px; --van-swipe-indicator-size: 8px; .swipeImg { width: 100%; height: 200px; border-radius: 10px; overflow: hidden; } } .iconActive { width: 18px; height: 18px; } .iconInactive { width: 12px; height: 12px; } }