wjt
2024-07-23 c3b2d6d35b77d11ff86d45926501493b7fc8886e
policy/dataLook/dataLook.scss
@@ -3,12 +3,18 @@
   height: 380rpx;
   flex-shrink: 0;
   background: linear-gradient(180deg, #1171E0 42.5%, #F4F4F4 100%);
   position: fixed;
   // top: 50px;
   z-index: -1;
}
.page-main{
   position: relative;
   top: -380rpx;
   // position: relative;
   // top: -380rpx;
   padding-bottom: 140rpx;
   padding-top: 20rpx;
   .box{
      margin: 32rpx 32rpx 20rpx;
      margin: 0 32rpx 20rpx;
      background-color: white;
      border-radius: 10rpx;
      padding: 24rpx 0;
@@ -61,12 +67,24 @@
            }
            .value{
               font-weight: 500;
               font-size: 32rpx;
            }
            .width-set{
               width: 80%;
               display: flex;
               justify-content: flex-start;align-items: center;
               image{
                  width: 48rpx;
                  height: 48rpx;
                  margin-right: 36rpx;
               }
               .set-index{
                  width: 48rpx;
                  height: 48rpx;
                  line-height: 48rpx;
                  text-align: center;
                  display: inline-block;
               }
            }
            
         }
@@ -82,4 +100,24 @@
         margin: 0 5rpx;
      }
   }
   .origin{
      color: #FE7B32;
   }
}
.set-y{
}
.set-flex-progress{
   display: flex;
   justify-content: flex-start;
   align-items: flex-start;
   .name{
      text-align: right;
      width: 25%;
      font-size: 26rpx;
      margin-right: 20rpx;
   }
   .progress{
      width: calc(100% - 25% - 20rpx);
   }
}