homepage.wxss 3.3 KB
image {
  width: 100%;
  height: 100%;
}

.cityname {
  font-weight: bold;
  margin-left: 16rpx;
}

/* 轮播图 */

.swiper_image {
  width: 686rpx;
  height: 308rpx;
  font-size: 0;
  margin: 32rpx auto 0;
  position: relative;
}

swiper {
  width: 686rpx;
  height: 308rpx;
}

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

.swiper_item_img swiper-item {
  width: 686rpx;
  height: 308rpx;
}

.swiper_item_img swiper-item image {
  width: 100%;
  height: 100%;
}

swiper-item {
  position: relative;
}

.picimg {
  width: 156rpx;
  height: 76rpx;
  position: absolute;
  right: 36rpx;
  bottom: 30rpx;
}

.dots {
  height: 36rpx;
  display: flex;
  flex-direction: row;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10rpx;
}

/*未选中时的小圆点样式 */

.dot {
  width: 12rpx;
  height: 12rpx;
  border-radius: 50%;
  margin-right: 16rpx;
  background-color: #b9c0f7;
}

/*选中以后的小圆点样式  */

.active {
  width: 16rpx;
  height: 16rpx;
  border-radius: 50%;
  background-color: #fff;
}

.navhead {
  padding: 24rpx 32rpx;
  box-sizing: border-box;
}

.navitem {
  width: 170rpx;
  display: flex;
  justify-content: center;
  align-items: center;
}

.itemname {
  color: #8c9198;
  font-size: 28rpx;
}

.itemimg {
  width: 10rpx;
  height: 8rpx;
  font-size: 0;
  margin-left: 10rpx;
}

.navactive {
  color: #06121e;
  position: relative;
  font-weight: bold;
}

.navactive:after {
  display: block;
  content: '';
  width: 170rpx;
  height: 4rpx;
  background: #fcb952;
  position: absolute;
  bottom: -20rpx;
  left: 50%;
  transform: translateX(-50%);
}

.case-page {
  padding: 20rpx;
}

.list-masonry {
  column-count: 2;
  column-gap: 20rpx;
}

.tou {
  background: #fff;
}

.item-masonry {
  background-color: #fff;
  break-inside: avoid;
  box-sizing: border-box;
  padding: 20rpx;
  margin-bottom: 28rpx;
  box-shadow: 0rpx 8rpx 16rpx rgba(0, 0, 0, 0.08);
  border-radius: 8rpx;
}

.item-masonry image {
  width: 100%;
}

.goodname {
  color: #3d444d;
  font-size: 24rpx;
  font-weight: bold;
  margin-top: 20rpx;
  width: 296rpx;
}

.hualist {
  margin-top: 4rpx;
}

.huaitem {
  width: 20rpx;
  height: 20rpx;
  font-size: 0;
  margin-right: 6rpx;
}

.pingleft {
  width: 28rpx;
  height: 28rpx;
  font-size: 0;
}

.pingfen {
  color: #fca052;
  font-size: 22rpx;
  margin-left: 6rpx;
}

.introleft {
  width: 188rpx;
  height: 42rpx;
  background: rgba(255, 255, 255, 1);
  border: 1rpx solid rgba(112, 112, 112, 1);
  opacity: 1;
  border-radius: 180rpx;
  color: #3d444d;
  font-size: 22rpx;
  text-align: center;
  line-height: 42rpx;
}

.introright {
  margin-left: 40rpx;
}

.shou {
  margin-top: 16rpx;
}

.shoumoney {
  color: #fe484c;
  font-size: 28rpx;
}

.shouren {
  color: #3d444d;
  font-size: 22rpx;
}

.addimg {
  width: 28rpx;
  height: 28rpx;
  font-size: 0;
}

.dizhi {
  margin-left: 2rpx;
}

.addname {
  margin-top: 5rpx;
}

page {
  background: #f9f9f9;
}



.topwrap{
  width: 750rpx;
  
  background: rgba(255, 255, 255, 1);
  opacity: 1;
  border-radius: 0rpx 0rpx 20rpx 20rpx;
  background: #fff;
  position: fixed;
  
}
.navactivek{
   color: #06121e;
  position: relative;
  font-weight: bold;
}
.wrapitem{
  color:#06121E;
  font-size: 24rpx;
  font-weight: bold;
  padding: 16rpx 52rpx;
  box-sizing: border-box;
  border-bottom:1rpx solid #f5f5f5;
}
.wrappage{
  margin-top:26rpx;
}
.wrapactive{
  color:#FDAA2A;

}