coupons.wxss 3.0 KB
page {
        width: 100%;
        height: 100%;
        background-color: #fafafa;
}
.page{
        width: 100%;
        height: 100%
}
.gogogo{
        width: 100%;
        height: calc(100% - 170rpx);
        text-align: center;
        line-height: 500rpx;
        color: #888;
        font-size: 32rpx;
        position: relative;
}
.gogogo image{
        height: 247rpx;
        width: 340rpx;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-70%)
}
.gogogo view{
        font-size:26rpx;
        font-family:PingFang-SC-Medium;
        font-weight:500;
        color:rgba(136,136,136,1);
        position: absolute;
        left: 50%;
        transform: translate(-50%,-20%);
        top: 50%
}
.banner {
  height: 86rpx;
  width: 100%;
  overflow: hidden;
  line-height: 80rpx;
  background: #fff;
  display: flex;
  font-size: 34rpx;
  color: #222;
  border-bottom: 1rpx solid #ededed;
  box-sizing: border-box;
  padding: 0 26rpx;
}

.coupons {
  font-weight: bold;
  margin: 0 auto;
}

.tab {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 26rpx 85rpx;
  font-size: 28rpx;
  color: #222;
  border-bottom: 1rpx solid #ededed;
}

.use{
        position: relative
}
.use::before{
        content: "";
        width: 67rpx;
        height: 5rpx;
        border-radius: 3rpx;
        position: absolute;
       bottom:-27rpx;
        left:10rpx;
        background: #FFDA44;
}

.item_list_boxs{
  margin-top:46rpx;
}

.item_list,.item_list_list {
  height: 260rpx;
  background-image: url(http://hifresh.w.bronet.cn/assets/wxapp/weishiyong@2x.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  margin-top: 16rpx;
  position: relative
}
.item_list_list{
          background-image: url(http://www.himrhi.com/assets/wxapp/temporaryUnused.png);
}
.right_top_circle{
  position: absolute;
  right: 52rpx;
  top:42rpx;
  max-width:400rpx;
height:45rpx;
background:rgba(255,255,255,1);
border-radius:23rpx;
text-align: center;
font-size:28rpx;
font-family:PingFang-SC-Bold;
font-weight:bold;
font-style:italic;
color:rgba(255,166,38,1);
line-height: 45rpx;
padding:0 16rpx;
box-sizing: border-box
}

.list_character {
  position: relative;
  left: 186rpx;
}
.triangle{
  position: absolute;
  left: 469rpx;
  top:148rpx;
  width:0;
  height:0;
  border: 37rpx solid rgba(76,188,46,1);
  border-top:37rpx solid transparent;
  border-left:37rpx solid transparent;
  z-index: 999;
  border-bottom-right-radius: 16rpx; 
}
.icon-xiangxia{
    position: absolute;
    /* top:20rpx; */
    left:2rpx;
    font-size: 24rpx;
}

.money {
  font-size: 100rpx;
}

.money text {
  font-size: 38rpx;
}
.item_list_box{
height: 80rpx;
  margin-bottom:20rpx
}
.limit_values{
  width:698rpx;
height:80rpx;
background:rgba(235,235,235,1);
border-radius:13rpx;
margin: 0 auto;
padding:26rpx 37rpx;
box-sizing: border-box;
font-size:26rpx;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(38,54,58,1);
}

.sale {
  font-size: 28rpx;
}

.data {
  font-size: 22rpx;
  opacity: 0.8;
}