.couponView { margin: 24rpx; } .couponView .item { display: flex; justify-content: flex-start; align-items: center; padding: 20rpx 0; border-top: 1px solid rgb(126, 126, 126, 0.2); } .couponView .item:first-of-type { border-top: none; } .couponView .item .imgView { position: relative; width: 260rpx; height: 260rpx; } .couponView .item .imgView .img { width: 100%; height: 100%; background: red; } .couponView .item .imgView .timeView { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; color: white; } .couponView .item .imgView .timeView .title { font-size: 46rpx; font-weight: bold; } .couponView .item .imgView .timeView .type { font-size: 26rpx; } .couponView .item .contentView { flex: 1; margin: 0 20rpx; color: gray; } .couponView .item .contentView .title { font-size: 26rpx; font-weight: bold; } .couponView .item .contentView .platform, .couponView .item .contentView .validityTime { margin-top: 20rpx; font-size: 24rpx; opacity: 0.6; } .submitBtn{ box-sizing: border-box; position: absolute; width: 600rpx; left: 50%; margin-left: -300rpx; bottom: 120rpx; border-radius: 10rpx; padding: 20rpx; background: #4e96f8; color: white; font-size: 30rpx; text-align: center; }