@import "../../app.wxss"; .coupons { flex-direction: row; display: flex; padding: 30rpx; position: relative; height: 184rpx; } .coupons-border{ height: 1rpx; /* width: 100%; */ left: 30rpx; right: 30rpx; background: #F5F5F5; position: absolute; bottom: 0; } .coupons-img { width: 248rpx; height: 184rpx; overflow: hidden; border-radius: 10rpx; } .coupons-img image { width: 100%; height: 100%; } .coupons-info { padding-left: 20rpx; /* padding-top: 10rpx; */ } .coupons-info-name { font-size: 30rpx; color: #000000; letter-spacing: 0; line-height: 42rpx; } .coupons-info-price{ padding:10rpx 0 15rpx; height: 50rpx; } .coupons-info-price-p { font-size: 36rpx; color: #FF3434; letter-spacing: 0.96rpx; line-height: 50rpx; } .coupons-info-price-o { display: inline-block; padding-left: 20rpx; font-size: 24rpx; color: #B4B4B4; letter-spacing: 0.96rpx; text-decoration: line-through; line-height: 24rpx; } .coupons-info-distance { font-size: 22rpx; color: #C0C0C0; letter-spacing: 0; padding-bottom: 10rpx; line-height: 30rpx; } .coupons-info-address { font-size: 22rpx; color: #585858; letter-spacing: 0; line-height: 30rpx; } .coupons-btn { position: absolute; bottom: 30rpx; right: 30rpx; } .coupons-btn-gm { background: #00C0FF !important; border-radius: 10rpx !important; margin: 0 !important; padding: 0 !important; font-family: PingFangSC-Semibold; font-size: 28rpx; color: #FFFFFF !important; letter-spacing: 0; height: 50rpx !important; width: 114rpx !important; line-height: 50rpx !important; }