wjt
2024-06-25 244d89b41c0e0e995d38f635a126a0959b9ba25b
policy/applyRecordDetails/applyRecordDetails.scss
@@ -9,8 +9,9 @@
   .status{
      color: white;
      margin: 20rpx 32rpx;
      font-size: 36rpx;
      font-size: 44rpx;
      margin-bottom: 24rpx;
      font-weight: 700;
   }
   .base-card{
      margin: 20rpx 32rpx;
@@ -56,37 +57,54 @@
         display: grid;
         grid-template-columns: 1fr 1fr 1fr;
         grid-gap: 22rpx;
         padding: 0 32rpx;
         image{
            width: 100%;
            height: 220rpx;
            border: 2rpx solid gray;
         }
      }
      .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;
               left: 0;
               width: 40rpx;
               height: 40rpx;
               top: 0;
            }
            .top-title{
               font-size: 32rpx;
               color: #202D44;
               margin-bottom: 16rpx;
               line-height: 30rpx;
            }
            .down-tips{
               color: #7E8596;
               display: flex;
               justify-content: flex-start;
               align-items: center;
               // display: flex;
               // justify-content: flex-start;
               // align-items: center;
               .time{
                  margin-left: 32rpx;
                  // margin-left: 32rpx;
                  // width: 60%;
               }
               .submit-per{
                  // width: 40%;
               }
               text{
                  color: #4A4E60;
@@ -94,6 +112,12 @@
            
            }
         }
         .none{
            &::before{
               display: none;
            }
            padding-bottom: 0;
         }
      
      }
   }