| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- .page{
- background: #F7F7F7;
- padding: 1rpx 32rpx;
- }
- .outView{
- background: #FFFFFF;
- border-radius: 20rpx;
- padding: 28rpx 24rpx;
- margin-bottom: 24rpx;
- }
- .roleName{
- margin-right: 20rpx;
- font-size: 28rpx;
- font-weight: 400;
- color: #333333;
- line-height: 44rpx;
- }
- .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;
- }
- .addButton{
- width: 686rpx;
- height: 84rpx;
- background: #FFFFFF;
- border-radius: 54rpx;
- border: 4rpx dashed #FFE05C;
- text-align: center;
- line-height: 84rpx;
- font-size: 28rpx;
- font-weight: 400;
- color: #333333;
- margin-top: 24rpx;
- }
- .scroll-Y{
- height: 600rpx;
- }
- .rulePopup{
- height: 900rpx;
- border-top-right-radius: 10rpx;
- border-top-left-radius: 10rpx;
- background: white;
- padding: 0 32rpx;
- }
- .popupTitle{
- line-height: 100rpx;
- font-size: 32rpx;
- font-weight: bold;
- color: #111111;
- }
- .scroll-Y1{
- height: 600rpx;
- }
- .label{
- padding: 24rpx 32rpx;
- background: #F7F7F7;
- margin-top: 24rpx;
- border-radius: 15rpx;
- }
- .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;
- }
- .xoIcon{
- position: absolute;
- top: 20rpx;
- right: 32rpx;
- }
- .rolePopup{
- height: 700rpx;
- border-top-right-radius: 10rpx;
- border-top-left-radius: 10rpx;
- padding: 0 32rpx;
- background: white;
- }
- .scroll-Y2{
- height: 450rpx;
- }
- .roleName1{
- padding: 20rpx;
- font-size: 30rpx;
- font-weight: bold;
- border-radius: 10rpx;
- background: #f7f7f7;
- margin-top: 24rpx;
- }
- .roleName1:first-child{
- margin-top: 0;
- }
- .selectRoleName1{
- background: rgba(255, 224, 92, 0.1);
- border: 4rpx solid #FFE05C;
- box-sizing:border-box
- }
|