/* pages/payment/mjCoupon/mjCoupon.wxss */ page { background: #f6f6f6; } .footer { width: 90%; margin: 40rpx auto; height: 126rpx; line-height: 126rpx; display: flex; background: #fff; border-radius: 20rpx; /* margin-top: 40rpx; margin-left: 20rpx; */ align-self: center; box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15); } .footer text { margin-left: 20rpx; font-size: 30rpx; } .footer input { width: 530rpx; margin-right: 20rpx; height: 126rpx; line-height: 126rpx; font-size: 30rpx; text-align: right; } .listBox{ margin: 20rpx auto 0 } .couList{ position: relative; width:92%; padding:0 4%; margin-top: 20rpx; } .couList >view{ background: #fff; margin: 30rpx auto; /* box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1); */ border-radius:16rpx; padding: 25rpx; } .conBox { height: 60rpx; line-height: 60rpx; display: flex; justify-content: space-between; font-size: 28rpx; } .conBox view:nth-child(1){ width:460rpx; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; } .conBox view:nth-child(2){ width:170rpx; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; text-align: right; } .yxq>text{ font-size: 28rpx; height: 60rpx; line-height: 60rpx; color:#999999; } .yxq1>text{ font-size: 24rpx!important; } .solution1 button { margin: 40rpx auto; width: 90%; height: 100%; background: #52A0FD; line-height: 100rpx; font-size: 36rpx; color: #fff; } .tab{ height: 80rpx; padding:0 25rpx; display: flex; align-items: center; justify-content: center } .tab > view{ width: 35%; line-height: 80rpx; text-align: center; font-size: 28rpx; /* border: 1rpx #333 solid; */ border-radius: 10rpx; } .couponsL{ background: #51a0fc; color: #fff; } .couponsR{ background: #FFF; color: #000; } .gou { position: absolute; top: -2rpx; right:25rpx; width: 60rpx; } .mark{ background-color:rgba(0,0,0,0.08)!important; z-index: 10; } .hide { width: 100%; height: 55rpx; line-height: 55rpx; } .hide text { color: #999; display: block; text-align: center; font-size: 28rpx; } .jiaoyi { width: 160rpx; display: block; margin: 200rpx auto 0; }