123456789101112131415161718192021222324252627282930313233343536373839 |
- .container{position: relative;overflow: hidden;min-height: 100vh;}
- .container .page-bg{position: absolute;left: 0;top: 0;width: 100%;height: 1090rpx;max-height: unset;z-index: -1;}
- .cart-no{margin-top: 333rpx;text-align: center;font-size: 24rpx;color: #26D18B;}
- .cart-text{margin: 10rpx 100rpx;line-height: 40rpx;font-size: 28rpx;color: #666;text-indent: 2em;}
- /* .save-tip{text-align: center;margin-top: 24rpx;color: #666;font-size: 30rpx;position: fixed;bottom: 24rpx;left: 0;right: 0;} */
|