xuxy
2024-06-28 b07d5f16634fc4a695fa8e6f6b18c33806f2b05a
common/self.scss
@@ -672,10 +672,11 @@
.uni-noticebar{
   border-radius: 10rpx;
   height: 68rpx;
   height: 82rpx;
   .self-uni-notice-bar-icon-left{
      width: 58rpx;
      height: 52rpx;
      width: 38rpx;
      height: 38rpx;
      margin-right: 16rpx;
   }
   .self-uni-notice-bar-icon{
      width: 16rpx;
@@ -886,6 +887,9 @@
      line-height: 96rpx;
   }
}
.text-left{
   text-align: left;
}
.img100{
   background-size: 100% 100%;
}
@@ -958,4 +962,15 @@
}
uni-image>img{
   opacity: 1 !important;
}
.component-radio{
   width: 26rpx;
   height: 26rpx;
   min-width: 26rpx;
   min-height: 26rpx;
   border-radius: 50%;
   border: 2rpx solid #20613D;
   &.cur{
      background-color:#20613D;
   }
}