/* pages/user/couponCenter/index.wxss */ .bg-img { position: absolute; left: 0; right: 0; display: block; width: 100%; z-index: -1; } .content { position: absolute; left: 0; right: 0; display: block; width: 100%; bottom: 0; display: flex; flex-direction: column; justify-content: center; } .coupon-title { color: #4A3B35; font-size: 53rpx; font-weight: 600; text-align: center; } .input-box { display: flex; margin: 50rpx; color: #483A34; font-size: 35rpx; align-items: center; } .input-box input { margin-left: 38rpx; width: 420rpx; /* height: 93rpx; */ line-height: 50rpx; display: block; background: white; padding: 20rpx; } .btn { width: 446rpx; line-height: 85rpx; background: #714000; border-radius: 43rpx; text-align: center; color: #fff; font-size: 33rpx; margin: 100rpx auto; }