roomdetail.wxss 1.7 KB
.roomtop {
  width: 750rpx;
  height: 284rpx;
  font-size: 0;
  position: relative;
}

.jiudianbox {
  width: 750rpx;
  background: #fff;
  /* height: 500rpx; */
  opacity: 1;
  border-radius: 20rpx 20rpx 0rpx 0rpx;
  position: absolute;
  top: 260rpx;
  margin-bottom:40rpx;
}

.jiudianname {
  color: #06121e;
  font-size: 32rpx;
  padding: 28rpx 32rpx;
}

/* 轮播图 */

.swiper_image {
  width: 686rpx;
  height: 344rpx;
  font-size: 0;
  margin: 0 auto 0;
  position: relative;
  box-shadow: 0px -1px 6px 0px rgba(212, 137, 96, 0.11);
}

.swiper_item_img {
  height: 344rpx;
}

.swiper_image image {
  width: 100%;
  height: 100%;
  /* box-shadow:0px -1px 6px 0px rgba(212,137,96,0.11); */
}

.swiper_item_img swiper-item {
  width: 686rpx;
  height: 344rpx;
  box-shadow: 0px -1px 6px 0px rgba(212, 137, 96, 0.11);
  display: felx;
  align-items: center;
  justify-content: center;
}

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

.rulelist {
  padding: 0 50rpx 48rpx 50rpx;
  box-sizing: border-box;
  border-bottom: 1rpx solid #f5f5f5;
  padding-bottom: 48rpx;
}

.ruleitem {
  display: flex;
  align-items: center;
  margin-top: 48rpx;
}

.ruleitemleft {
  width: 300rpx;
  display: flex;
  align-items: center;
}

.leftname {
  color: #8c9198;
  font-size: 24rpx;
}

.rightname {
  color: #06121e;
  font-size: 24rpx;
  margin-left: 40rpx;
}

.ruleitemright {
  display: flex;
  align-items: center;
  margin-left: 115rpx;
}

.lijiding {
  width: 684rpx;
  height: 88rpx;
  background: linear-gradient(180deg, rgba(252, 169, 162, 1) 0%, rgba(255, 119, 117, 1) 100%);
  opacity: 1;
  border-radius: 48rpx;
  color:#fff;
  font-size: 32rpx;
  text-align: center;
  line-height: 88rpx;
  margin:68rpx auto 0;
}