/* packageI/newMedia/components/attentionRewaed/attentionRewaed.wxss */ .award-popup { width: 80vw; height: 80vh; text-align: center; background-image: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/new_media/award_popup_bg2.png"); background-color: transparent; background-size: contain; background-position: top center; background-repeat: no-repeat; } .award-popup-content { position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: auto; width: 400rpx; height: 450rpx; color: white; font-size: 34rpx; background-image: linear-gradient(0deg, #eb160a 0%, #f96822 100%); border-radius: 20rpx; box-sizing: border-box; } .award-popup-decoration { position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: auto; width: 92%; } .award-popup .h1 { font-weight: bold; margin-top: 65rpx; } .award-confirm { color: #a47f4b; font-weight: bold; width: 320rpx; height: 70rpx; line-height: 70rpx; margin: 80rpx auto 0; border-radius: 35rpx; background-image: linear-gradient(0deg, #fdfa93 0%, #fff6c1 100%), linear-gradient(#fff, #fff); background-blend-mode: normal, normal; box-shadow: 0 12rpx 0 #fbb039; border: none; } .award-content { margin-top: 53rpx; } .award-content text { font-weight: bold; font-size: 60rpx; }