/* pages/signIn/record/record.wxss */ .record{ width: 750rpx; height: auto; padding-bottom: 119rpx; } /* 垂直方向布局,水平居中 **/ .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_num{ font-size: 136rpx; font-family: Source Han Sans CN; font-weight: 500; color: #FEFEFE; margin-top: 120rpx; } .head_text{ font-size: 32rpx; font-family: Source Han Sans CN; font-weight: 400; color: #FEFEFE; } .sigin-isLogin{ color: #FEFEFE; font-weight: 400; background-color: transparent; border-style: none; } .explain{ width: 750rpx; height: 120rpx; justify-content: space-between !important; } .explain-left,.explain-center,.explain-right{ width: 250rpx; text-align: center; } .explain-discount,.explain-detailed,.explain-utility{ font-size: 32rpx; font-family: Source Han Sans CN; font-weight: 400; color: #303030; } .explain-column{ width: 39px; height: 3px; background: #BF2637; border-radius: 2px; margin-top: 10px; } .explain-columnNo{ width: 39px; height: 3px; border-radius: 2px; margin-top: 10px; } .content{ width: 100%; height: auto; background: #F3F3F3; } .check-in-content{ width: 100%; height: auto; background: #FFFFFF; margin-top: 4px; } .coupon{ width: 708rpx; height: 220rpx; background-image: url(https://dy.shpr.top/luckDraw/cash_coupon.png); background-size: 100% 100%; margin-top: 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: 110px; height: 100%; text-align: center; align-items: flex-end; } .coupon-center{ width: 164px; height: 100%; align-items: flex-start !important; justify-content: space-between; } .coupon-right{ width: 98px; 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,.coupon-left-num{ margin-bottom: 8px; } .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{ width: 63px; height: 15px; font-size: 13px; font-weight: 400; color: #443E5B; line-height: 16px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .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: 81px; height: 28px; background-image: url(https://dy.shpr.top/luckDraw/cash_use_now.png); background-size: 100% 100%; margin-top: 47px; margin-left: -10px; } .coupon-right-usenow2{ width: 81px; height: 28px; background-image: url(https://dy.shpr.top/luckDraw/coupon_use_now.png); background-size: 100% 100%; margin-top: 47px; margin-left: -10px; } .coupon-center-bm{ width: 100px; height: 15px; } .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; } .detailed{ width: 100%; height: auto; background: #F3F3F3; } .detailed-content{ width: 750rpx; height: auto; /* margin-top: 4px; */ } .detailed-date{ width: 750rpx; height: 2rpx; background: #FFFFFF; } .detailed-date-lower{ width: 340px; height: 1px; background: #EFEFEF; } .detailed-sign{ width: 750rpx; height: 178rpx; background: #FFFFFF; } .detailed-sign-index,.detailed-coupon{ width: 50%; height: 100%; } .detailed-sign-index{ align-items: flex-start !important; justify-content: space-between; } .detailed-sign-text{ font-size: 18px; font-weight: 500; color: #6E6E6E; margin-left: 27px; margin-top: 22px; } .detailed-sign-date{ font-size: 14px; font-family: Source Han Sans CN; font-weight: 400; color: #6E6E6E; margin-left: 26px; margin-bottom: 20px; } .detailed-coupon{ justify-content: center; } .detailed-coupon-text{ width: 90%; height: 30px; font-size: 20px; font-family: Source Han Sans CN; font-weight: 500; color: #BF2637; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }