1234567891011121314151617181920212223242526272829303132333435363738394041 |
- .order-info {
- .u-cell {
- padding: 17rpx 0;
- }
- /deep/ .u-cell_title {
- font-weight: 600;
- }
- }
- .order-info-img {
- margin: 54rpx auto 10rpx;
- }
- .addr {
- text-align: center;
- margin-bottom: 10rpx;
- font-size: 26rpx;
- font-weight: 400;
- color: #737373;
- line-height: 37rpx;
- letter-spacing: 1px;
- }
- .pay-amount {
- text-align: center;
- font-size: 60rpx;
- font-weight: 500;
- color: #010101;
- line-height: 84rpx;
- letter-spacing: 2px;
- margin-bottom: 18rpx;
- }
- .loading-warp {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- height: 100%;
- }
- .loading-text {
- margin-top: 20rpx;
- color: #fff;
- font-size: 20rpx;
- }
|