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

.cityname {
  font-weight: bold;
  margin-left: 16rpx;
}
/* 轮播图 */
.swiper_image {
  width: 750rpx;
  height: 308rpx;
  font-size: 0;
  margin: 0 auto;
  position: relative;
}

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

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

.swiper_item_img swiper-item {
  width: 750rpx;
  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: 14rpx;
  height: 14rpx;
  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 {
  /* display:flex;
  align-items: center;
  flex-wrap: wrap; */
  column-count: 2;
  column-gap:20rpx;
  margin-bottom:150rpx;
}
.tou {
  background: #fff;
}
.goodbot{
  padding: 0 20rpx;
  box-sizing: border-box;
}

.item-masonry {
  background-color: #fff;
  break-inside: avoid;
  padding: 20rpx 0;
  box-sizing: border-box;
  margin-bottom: 28rpx;
  box-shadow: 0rpx 8rpx 16rpx rgba(0, 0, 0, 0.08);
  border-radius: 8rpx;
}
.item-masonry:nth-child(2n){
  /* margin-left:10rpx; */
}
/* .goodimg{
  width:330rpx;
  height:330rpx;
  font-size: 0;
}
.item-masonry:nth-child(2n) .goodimg{
    width:330rpx;
    height:424rpx;
    font-size: 0;
} */
.item-masonry image {
  width: 100%;
}

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

.hualist {
  margin-top: 4rpx;
  justify-content: flex-end
}

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

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

.pingfen {
  
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fca052;
  font-size: 22rpx;
  margin-left: 6rpx;
  text-align: right;
  margin-right:8rpx;
}

.introleft {
  /* width: 188rpx; */
  padding: 0 20rpx;
  box-sizing: border-box;
  height: 42rpx;
  background: rgba(255, 255, 255, 1);
  border:1px 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: 28rpx;
  /* font-weight: bold; */
  padding: 16rpx 52rpx;
  box-sizing: border-box;
  border-bottom:1rpx solid #f5f5f5;
}
.wrapitem:last-child{
  border-bottom:none;
}
.wrappage{
  margin-top:26rpx;
}
.wrapactive{
  color:#FDAA2A;
}
.space{
  width: 1rpx;
  height: 100%;
  float: left;
}