sousuo.wxss 3.5 KB
page {
  background: #f5f5fa;
}

.souhead {
  width: 750rpx;
  height: 443rpx;
  font-size: 0;
  position: relative;
}

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

.swiper_image {
  width: 701rpx;
  height: 368rpx;
  background: #fff;
  border-radius: 28rpx;
  position: absolute;
  top: 62rpx;
  left: 25rpx;
  padding: 26rpx 13rpx;
  box-sizing: border-box;
}

/* .swiper_image swiper {
  width: 701rpx;
  height: 368rpx;
  background: #fff;
  border-radius: 28rpx;
  position: absolute;
  top: 62rpx;
  left: 25rpx;
  padding: 26rpx 13rpx;
  box-sizing: border-box;
} */

.titlebox {
  /* width: 701rpx;
  height: 368rpx;
  background: #fff;
  border-radius: 28rpx;
  position: absolute;
  top: 62rpx;
  left: 25rpx;
  */
  padding: 0 10rpx;
  box-sizing: border-box; 
}

.dots {
  /* width: 156rpx; */
  height: 36rpx;
  display: flex;
  flex-direction: row;
  position: absolute;
  justify-content: center;
  left: 0;
  right: 0;
  bottom: 6rpx;
}

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

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

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

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

.lancolor {
  width: 26rpx;
  height: 26rpx;
  border-radius: 50%;
  background: #30a8ff;
}

.gonggaobiao {
  color: #000;
  font-size: 32rpx;
  text-align: center;
  font-weight: bold;
}

.gonggaocontent {
  width: 611rpx;
  margin: 42rpx auto 0;
  height: 145rpx;
  overflow-y: scroll;
  color: #000;
  font-size: 26rpx;
}

.seemore {
  color: #2681fb;
  font-size: 26rpx;
  display: flex;
  justify-content: flex-end;
  /* margin-top: 25rpx; */
  position: absolute;
  right:52rpx;
  bottom:34rpx;
}

.sousuoheng {
  width: 616rpx;
  height: 73rpx;
  background: rgba(253, 253, 254, 1);
  border: 1rpx solid rgba(153, 153, 153, 1);
  border-radius: 37rpx;
  /* margin: 70rpx auto 0; */
  margin:0 auto;
  display: flex;
  align-items: center;
  padding: 0 17rpx;
  box-sizing: border-box;
}

.souimg {
  width: 46rpx;
  height: 44rpx;
  font-size: 0;
}

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

.souinput {
  width: 513rpx;
  padding-left: 20rpx;
  position: relative;
}

.souinput input {
  color: #bababa;
  font-size: 30rpx;
}

.soucontentbox {
  width: 518rpx;
  height: 488rpx;
  background: #fff;
  overflow-y: scroll;
  position: absolute;
  top: 58rpx;
  left: -1rpx;
  z-index:99
}

.sousuoactive {
  background: #f1f1f1;
}

.shu {
  width: 0.01rpx;
  height: 73rpx;
  background: #999;
}

.shurusoucontent {
  color: #bababa;
  font-size: 30rpx;
}

.historybox {
  padding: 0 72rpx;
  box-sizing: border-box;
  margin-top: 81rpx;
}

.historyhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.historyleft {
  color: #bcbcbc;
  font-size: 28rpx;
}

.historyright {
  width: 22rpx;
  height: 27rpx;
  font-size: 0;
}

.historyboxcontent {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.historyboxitem {
  padding: 9rpx 35rpx;
  box-sizing: border-box;
  background: #e2e2e2;
  margin-right: 27rpx;
  margin-top: 25rpx;
  font-size: 28rpx;
  color: #141414;
  position: relative
}
.chahaoimg{
  width:25rpx;
  height:25rpx;
  font-size: 0;
  position: absolute;
  right:-10rpx;
  top:-10rpx;
  z-index:99
}

.sousuoitem {
  padding: 12rpx 20rpx;
  box-sizing: border-box;
  color: #141414;
  font-size: 24rpx;
}
.headbottom{
  padding-top: 70rpx;
}
.nodata{
  color:#999;
  font-size: 30rpx;
  text-align: center;
  padding: 20rpx;
  margin-top:40rpx;
}