detailsGoods.wxss 1.6 KB
/* pages/detailsGoods/detailsGoods.wxss */
@import "/wxParse/wxParse.wxss";
page {
   background: #f7f7f7;
}

.list image {
   width: 100%;
   height: 672rpx;
}

swiper {
   height: 672rpx;
}

.mes {
   display: flex;
   justify-content: space-between;
   padding: 56rpx 40rpx;
   background: #fff;
}

.mes .right {
   border-left: 1rpx solid #e4e4e4;
   text-align: center;
   padding-left: 29rpx;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
}

.mes .right .icon {
   color: #999;
   font-size: 36rpx;
}

.mes .right .allSp {
   font-size: 20rpx;
   color: #333;
   margin-top: 16rpx;
}

.shopDetails {
   background: #fff;
   margin-top: 16rpx;
   overflow: hidden;
}

.shopDetails .title {
   font-size: 26rpx;
   color: #111;
   text-align: center;
   margin-top: 38rpx;
}

.navBottom {
   position: fixed;
   bottom: 0;
   width: 100%;
   height: 97rpx;
   border-top: 1rpx solid #e4e4e4;
   background: #fff;
   display: flex;
}

.navBottom .left {
   width: 154rpx;
   height: 97rpx;
   display: flex;
   align-items: center;
   justify-content: center;
   position: relative;
}

.navBottom .left .icon {
   font-size: 44rpx;
   color: #666;
}

.navBottom .left .num {
   position: absolute;
   top: 21rpx;
   left: 80rpx;
   border-radius: 100%;
   background: #c90103;
   font-size: 24rpx;
   color: #fff;
   line-height: 28rpx;
   text-align: center;
   padding:3rpx;
  width:28rpx;
  height:28rpx;
}

.navBottom .right {
   background: #fc0;
   text-align: center;
   line-height: 97rpx;
   color: #333;
   font-size: 32rpx;
   height: 97rpx;
   width:597rpx;
}