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