useCoupon.wxss 3.4 KB
.container {
  width: 100%;
  height: 100%;
}

.useCouponCellView {
  width: 100%;
  flex-direction: column;
  display: flex;
  background-color: #e0e0e0;
}

.header {
  width: 100%;
  height: 120px;
}

.header .space {
    width: 100%;
    height: 16px;
}

.header .headerTopView{
  width: 100%;
  height: 44px;
  display: flex;
  flex-direction:row;
}

.header .headerTopView .button {
  width: 16%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4%;
}

.header .headerTopView .button .buttonText{
    font-family: PingFang SC;
    font-size: 30rpx;
    color: white;
}

.header .headerTopView .inputView {
    border:  1px solid #BDBDBD;
    border-radius: 2px;
    margin-left: 4%;
    width: 70%;
}

.header .headerTopView .inputView {
    border:  1px solid #BDBDBD;
    border-radius: 2px;
    margin-left: 4%;
    width: 70%;
}

.header .headerTopView .inputView .input {
    padding-left: 10px;
    height: 40px;
}

.header .headerBottomView{
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
}


.header .headerBottomView .detailText {
    max-width: 90%;
    font-family: PingFang SC;
    font-size: 24rpx;
    color: #BDBDBD;
    margin-left: 4%;
}

.couponView {
  margin-top: 20rpx;
  margin-left: 15px;
}

.couponView .couponHeader{
  margin-top: 10rpx;
  position: relative; 
}

.couponView .couponHeader .couponCellTitle{
  padding-left: 20rpx;
  font-family: PingFang SC;
  font-size: 28rpx;
  color: white;
  text-overflow:ellipsis; 
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
 
.couponView .couponBottom{
  position: relative; 
  flex-direction: row;
  display: flex;
}

.couponView .couponBottom .left{
  flex-direction: column;
  display: flex;
  align-items: center;
}

.couponView .couponBottom .left .price{
  font-family: PingFang SC;
  font-size: 70rpx;
  text-overflow:ellipsis; 
  display: block;
  overflow: hidden;
  white-space: nowrap;
}

.couponView .couponBottom .left .priceDetail{
  font-family: PingFang SC;
  font-size: 20rpx;
  color: gray;
}

.couponView .couponBottom .middle{
  margin-left: 5px;
  margin-top: 10px;
}

.couponView .couponBottom .middle .timeDetail{
  font-family: PingFang SC;
  font-size: 25rpx;
  color: gray;
  margin-top: 10rpx;
  margin-left: 5rpx;
}

.couponView .couponBottom .right{
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.couponView .couponBottom .right .selectIcon{
  width: 20px;
  height: 20px;
}

.bottom {
  width: 100%;
  height: 60px;
  background-color: white;
  flex-direction:row;
  display: flex;
  align-items: center;
}

.bottom .button1{
   width: 44%;
   height: 70rpx;
   justify-content: center;
   align-items: center;
   display: flex;
   border-radius: 9rpx;
   background-color: #444444; 
   margin-left: 4%;
}

.bottom .button2{
   width: 44%;
   height: 70rpx;
   justify-content: center;
   align-items: center;
   display: flex;
   border-radius: 9rpx;
   background-color: #B0B0B0;
   margin-left: 4%;
}

.bottom .button1 .buttonText1
{
   font-family: PingFang SC;
   font-size: 14px;
   color: white;
   text-align: center; 
   line-height: 60rpx;
   overflow: hidden;
}

.bottom .button2 .buttonText2
{
   font-family: PingFang SC;
   font-size: 14px;
   color: white;
   text-align: center; 
   line-height: 60rpx;
   overflow: hidden;
}

.emptyClass{
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f0f0f0;
}