/* pages/luckDraw/profile.wxss */ /* 垂直方向布局,水平居中 **/ .flex-column{ display: flex; flex-flow: column nowrap; align-items: center; justify-content: left; } /* 水平方向布局,垂直居中 **/ .flex-row{ display: flex; flex-flow: row nowrap; align-items: center; justify-content: center; } .head{ width: 750rpx; height: 464rpx; background-image: url(https://dy.shpr.top/luckDraw/per_head.png); background-size: 100% 100%; } .head_portrait{ width: 140rpx; height: 144rpx; border-radius: 50%; overflow : hidden ; margin-top: 80rpx; } .head_text{ font-size: 40rpx; font-family: Source Han Sans CN; font-weight: 400; color: #FEFEFE; margin-top: 40rpx; } .sigin-isLogin{ color: #FEFEFE; font-weight: 400; background-color: transparent; border-style: none; } .explain{ width: 750rpx; height: 160rpx; justify-content: space-between !important; } .explain-left,.explain-center,.explain-right{ width: 50%; text-align: center; } .explain-text{ font-size: 18px; font-weight: 600; color: #BF2637; } .explain-discount,.explain-utility{ font-size: 32rpx; font-weight: 400; color: #303030; } .explain-column{ width: 39px; height: 3px; background: #BF2637; border-radius: 2px; margin-top: 8px; } .explain-columnNo{ width: 39px; height: 3px; border-radius: 2px; margin-top: 8px; } .coupon{ width: 708rpx; height: 220rpx; background-image: url(https://dy.shpr.top/luckDraw/cash_coupon.png); background-size: 100% 100%; margin-bottom: 30rpx; justify-content: left !important; } .coupon2{ width: 708rpx; height: 220rpx; background-image: url(https://dy.shpr.top/luckDraw/coupon.png); background-size: 100% 100%; margin-top: 30rpx; justify-content: left !important; } .coupon-left{ width: 220rpx; height: 100%; text-align: center; align-items: flex-end; } .coupon-center{ width: 350rpx; height: 100%; align-items: flex-start !important; justify-content: space-between; } .coupon-right{ width: 180rpx; height: 100%; } .coupon-left-symbol{ font-size: 20px; font-family: Microsoft YaHei; font-weight: 400; color: #443E5B; line-height: 40px; } .coupon-left-num{ font-size: 59px; font-family: Impact; font-weight: 400; color: #443E5B; line-height: 71px; } .coupon-left-numSmall{ font-size: 36px; font-family: Impact; font-weight: 400; color: #443E5B; line-height: 71px; } .coupon-left-symbol{ margin-bottom: 10rpx; } .coupon-center-upper,.coupon-center-bm,.coupon-center-lower{ margin-left: 18px; } .coupon-center-upper{ width: 140px; height: 20px; font-size: 20px; font-weight: 500; color: #443E5B; line-height: 19px; margin-top: 24px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .coupon-center-middle{ height: 15px; font-size: 13px; font-weight: 400; color: #443E5B; line-height: 16px; } .coupon-center-lower{ width: 146px; height: 15px; font-size: 13px; font-weight: 400; color: #443E5B; line-height: 16px; margin-bottom: 11px; } .coupon-right-usenow{ width: 162rpx; height: 56rpx; background-image: url(https://dy.shpr.top/luckDraw/cash_use_now.png); background-size: 100% 100%; margin-top: 94rpx; margin-left: -10rpx; } .coupon-right-usenow2{ width: 162rpx; height: 56rpx; background-image: url(https://dy.shpr.top/luckDraw/coupon_use_now.png); background-size: 100% 100%; margin-top: 94rpx; margin-left: -10rpx; } .coupon-center-bm{ height: 15px; justify-content: flex-start; } .coupon-center-block1,.coupon-center-block2{ width: 5px; height: 5px; background: #443E5B; transform:rotate(45deg); margin: 0 10rpx; } .btn_exchange{ width: 100%; height: 100%; } .no_result { font-size: 24rpx; color: #B1B1B1; line-height: 100rpx; font-weight: 1000; text-align: center; } .prize-content{ width: 708rpx; height: 220rpx; background: #FFFFFF; border: 1px solid #FF7A03; box-shadow: 0px 0px 50px 8px rgba(127, 127, 127, 0.09); border-radius: 20rpx; margin-bottom: 30rpx; justify-content: space-between; } .prize-img{ width: 214rpx; height: 220rpx; background: #FFE9B0; border: 0 solid #FF7A03; border-radius: 20rpx 0 0 20rpx; } .prize-img-small{ width: 268rpx; height: 212rpx; } .prize-text{ width: 300rpx; } .prize-text-top,.prize-text-buttom{ padding-left: 42rpx; } .prize-text-top{ width: 280rpx; height: 38rpx; font-size: 36rpx; font-weight: 600; color: #443E5B; line-height: 36rpx; } .prize-text-buttom{ font-size: 28rpx; font-family: Microsoft YaHei; font-weight: 400; color: #443E5B; line-height: 32rpx; margin-top: 26rpx; } .prize-jump{ width: 162rpx; height: 56rpx; background-image: url(https://dy.shpr.top/luckDraw/coupon_use_now.png); background-size: 100% 100%; margin-right: 10rpx; margin-top: 20rpx; } .head_profile{ font-size: 28rpx; font-weight: 500; color: #000000; margin-top: 60rpx; }