wjt
2024-06-20 f391ea2e402579ab8fc351232b83d21376386738
policy/applyRecordDetails/applyRecordDetails.scss
@@ -63,11 +63,20 @@
      }
      .view-step{
         padding: 0 24rpx;
         .step-content{
            position: relative;
            padding-left: 64rpx;
            &::after{
            height: 100rpx;
            padding-bottom: 64rpx;
            &::before{
               content: '';
               display: block;
               height: 100%;
               width: 4rpx;
               background-color: #E7F8F0;
               position: absolute;
               left: 19rpx;
            }
            .icon{
               position: absolute;
@@ -94,6 +103,12 @@
            
            }
         }
         .none{
            &::before{
               display: none;
            }
            padding-bottom: 0;
         }
      
      }
   }