replaceDishes.wxss 1.9 KB
/* pages/index/replaceDishes/replaceDishes.wxss */
page {
  background: #f3f5f5;
}

.coupons {
  font-size: 30rpx;
  color: #222;
  display: flex;
}
.explain{
        width: 93.6%;
        height:auto;
        box-shadow:0px 15px 30px 0px rgba(214,214,214,0.6);
        border-radius:16px;     
        background: #fff;
        margin:20rpx auto 40rpx;
        padding:18rpx 49rpx;
}
.explain_one{
        text-align: center;
        font-size:30rpx;
        font-family:PingFang-SC-Heavy;
        font-weight:800;
        color:rgba(38,54,58,1);
        line-height:62rpx;
        position: relative;     
        margin-bottom:16rpx;
}
.explain_one::before{
        width: 115rpx;
        height: 1rpx;
        position: absolute;
        left:70rpx;
        top:0;
        bottom:0;
        margin:auto 0;
        content: '';
        background: linear-gradient(to left,rgba(187,187,187,1),transparent);
}
.explain_one::after{
        width: 115rpx;
        height: 1rpx;
        position: absolute;
        right:70rpx;
        top:0;
        bottom:0;
        margin:auto 0;
        content: '';
       background: linear-gradient(to right,rgba(187,187,187,1),transparent);
}
.explain_two{
        font-size:26rpx;
        font-family:PingFang-SC-Medium;
        font-weight:500;
        color:rgba(38,54,58,1);
        line-height: 40rpx;
}
.three{
        width: 100%;
        padding:0 15rpx;
 }
.collocation_box {
  width: 360rpx;
  border-radius: 16rpx;
  overflow: hidden;
  float: left;
  padding:0 10rpx;
  position: relative
}

.collocation_img {
  width: 340rpx;
  height: 340rpx;
}

.collocation_img image {
  width: 100%;
  height: 100%;
}

.collocation_content {
  background: #fafafa;
  font-size: 30rpx;
  color: #222;
  padding: 22rpx;
}

.introduce {
  font-size: 28rpx;
  color: #888;
}

.icon-weixuanzhong{
        position: absolute;
        right:20rpx;
        top:15rpx;
        color:#888;
}
.icon-weixuanzhong.active{
        color:rgba(255,218,68,1);
}