myButton.wxss 186 B

123456789
  1. /* components/myButton/myButton.wxss */
  2. .my-button {
  3. font-size: 30rpx;
  4. border-radius: 50rpx;
  5. width: 250rpx !important;
  6. font-weight: normal !important;
  7. }
  8. .large-button {}