matronPrepon.wxss 1.4 KB
/* pages/cityWide/matronPrepon/matronPrepon.wxss */
.matron_head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 70rpx;
  padding: 0 32rpx;
  background: #FD8779;
  box-sizing: border-box;
}
.matron_txt{
  color: #fff;
  font-size: 26rpx;
}
.matron_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 137rpx;
  height: 46rpx;
  color: #fff;
  font-size: 24rpx;
  border: solid 1rpx #fff;
  border-radius: 23rpx;
}
.matron_menu{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 88rpx;
  padding: 0 54rpx;
  border-bottom: solid 1rpx #EBEBEB;
}
.matron_list{
  display: flex;
  align-items: center;
  height: 25rpx;
}
.matron_list text,.picker{
  color: #292525;
  font-size: 30rpx;
}
.matron_img{
  width: 10rpx;
  height: 10rpx;
  margin-left: 10rpx;
}
.matron_tab{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 16rpx 32rpx;
}
.matron_pic{
  width: 160rpx;
  height: 160rpx;
}
.matron_pic image{
  width: 100%;
  height: 100%;
}
.matron_info{
  padding-left: 32rpx;
}
.matron_name{
  color: #252729;
  font-size: 30rpx;
  font-weight: bold;
}
.matron_detail{
  padding: 10rpx 0;
  color: #53575C;
  font-size: 26rpx;
}
.matron_detail text{
  margin-left:10rpx;
}
.matron_detail text:first-child{
  margin-left:0;
}
.matron_day{
  color: #FD8779;
  font-size: 24rpx;
}
.matron_money{
  font-size: 30rpx;
  font-weight: 500;
}