success.wxss 162 B

123456789
  1. /* pages/order/success.wxss */
  2. .my-view {
  3. display: flex;
  4. align-items: center;
  5. justify-content: center;
  6. width: 100%;
  7. height: 100%;
  8. position: absolute
  9. }