index.wxss 198 B

123456789101112
  1. .wux-radio__input {
  2. position: absolute;
  3. top: 0;
  4. left: 0;
  5. opacity: 0;
  6. width: 100%;
  7. height: 100%;
  8. z-index: 2;
  9. border: 0 none;
  10. -webkit-appearance: none;
  11. appearance: none;
  12. }