mykehu.wxss 2.4 KB
page{
  background: #F5F5FA;
  height:100%;
}
.kehubox{
  width:702rpx;
  margin:20rpx auto 0;
  background: #fff;
  border-radius: 28rpx;
  padding: 0rpx 29rpx;
  box-sizing: border-box;
  margin-bottom:50rpx;
}
.mykehuhead{
  display:flex;
  align-items: center;
  justify-content: space-between;
  padding: 34rpx 23rpx 20rpx 23rpx;
  box-sizing: border-box;
}
.mykehuleft{
  color:#141414;
  font-size: 40rpx;
  font-weight: bold;
}
.addkehu{
  color:#2781FB;
  font-size: 28rpx;
}
.kehuitem{
  display:flex;
  align-items: center;
  justify-content: space-between;
  padding: 36rpx 0;
  box-sizing: border-box;
  border-bottom:1rpx solid #f5f5f5;
}
.itemleftimg{
  width:35rpx;
  height:34rpx;
  font-size:0;
}
.itemright{
  width:28rpx;
  height:27rpx;
  font-size: 0
}
.itemmiddle{
  width:439rpx;
  border-right:1rpx solid #f5f5f5;
  padding-right: 68rpx;
  box-sizing: border-box
}
.itemmiddletop{
  color:#141414;
  font-size: 28rpx;
}
.itemmiddlebottom{
  width:410rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color:#141414;
  font-size: 28rpx;
  margin-top:20rpx;
}
.morenke{
  margin-bottom:30rpx
}
.delimg{
  display:flex;
  align-items: center
}
.edigtupian{
  margin-right:40rpx;
}


.city_box{
  height:100%;
  background: #fff;
  display: flex;
}
.city_left{
  flex: 1;
}
.city_right{
  width: 60rpx;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.letter_item{
  flex: 1;
  display: block;
  font-size: 24rpx;
  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;
}
.new_city_title{
  line-height: 50rpx;
  color: #999;
  padding-left: 25rpx;
  margin-bottom: 20rpx;
}
.new_city_box{
  display: flex;
  flex-wrap: wrap;
}
.new_city_text{
  width: 200rpx;
  text-align: center;
  line-height: 70rpx;
  background: #fff;
  border-radius: 35rpx;
  margin:0 0 22rpx 22rpx;
}
.city_first_letter{
  line-height: 40rpx;
  height: 40rpx;
  padding-left: 25rpx;
  font-size: 28rpx;
  background: #eee;
  color: #999;
}
.city_name{
  display: block;
  /* line-height: 80rpx;
  height: 80rpx; */
  border-bottom: 1px solid #efefef;
  font-size: 28rpx;
  color: #333;
  padding-left: 25rpx;
}