certificate.css 395 B

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