123456789101112131415161718 |
- /* pages/order/success.wxss */
- .my-view {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- width: 100%;
- height: 100%;
- position: absolute
- }
- .text{
- display: inline-block;
- margin-top: 100rpx;
- font-weight: 500;
- }
- .official{
- width: 700rpx;
- }
|