receipt.wxss 374 B

12345678910111213141516171819202122
  1. /* pages/receipt/receipt.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. }
  14. .canvas {
  15. display:flex;
  16. margin-top: 15px;
  17. height: 100%;
  18. justify-content: center;
  19. align-items: center;
  20. }