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

page {
  background: #fff;
  position: relative;
}

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

.kind {
  width: 83%;
  display: flex;
  /* height: 80rpx; */
  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;
  box-sizing: border-box;
}

.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: fixed;
  z-index: 6;
  top: 100rpx;
  border-top: 1rpx solid #f5f5f5;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0 32rpx 20rpx 0;
}

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

.selactive {
  color: #e81825;
}

.choseactive {
  background: #e81825;
  color: #fff;
}

.citylist {
  width:750rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 31rpx;
  box-sizing: border-box;
  border-bottom: 1rpx solid #f5f5f5;
}

.cityitem {
  color: #1a1a1a;
  font-size: 30rpx;
}

.gouimg {
  width: 50rpx;
  height: 40rpx;
  font-size: 0;
}