ticket.wxss 243 B

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