| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- .page{
- background: #F7F7F7;
- padding: 1rpx 32rpx;
- }
- .scroll-Y{
- height: 900rpx;
- }
- .outView{
- background: #FFFFFF;
- border-radius: 20rpx;
- padding: 28rpx 24rpx;
- margin-bottom: 24rpx;
- }
- .title{
- font-size: 32rpx;
- font-weight: 500;
- color: #333333;
- line-height: 44rpx;
- font-weight: bold;
- }
- .awardView{
- font-size: 28rpx;
- font-weight: 400;
- color: #666666;
- line-height: 40rpx;
- padding: 20rpx 0;
- }
- .award{
- width: 500rpx;
- }
- .awardItem{
- margin-right: 100rpx;
- }
- .confirmButton{
- width: 686rpx;
- height: 108rpx;
- background: #FFE05C;
- border-radius: 60rpx;
- text-align: center;
- font-size: 32rpx;
- font-weight: 500;
- color: #111111;
- line-height: 108rpx;
- margin-top: 24rpx;
- }
- .createQrCodePopup{
- width: 638rpx;
- height: 714rpx;
- background: #FFFFFF;
- border-radius: 24rpx;
- position: relative;
- }
- .popupTitle{
- line-height: 100rpx;
- font-size: 32rpx;
- font-weight: bold;
- color: #111111;
- }
- .xoIcon{
- position: absolute;
- top: 20rpx;
- right: 32rpx;
- }
- .select{
- background: rgba(255, 224, 92, 0.1);
- border: 4rpx solid #FFE05C;
- box-sizing:border-box
- }
|