You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
1.8 KiB
Plaintext

@charset "UTF-8";.coupousAct{width:750rpx;min-height:100vh;background:#fff;border-radius:20rpx 20rpx 0rpx 0rpx;padding:24rpx 36rpx;box-sizing:border-box}.search-header{width:678rpx;height:92rpx;background:#f8fafb;border-radius:12rpx;display:flex;align-items:center;justify-content:center;padding:26rpx 0 26rpx 20rpx;box-sizing:border-box}.search-header .search-btn{width:144rpx;height:68rpx;background:#d2d2d2;border-radius:12rpx;text-align:center;font-weight:400;font-size:28rpx;color:#fff;line-height:39rpx;padding-top:14rpx;box-sizing:border-box}.card{width:678rpx;height:206rpx;background:#fef1f0;border-radius:20rpx;padding:24rpx;margin-top:32rpx;box-sizing:border-box;display:flex;justify-content:space-between;position:relative;overflow:hidden}.card.inactive{background:#f4f6f6;color:#afafaf}.card.inactive .left .price{color:#222}.card.inactive .left .price::before{color:#222}.card .left{width:422rpx;height:170rpx;font-size:24rpx;color:#afafaf;line-height:34rpx;text-align:left;display:flex;flex-direction:column;justify-content:space-between;border-right:2rpx dashed #ffc7b8}.card .left .price{font-weight:600;font-size:40rpx;color:red;line-height:56rpx;text-align:left;margin-right:12rpx}.card .left .price::before{content:"¥";font-weight:500;font-size:24rpx;color:red;line-height:34rpx;text-align:left}.card .right{padding:42rpx 16rpx 42rpx 0;box-sizing:border-box;position:relative}.card .right .active-btn{width:136rpx;height:74rpx;background:#ee4d21;border-radius:20rpx;font-weight:500;font-size:24rpx;color:#fff;line-height:34rpx;padding:20rpx;box-sizing:border-box}.card .right .active-state{position:absolute;bottom:-38rpx;right:-28rpx;width:130rpx;height:128rpx}.card .circle{width:30rpx;height:30rpx;border-radius:15rpx;background:#fff;position:absolute;right:216rpx}.card .circle.top{top:-16rpx}.card .circle.bottom{bottom:-16rpx}