wjt
2024-06-25 244d89b41c0e0e995d38f635a126a0959b9ba25b
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,7 @@
         margin: 0 5rpx;
      }
   }
   .origin{
      color: #FE7B32;
   }
}