sureorder.wxss 3.9 KB
@import '../../home/hometail/hometail.wxss';
@import '../../partner/partner.wxss';
@import '../afterchildbirthrecover/afterchildbirthrecover.wxss';
@import '../../../icon/icon.wxss';
page{
  background: #FCF8F7
}
.user_place{
  justify-content: start;
  border-bottom:1rpx solid #f5f5f5;
}
.entername{
  width:116rpx;
}
.enter_right{
  margin-left: 37rpx
}
.commentlsit_date{
  width:530rpx;
}
.enterinfo{
  background: #fff;
  border-bottom:16rpx solid #FCF8F7
}
.shopselect{
  border-bottom: 1rpx solid #f5f5f5;
}
.shopitem{
  background: #fff;
  border-bottom:16rpx solid #FCF8F7
}
.messageinfo{
  background: #fff;
  justify-content: start;
}
.selshop{
  width: auto;
  text-align: right;
}
.ordertail{
  width:686rpx;
  background: #fff;
  margin: 0 auto;
  padding: 35rpx 32rpx;
  box-shadow:0rpx 5rpx 10rpx 0rpx rgba(0, 0, 0, 0.05);
  border-radius:20rpx;
  box-sizing: border-box;
}
.order_infotail{
  padding-bottom: 12rpx;
  color:#26363A;
  font-size: 30rpx;
  font-weight: bold;
}
.shopprice{
  color:#FD8779;
  font-size: 32rpx;
  font-weight: bold;
}
.moneysign{
  font-size: 24rpx;
}
.support_item_name{
  margin-top:29rpx;
  color: #1A1A1A;
  font-size: 26rpx;
  font-weight: bold;
}
.totalitem{
  border-bottom: 1rpx solid #f5f5f5;
}
.totalprice{
  width:686rpx;
  height:192rpx;
  background: #fff;
  background:rgba(255,255,255,1);
  box-shadow:0rpx 5rpx 10rpx 0rpx rgba(0, 0, 0, 0.05);
  border-radius:20rpx;
  margin:16rpx auto 0;
  margin-bottom: 150rpx;
}
.sureconsult{
  display:flex;
  height:100rpx;
  position:fixed;
  left:0;
  right:0;
  bottom:0;
}
.consult_kefu{
  width:530rpx;
  background: #fff;
  display:flex;
  justify-content: center;
  align-items: center;
}
.consultimg{
  width:28rpx;
  height:28rpx;
  font-size: 0;
}
.consultimg image{
  width:100%;
  height:100%;
}
.consultke{
  margin-left:14rpx;
  color:#292525;
  font-size: 28rpx;
}
.surepay{
  width:220rpx;
  height:100rpx;
  background:rgba(253,135,121,1);
  color:#fff;
  font-size: 28rpx;
  text-align: center;
  line-height: 100rpx;
}
.commentlist_name{
  color: #000000;
  font-size: 28rpx;
  font-weight: 500;
}
.commentlist_right{
  color: #1A1A1A;
  font-size: 26rpx;
}
.nearsupport_item{
  padding: 16rpx 0;
}
/* 改变checkbox样式 */
.detail_check checkbox .wx-checkbox-input{
  width: 40rpx;
  height: 40rpx;
  border-radius: 50%;
}
.detail_check checkbox .wx-checkbox-input.wx-checkbox-input-checked{
  border: none;
  background: #FD8779;
}
.detail_check checkbox .wx-checkbox-input.wx-checkbox-input-checked::before{
  color: #fff;
}
.couponlist radio .wx-checkbox-input{
  width: 32rpx;
  height: 32rpx;
  border-radius: 50%;
}


.couponlist radio .wx-radio-input{ 
  /* 自定义样式.... */
    width: 32rpx;
    height: 32rpx;
    border-radius: 50%;
 }
 radio wx-radio-input.wx-radio-input-checked{
   border: none;
   background: red;
}

.couponlist radio .wx-radio-input.wx-radio-input-checked::before{
  color: #fff;
}
.nocoupon{
  height:470rpx;
  color:#808080;
  font-size: 30rpx;
  text-align: center;
  padding-top: 30rpx;
}

.couponlist{
  padding-top: 64rpx;
}
.couponimg{
  width:700rpx;
  height:204rpx;
  font-size: 0;
  margin: 36rpx auto 0;
  position:relative;
}
.couponimg image{
  width:100%;
  height:100%;
}
.couponlistcontent{
  display:flex;
  position:absolute;
  top:49rpx;
  left:185rpx;
  align-items: flex-start;
}
.couponname{
  width:450rpx;
  color:#fff;
  font-size: 54rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.coupondate{
  color:#fff;
  font-size:24rpx;
  margin-top: 14rpx
}
.selectcoupon{
 
  margin-top: 24rpx;
}

.icon-chahao{
  position:absolute;
  right:10rpx;
  top:10rpx;
  color:#999999;
  font-size: 45rpx
}
.icon-xuanze{
  font-size: 40rpx;
  color:#fff;
}
.icon-xuanze1{
  color:#5C150D;
  font-size: 40rpx;
}
.ordertext{
  padding-bottom: 130rpx;
}
.support_item_content {
  margin-left:0;
  padding-left:32rpx;
  box-sizing: border-box
}
.support_item_name {
  width:421rpx;
}