label.wxss 209 B

1234567891011121314
  1. .button {
  2. margin-top: 20px;
  3. width: 90%;
  4. background-color: #54bec2;
  5. color: white;
  6. border-radius: 98rpx;
  7. background: bg_red;
  8. }
  9. /* 按下变颜色 */
  10. .hover {
  11. background: #DCDCDC;
  12. }