homefloor.wxss 2.3 KB
/* pages/homefloor/homefloor.wxss */
.swiper-status-1{
   width: 750rpx;
   height:562rpx;
   /* margin-bottom: -6rpx; */
}

.swiper-status-1 .wx-swiper-dots.wx-swiper-dots-horizontal{
     margin-bottom: -8rpx;
     padding-left: 15rpx;
     padding-right: 10rpx;
     padding-top: 5rpx;
     padding-bottom: 5rpx;
     border-radius: 40rpx; 
     background: rgba(0,0,0,0.2);
}

.swiper-status-1 .wx-swiper-dot{
    width:10rpx;
    display: inline-flex;  
    height: 10rpx;
    margin-left: -5rpx;  
    justify-content:space-between;  
}

.new-focus-img-1{
  width: 100%;
  height: 100%;
}
.catgoryContainer-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: white;
  border-top: 1rpx solid #dddddd;
  /* margin-bottom: -6rpx; */
  /*border-bottom: 1rpx solid #dddddd;*/
}
.category-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1rpx solid #dddddd; 
}
.categoryImage-1 {
  width: 100%;
}
/* .brandContainer-1 {
  background-color: white;
  height: 236rpx;
  white-space: nowrap;

}
.brandItem-1 {
  display: inline-block; 
  height: 236rpx;
  width: 203rpx;
  margin-right: 16rpx;
  align-items: center;

}
.brand-1 {
  white-space: wrap;
  height: 220rpx;
  width: 220rpx;
}

.brandImage-1 {
  width: 203rpx;
  height: 220rpx;
  border-radius: 10rpx;
} */
.activity-container-header-1 {
  width: 100%;
  height: 324rpx;
}
.singleImg-1{
 width: 100%;
 height: 100%;
}
.singleImgContainer{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.activity-container-footer-1 {
  white-space: nowrap;
}
.activity-item-1 {
  width: 186rpx;
  height: 296rpx;
  display: inline-block;
  margin-top: 30rpx;
  margin-left: 32rpx;
}
.activity-item-img-1 {
  width: 100%;
  height: 77%;
}
.activity-item-price-1 {
  width: 100%;
  height: 23%;
  text-align: center;
  line-height: 50rpx;
  color: red;
  font-size: 24rpx;
  font-family: PingFang SC;
}

.horImgContainer{
  height: 236rpx;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: white;
}
.horImgScrollView{
  height: 220rpx;
  white-space: nowrap;
}
.hor-Item{
  display: inline-block; 
  height: 220rpx;
  width: 203rpx;
  margin-right: 16rpx;
  align-items: center;
}
.hor-itemImage {
  width: 203rpx;
  height: 220rpx;
  border-radius: 10rpx;
}