jiangping
2024-05-09 3d921a487394d7bbbcf253defbeb717dcf2f21f7
h5/App.vue
@@ -142,4 +142,40 @@
   .card .content {
      color: #222;
   }
</style>
      //设置圆角
      checkbox .uni-checkbox-input{
         border-radius: 50%;
      }
      checkbox .uni-checkbox-input.uni-checkbox-input-checked{
         color: #fff !important;
         border: 1px solid #4d99a8 !important;
         background-color: #4d99a8 !important;
      }
      checkbox .uni-checkbox-input.uni-checkbox-input-checked:before{
         /* color: #4d99a8 !important;  */
         /* border: 1px solid #4d99a8 !important; */
         /* font-size: 58rpx; */
         /* border-radius: 50%; */
      }
      //
      view{
         box-sizing: border-box;
      }
      image{
         box-sizing: border-box;
         margin: 0;
         display: flex;
      }
      .main_app{
         padding: 0 30rpx;
      }
      .mr24{
         margin-right: 24rpx;
      }
      .mr12{
         margin-right: 12rpx;
      }
</style>