app.wxss 174 B

123456789
  1. /**app.wxss**/
  2. page{
  3. --button-danger-background-color:#c00000;
  4. --button-danger-border-color:#D00000;
  5. }
  6. button{
  7. background-color: rgb(72, 139, 255);
  8. color: #ffffff;
  9. }