wjt
2024-06-25 244d89b41c0e0e995d38f635a126a0959b9ba25b
policy/components/tabs.vue
@@ -69,14 +69,22 @@
      .code{
         width: 108rpx;
         height: 108rpx;
         position: absolute;
         top: -20rpx;
         left: 0;
         // position: absolute;
         // top: -20rpx;
         // left: 0;
      }
      .relative{
         position: relative;
         width: 108rpx;
         height: 108rpx;
         width: 136rpx;
         height: 136rpx;
         background-color: white;
         border-radius: 50%;
         padding: 12rpx;
         top: -40rpx;
         display: flex;
         box-sizing: border-box;
         justify-content: center;
         align-items: center;
      }
   }
</style>