zhinengselect.wxss 1.4 KB
@import '../search/search.wxss';

page {
  background: #fff;
}

.shaisel {
  height: 100rpx;
  border-bottom: 1rpx solid #f5f5f5;
}

.kind {
  width: 83%;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  /* padding: 0 35rpx; */
  overflow-x: scroll;
  flex-wrap: nowrap;
}

.shaikindimg {
  width: 14rpx;
  height: 10rpx;
  font-size: 0;
}

.shaikind {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 0 38rpx;
  height: 100rpx;
}

.shaisel {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.shaikindname {
  color: #1a1a1a;
  font-size: 26rpx;
}

.shaikindimg {
  margin-left: 8rpx;
}

.hot {
  display: flex;
  align-items: center;
  padding: 35rpx 63rpx;
  box-sizing: border-box;
}

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

.hotzi {
  width: 250rpx;
  height: 35rpx;
  font-size: 0;
  margin-left: 8rpx;
}

.more {
  width: 32rpx;
  height: 26rpx;
  font-size: 0;
  margin-right: 32rpx;
}

.register {
  top: 100rpx;
}

.registerwrap {
  width: 750rpx;
  background: #fff;
  position: absolute;
  z-index: 6;
  top: 70rpx;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
}

.registeritem {
  color: #666;
  font-size: 30rpx;
  padding: 21rpx;
  box-sizing: border-box;
  margin-left: 20rpx;
  line-height: 1;
}
.selactive{
  color:#E81825
}