/* packageI/newMedia/components/rewardPopup/rewardPopup.wxss */ .reward-target { width: 100%; padding: 1.1rem; text-align: center; color: white; font-size: 1.06rem; background-image: linear-gradient(0deg, #eb160a 0%, #f96822 100%); } .reward-target_avatar { flex-shrink: 0; margin-bottom: 0.6rem; } .reward-form { margin-top: 1.06rem; padding: 1.06rem; color: #272727; text-align: left; border-radius: 0.64rem; background-color: white; } .reward-form-item:not(:first-child) { margin-top: 1.78rem; } .reward-form_title { color: #ef3532; font-size: 0.94rem; text-align: left; } .reward-form_content { display: flex; justify-content: space-between; margin-top: 1.13rem; font-size: 0.94rem; } .reward-form_count span { padding-right: 1.3rem; } .reward-form_count input { width: calc(100% - 5.5rem); border: none; } .reward-confirm { margin: 2.4rem auto 0; color: #a47f4b; font-weight: bold; width: 15.64rem; height: 2.7rem; line-height: 2.7rem; border-radius: 1.22rem; background-image: linear-gradient(0deg, #fdfa93 0%, #fff6c1 100%), linear-gradient(#fff, #fff); background-blend-mode: normal, normal; box-shadow: 0 0.38rem 0 #fbb039; border: none; }