common.css 527 B

1234567891011
  1. /* 全屏图片背景 */
  2. .page-bg-wrap{position: fixed;left: 0;right: 0;top: 0;bottom: 0;}
  3. .page-bg{width: 100%;max-height: 100%;}
  4. .wrap{margin: 24rpx;}
  5. .wrap40{margin: 32rpx 40rpx;}
  6. .full-btn{height: 98rpx;line-height: 98rpx;background-color: #26D18B;border-radius: 8rpx;font-size: 36rpx;color: #fff;text-align: center;}
  7. /* 浮底按钮 */
  8. .bottom-btn-wrap{height: 146rpx;margin-top: 44rpx;}
  9. .bottom-btn{height: 98rpx;line-height: 98rpx;position: fixed;left: 24rpx;right: 24rpx;bottom: 24rpx;text-align: center;z-index: 99;}