nameList.wxss 658 字节
/* pages/cityWide/nameList/nameList.wxss */
.panel_box{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 160rpx;
  padding-left: 32rpx;
}
.panel_head{
  width: 100rpx;
  height: 100rpx;
}
.panel_head image{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.panel_menu{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 558rpx;
  height: 160rpx;
  margin-left: 60rpx;
  padding-right: 30rpx;
  border-bottom: solid 1rpx #EBEBEB;
}
.panel_name{
  color: #FD8779;
  font-size: 32rpx;
}
.panel_date{
  color: #5A5B5C;
  font-size: 26rpx;
}
.list_none{
  padding: 36rpx;
  font-size: 26rpx;
}