homeNoLogin2.wxss 2.6 KB
page {
  height: 100%;
}

.city_box {
  height: 100%;
  background: #fff;
  display: flex;
}

.city_left {
  flex: 1;
}

.city_right {
  width: 90rpx;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.letter_item {
  flex: 1;
  font-size: 32rpx;
  color: #33B9FF;
  text-align: center;
}

.city_locate,
.national {
  height: 80rpx;
  line-height: 80rpx;
  border-bottom: 1px solid #efefef;
  font-size: 28rpx;
  color: #333;
  padding-left: 25rpx;
}

.city_locate_title {
  color: #999;
  margin-right: 20rpx;
}

.new_city {
  /* background: #efefef; */
  font-size: 28rpx;
}

.redaTitle {
  padding-left: 25rpx;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.redaTitle .new_city_title {
  line-height: 50rpx;
  color: #999;
  padding-left: 25rpx;
  margin-bottom: 20rpx;
}

.redaTitle .red {
  width: 12rpx;
  height: 30rpx;
  background-color: #E8370F;
  margin-bottom: 20rpx;
}

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

.new_city_text {
  width: 198rpx;
  text-align: center;
  line-height: 70rpx;
  background: #fff;
  border-radius: 35rpx;
  margin: 0 0 22rpx 22rpx;
  border: 1rpx solid #ccc;
}

.city_first_letter {
  height: 40rpx;
  padding-left: 32rpx;
  font-size: 34rpx;
  color: #E8370F;
}

.city_name {

  height: 80rpx;
  line-height: 80rpx;
  border-bottom: 1px solid #efefef;
  font-size: 28rpx;
  color: #333;
  padding-left: 32rpx;
}

/* 自定义样式 */
.cityname {
  display: flex;
  width: 100%;
}

.cityname .address_tj {
  width: 160rpx;
  font-size: 32rpx;
  font-weight: bold;
  line-height: 75rpx;
  text-align: center;

}




.cityname .search {
  flex: 1;
  background-color: #eeeeee;
  border-radius: 16rpx;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}

.cityname .search input {
  text-indent: 15rpx;
  color: #ccc;
  font-size: 28rpx;
  height: 70rpx;
  line-height: 70rpx;
  width: 100%;
}

.cityname .search image {
  margin-left: 20rpx;
  width: 31rpx;
  height: 31rpx;
}

.ci {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 40rpx 15rpx;
  box-sizing: border-box;
}

.ci .dingwei {
  display: flex;
  align-items: center;
}

.ci .dingwei image {
  width: 32rpx;
  height: 32rpx;
}

.ci .dingwei .cityDW0 {
  font-size: 28rpx;
  line-height: 40rpx;
  color: #E8370F;
}

.ci .tjcs {
  font-size: 24rpx;
  line-height: 40rpx;
  color: #8C9198;
  margin-left: 20rpx;
}