| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- .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
- }
|