Coupon.wxss 1.8 KB
/* pages/Coupon/Coupon.wxss */

.buttom {
   border-top: 1rpx solid #e4e4e4;
}

.swiper-tab {
   width: 100%;
   text-align: center;
   line-height: 80rpx;
   display: flex;
   justify-content: space-around;
   box-shadow: 1rpx 1rpx 1rpx 2rpx #ccc;
   position: relative;
   z-index:  36;
}

.swiper-tab-list {
   font-size: 30rpx;
   display: inline-block;
   /* width: 33.33%; */
   color: #666;
}

.on {
   color: #333;
   position: relative;
}

.on::after {
   content: "";
   border-bottom: 10rpx solid #fc0;
   position: absolute;
   bottom: 0;
   left: 0;
   border-radius: 5rpx;
   width: 48rpx;
}

.swiper-box {
   display: block;
   height: 100%;
   width: 100%;
   overflow: hidden;
}

.swiper-box view {
   text-align: center;
}

.List {
   background-image: url(http://omega.wx.bronet.cn/public/static/images/32@2x.png);
   background-size: 100% 100%;
   height: 286rpx;
   width: 740rpx;
   margin: 0 auto;
   margin-top: 25rpx;
}

.couponList {
   display: flex;
   justify-content: space-around;
   /* border-bottom: 1rpx solid #eee; */
   margin: 0 40rpx;
   height: 180rpx;
}

.couponList .plice {
   font-size: 80rpx;
   color: #c90103;
   margin-top: 53rpx;
   margin-left: 31rpx;
   height: 115%;
}

.couponList .mes {
   margin-top: 61rpx;
   margin-right: 38rpx;
   height: 114rpx;
}

.couponList .mes .name {
   font-size: 30rpx;
   color: #333;
}

.couponList .mes .time {
   font-size: 26rpx;
   color: #999;
   margin-top: 21rpx;
   text-align: left;
}

.List .go {
   font-size: 30rpx;
   color: #c90103;
   text-align: center;
   margin-top:22rpx;
   display: flex;
   align-items: center;
   justify-content: center;
}
.couponList .free_name{
  font-size: 30rpx;
  margin: 0;
  display: flex;
  align-items: center;
  font-weight: 600;
  width: 200rpx;
}
swiper-item{
  overflow-y: auto;
}