ticketResult.wxss 423 B

12345678910111213141516171819202122232425262728
  1. /* pages/ticketHand/ticketResult.wxss */
  2. .icon-selected {
  3. display: block;
  4. margin: 68rpx auto 0;
  5. font-size: 199rpx;
  6. color: #09bb07;
  7. text-align: center;
  8. }
  9. .status {
  10. margin-top: 40rpx;
  11. height: 40rpx;
  12. line-height: 40rpx;
  13. font-size: 40rpx;
  14. font-weight: 420;
  15. color: #282828;
  16. text-align: center;
  17. }
  18. .code {
  19. margin: 48rpx auto 0;
  20. width: 150px;
  21. height: 150px;
  22. }
  23. .innerBtnwrap {
  24. margin-top: 48rpx;
  25. }