success.wxss 294 B

123456789101112131415161718
  1. /* pages/order/success.wxss */
  2. .my-view {
  3. display: flex;
  4. flex-direction: column;
  5. align-items: center;
  6. justify-content: center;
  7. width: 100%;
  8. height: 100%;
  9. position: absolute
  10. }
  11. .text{
  12. display: inline-block;
  13. margin-top: 100rpx;
  14. font-weight: 500;
  15. }
  16. .official{
  17. width: 700rpx;
  18. }