shopgoods.wxss 2.8 KB
@import '../iconfont/iconfont.wxss';
/* @import '../template/template.wxss'; */

page{
  background: #f4f4f4;
}

.shophead{
  color:#333333;
  font-size: 32rpx;
  text-align: center;
  margin-top:58rpx;

}
.shopheadeng{
  color:#333333;
  font-size: 24rpx;
  text-align: center
}

/* 轮播图 */


.swiper_box .swiper {
  width: 100%;
  height: 919rpx;
  margin-top:23rpx;
}
.swiperitem{
  width:448rpx;
  margin:0 auto;
  height:850rpx;
  background:rgba(255,255,255,1);
  box-shadow:0px 0px 60rpx 0rpx rgba(2,2,8,0.25);
  border-radius:10rpx;
  position: relative;
  
}
swiper-item{
  padding: 40rpx 0;
}
.banner_img {
  /* margin: 0 10rpx;
  position: absolute;
  width:100%;
  height:100%;
  /* width: 650rpx;
  height: 384rpx; */
  /* border-radius: 15rpx;
  z-index: 5; */
  /* opacity: 0.7; */
  /* top: 13%;
  box-shadow:0rpx 15rpx 30rpx 0rpx rgba(235,235,235,1); */ 
}
.shopheadimg{
  width:471rpx;
  height:390rpx;
  font-size: 0;
  position: absolute;
  right:22rpx;
  top:41rpx;

 

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

.img_style {
  /* z-index: 10;
  width: 390rpx;
  height: 464rpx;
  top: 7%;
  left:9%;
  transition: all 0.2s ease-in 0s;
  margin:0 auto;
  box-shadow:0rpx 15rpx 30rpx 0rpx
  rgba(235,235,235,1); */
}
.swiper_box{
  position: relative;
}


.dots{
  /* width: 156rpx; */
  height: 36rpx;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 154rpx;
  position: absolute;
  bottom:-35rpx;
  left:0;
  right:0;
}
/*未选中时的小圆点样式 */
.dot{
  width:14rpx;
  height:14rpx;
  border-radius:50%;
  background: #999;
  margin-left:30rpx;
  
}
/*选中以后的小圆点样式  */
.active{
 width:14rpx;
  height:14rpx;
  border-radius:50%;
  background: #15276D;
}

.shopgoodname{
  color:#333333;
  font-size:30rpx;
}
.swiperbottom{
  position: absolute;
  top:457rpx;
  left:40rpx;
}
.chairname{
  color:#333333;
  font-size: 36rpx;
  font-weight: bold

}
.read,.safe{
  color:#707070;
  font-size: 24rpx;

}
.read{
  margin-top:20rpx;
}
.sellprice{
  color:#707070;
  font-size: 20rpx;
  margin-top:20rpx;
  text-decoration: line-through
}
.pricenum{
  color:#15276D;
  font-size: 36rpx;
  font-weight: bold;
  margin-top:19rpx;
}
.chairbottom{
  display:flex;
  justify-content: space-between;
  align-items: center;
  /* align-items: center */
}

.seenow{
  width:143rpx;
  height:49rpx;
  background:rgba(21,39,109,1);
  box-shadow:0px 0rpx 20rpx 0rpx rgba(4,0,0,0.2);
  
  border-top-left-radius: 16rpx;
  border-bottom-right-radius: 16rpx;
  color:#FFFFFF;
  font-size:24rpx;
  text-align: center;
  line-height: 49rpx;
}
.chairyou{
  margin-left:80rpx;
}
.chairtop{
  display:flex;
  align-items: center;
 
}
.zannum{
  color:#15286D;
  font-size: 22rpx;
  margin-left:14rpx;
}
.sellfinish{
  color:#15286D;
  font-size: 20rpx;
  margin-top:5rpx;

}