123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- .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;
- }
- }
|