123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153 |
- page {
- background-color: #f7f8fa;
- }
- .coupons {
- display:flex;
- justify-content:space-between;
- margin-top: 24rpx;
- margin-left: 24rpx;
- width: 702rpx;
- height: 258rpx;
- background-color: #FFFFFF;
- box-shadow: 0 0 16rpx 0 rgba(36,44,69,0.20);
- border-radius: 8rpx;
- }
- .coupons .icon {
- margin-left: 64rpx;
- margin-top: 44rpx;
- width: 160rpx;
- height: 144rpx;
- }
- .coupons .profile {
- display: flex;
- flex-direction:column;
- align-items:flex-end;
- }
- .coupons .profile .name {
- display: flex;
- margin-top: 32rpx;
- }
- .coupons .profile .name .t {
- width: 80rpx;
- height: 30rpx;
- background: #FEB21C;
- border-radius: 4rpx;
- font-family: PingFangSC-Medium;
- font-size: 20rpx;
- color: #FFFFFF;
- letter-spacing: 0;
- line-height: 30rpx;
- text-align: center;
- }
- .coupons .profile .name .n {
- margin-left: 16rpx;
- margin-right: 24rpx;
- font-family: PingFangSC-Medium;
- font-size: 30rpx;
- color: #333333;
- letter-spacing: 0;
- line-height: 30rpx;
- }
- .coupons .profile .price {
- display: flex;
- align-items:baseline;
- margin-top: 24rpx;
- }
- .coupons .profile .price .tj {
- font-family: PingFangSC-Regular;
- font-size: 20rpx;
- color: #999999;
- letter-spacing: 0;
- line-height: 20rpx;
- }
- .coupons .profile .price .amount {
- font-family: PingFangSC-Medium;
- font-size: 56rpx;
- color: #FEB21C;
- letter-spacing: 0;
- line-height: 56rpx;
- margin-right: 24rpx;
- }
- .coupons .profile .price .amount text {
- margin-left: 16rpx;
- font-family: PingFangSC-Regular;
- font-size: 20rpx;
- color: #FEB21C;
- letter-spacing: 0;
- line-height: 20rpx;
- }
- .disabled1 {
- background: #999999 !important;
- color: #FFFFFF !important;
- }
- .disabled2 {
- color: #999999 !important;
- }
- .coupons .profile .btn {
- margin-top: 24rpx;
- width: 182rpx;
- height: 60rpx;
- text-align: center;
- background: #FFFFFF;
- border: 2rpx solid #979797;
- border-right: none;
- border-radius: 200rpx 2rpx 2rpx 200rpx;
- font-family: PingFangSC-Regular;
- font-size: 24rpx;
- color: #999999;
- letter-spacing: 0;
- line-height: 60rpx;
- }
- .bottom {
- width: 100vw;
- height: 24rpx;
- }
- .pwd-coupons-mask {
- position: fixed;
- width: 100vw;
- height: 100vh;
- background: rgba(0, 0, 0, 0.3);
- top: 0;
- left: 0;
- }
- .pwd-coupons {
- position: fixed;
- top: 300rpx;
- left: 100rpx;
- width: 550rpx;
- background: #fff;
- border-radius: 12rpx;
- }
- .pwd-coupons .t {
- margin-top: 32rpx;
- text-align: center;
- font-size: 32rpx;
- font-weight: bold;
- }
- .pwd-coupons .input {
- margin: 32rpx;
- border: 1rpx solid #666;
- border-radius: 8rpx;
- height: 88rpx;
- line-height: 88rpx;
- }
- .pwd-coupons button {
- margin: 32rpx;
- }
- .koulingcoupon {
- margin-top: 32rpx;
- }
- .block-btn {
- margin: 32rpx 0;
- }
- .hecheng {
- margin-top: 16rpx;
- }
|