afterchildbirthrecover.wxss 4.4 KB
@import '../../../common/common.wxss';
@import '../../../style/base.wxss';
@import '../../home/hometail/hometail.wxss';
@import '../../home/buildtext/buildtext.wxss';
/* @import '../../../wxParse/wxParse.wxss'; */

.swiper_image,.swiper_item_img{
  width:750rpx;
  height:500rpx;
}
.user_comment{
  padding-bottom: 100rpx;
}
.selshop{
  width:30rpx;
}
.slide-image{
  width:100%;
  height:100%;
}
.price{
  display:flex;
  align-items: center;
  width:432rpx;
  height:95rpx;

  background:linear-gradient(90deg,rgba(253,135,121,1),rgba(252,171,162,1));
  padding: 32rpx 32rpx;
  box-sizing: border-box;
}
.noprice{
  width:750rpx;
}
.price_item1{
  color:#FFF;
  font-size: 36rpx;
  font-weight: bold
}
.price_item2{
  color:#FFF;
  font-size: 26rpx;
  margin-left: 19rpx;
  text-decoration:line-through;
}
.discount_item{
  width:296rpx;
  background: #FFF7EC;
}
.coust_info{
  display:flex;
}
.discount{
  color:#FD8779;
  font-size: 24rpx;
  text-align: center;
}
.time{
  border-radius: 5rpx;
  background:#FD8779;
  text-align: center;
  line-height: 40rpx;
  color:#fff;
  font-size: 24rpx;
  padding: 4rpx 7rpx;
}
.time:first-child{
  margin-left:16rpx;
}
.discount_day{
  padding: 0 10rpx;
}
.day{
  padding-right: 5rpx;
  color:#FD8779;
  font-size: 28rpx;
}
.node{
  color:#FD8779; 
  box-sizing: border-box;
}
.coust_content{
  padding: 30rpx 32rpx;
  border-bottom:16rpx solid #FCF8F7;
}
.coust_content_name{
  color:#000;
  font-size: 32rpx;
  font-weight: bold;
}
.coust_content_list{
  display:flex;
  flex-wrap:wrap;
  align-items: center;
  margin-top:26rpx;
}
.list_content{
  border:1rpx solid rgba(253,135,121,1);
  border-radius:20rpx;
  color:#FD8779;
  font-size: 24rpx;
  padding: 9rpx 25rpx;
  margin-left:20rpx;
}
.list_content:first-child{
  margin-left:0;
}
.uesr_address_detail{
  border-bottom:16rpx solid #FCF8F7
}
.fuandconsult{
  padding: 0 32rpx 110rpx;
 
}
.user_place{
  border-bottom:1rpx solid #f5f5f5;
}
.usernave{
  display:flex;
  justify-content: start
}
#nav{
  margin-left: 50rpx;
}
#nav:first-child{
  margin-left:0;
}
.nav_userimg{
  width:686rpx;
  margin: 0 auto;
  padding-bottom: 20rpx;
  line-height: 45rpx;
  font-size: 26rpx;
}
.nav_userimg image{
  width:100%;
  height:100%;
}
.consult_buy{
  display:flex;
  height:100rpx;
  position:fixed;
  bottom:0;
  left:0;
  right:0;
}
.consultimg{
  width:154rpx;
  padding: 22rpx 0;
  background: #fff;
}
.consult_img{
  width:28rpx;
  height:28rpx;
  font-size: 0;
  margin: 0 auto;
}
.consult_img image{
  width:100%;
  height:100%;
}
.consult_name{
  color:#292525;
  font-size: 24rpx;
  text-align: center;
}
.payrightnow{
  width:596rpx;
  height:100prx;
  background:rgba(253,135,121,1);
  font-size:28rpx;
  color:#fff;
  text-align: center;
  line-height: 100rpx;
}
.commentlist_name {
  color: #292525;
  font-size: 26rpx;
  font-weight: bold;
}
.repair_nav{
  position: relative;
  margin-right: 52rpx;
  color: #252729;
  font-size: 26rpx;
  padding-bottom: 12rpx;
}
.rep_active{
  color: #FD8779;
  border-bottom: solid 4rpx #FD8779;
}
.essays_content_text{
  padding-top: 26rpx;
}
.editword{
  line-height: 50rpx;
}
.repair_name{
  color: #000000;
  font-size: 30rpx;
}
/* .wxParse-p{
  text-align: center;
}
.wxParse-a{
  display: none;
  font-size: 26rpx;
} */
.common_none{
  padding: 36rpx;
  font-size: 26rpx;
}
/* 小秘书弹层 */
.tenant_fn{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 10;
}
.tenant_box{
  position: absolute;
  bottom: 16rpx;
  left: 0;
  right: 0;
  width: 718rpx;
  margin: 0 auto;
  padding-bottom: 64rpx;
  border-radius: 36rpx;
  background: #fff;
  z-index: 20;
  height:700rpx;
  overflow-y:scroll;
  

}
.tenant_code{
  padding: 156rpx 0rpx 138rpx;
  color: #808080;
  font-size: 30rpx;
  text-align: center;
}
.tenant_txt{
  width:617rpx;
  margin:0 auto;
  /* padding-bottom: 230rpx; */
  color: #808080;
  font-size: 30rpx;
  text-align: center;
}
.tenant_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 652rpx;
  height: 82rpx;
  color: #FD8779;
  font-size: 30rpx;
  border-radius: 40rpx;
  border: solid 1rpx #E2E2E2;
  background: #F7F7F7;
  position: absolute;
  bottom:33rpx;
  left:0;
  right:0;
  margin:0 auto;
}
/* .wxParse-p{
  font-size: 28rpx;
  color:#292525;
  padding: 0 32rpx;
}

.wxParse-p{
  display:flex;
  justify-content: center;
  align-items: center
} */
.clerk_box{
  height:500rpx;
}