index.module.less 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. .cellGroup {
  2. margin: 12px 13px 0;
  3. overflow: hidden;
  4. border-radius: 10px;
  5. :global {
  6. .van-cell {
  7. font-size: 16px;
  8. color: #333333;
  9. padding: 16px 12px;
  10. }
  11. }
  12. }
  13. .storySteps {
  14. background-color: transparent;
  15. padding-top: 20px;
  16. margin-left: 8px;
  17. :global {
  18. .van-step--vertical {
  19. padding-right: 13px;
  20. &::after {
  21. border-width: 0 !important;
  22. }
  23. }
  24. }
  25. .stepTimes {
  26. display: flex;
  27. align-items: center;
  28. justify-content: space-between;
  29. font-size: 20px;
  30. font-weight: bold;
  31. color: #333333;
  32. .stepEdit {
  33. font-size: 14px;
  34. font-weight: 400;
  35. color: #777777;
  36. display: flex;
  37. align-items: center;
  38. :global {
  39. .van-icon {
  40. font-size: 14px;
  41. margin-right: 3px;
  42. }
  43. }
  44. }
  45. }
  46. .content {
  47. padding-top: 8px;
  48. font-size: 14px;
  49. color: #666666;
  50. line-height: 20px;
  51. }
  52. .storySwipe {
  53. padding-top: 6px;
  54. --van-swipe-indicator-size: 8px;
  55. .swipeImg {
  56. width: 100%;
  57. height: 200px;
  58. border-radius: 10px;
  59. overflow: hidden;
  60. }
  61. }
  62. .iconActive {
  63. width: 18px;
  64. height: 18px;
  65. }
  66. .iconInactive {
  67. width: 12px;
  68. height: 12px;
  69. }
  70. }