payed.css 3.3 KB
.information{
	height: 1rem;
	color:#FE0A01 ;
	font-size: 0.28rem;
	text-align: center;
	line-height:1rem;
	background: #F5F5F5;
	margin-top: 0.2rem;
}
*{
   margin:0;
   padding:0;
}
.waitoney{
	padding-top:0.35rem;
	border-top:1px dotted #EBEBEB;;
	color:#3988E5;
	display:flex;
	align-item:center;
	justify-content:flex-start;
	font-size:0.32rem;
	padding-left:0.32rem;
	margin-top:0.37rem;
}
body{
	background: #fff;
   display:flex;
  
   flex-direction: column;
}
.list li{
	display:flex;
	align-items: center;
	justify-content: space-between;
	padding-left:0.33rem;
	padding-right:0.36rem;
	height: 1.15rem;
	border-bottom: 1px solid #EBEBEB;
	line-height: 1rem;
}
.pic{
	width: 2.04rem;
	height: 0.98rem;
	display: block;
	margin-right: 0.3rem;
}
.pic_row{
	display:flex;
}
.two{
	display:flex;
	 flex-direction: column;
}
.pic img{
	width: 100%;
	
}
.real{
	font-size:0.24rem ;
	color: #666;
}
.goods{
	margin-top: 0.3rem;
	display:flex;
	font-size:0.3rem ;
	color: #666;
	padding: 0 0.32rem;
	align-items: center;
	justify-content: space-between;
	
}
.add{
	font-size:0.3rem ;
	color:#999999;
}
.footer{
	background: #3988E5;
	width: 100%;
	height: 1rem;
	line-height: 1rem;
	color: #fff;
	font-size:0.36rem;
	text-align: center;
	position: fixed;
	bottom:0 ;
}
.cancel{
	outline: none;
	border: 1px solid #3988E5;
	background: #fff;
	/*padding: 0.1rem 0.3rem;*/
	color: #3988E5;
	border-radius:0.05rem ;
	font-size: 0.31rem;
	position: relative;
	top: -40px;
}
.confirmed{
	font-size:0.28rem;
	color:#3988E5;
}
.ok:active{
	opacity: 0.7;
}
.list{
	 overflow: auto;     
	
	/*height: 5rem;*/
}
/*确认取消弹出框*/
.confirm_cancel {
	position: fixed;
	top: 0rem;
	left: 0;
	font-size: 0.28rem;
	width: 100%;
	height: 100%;
	display: none;
	justify-content: center;
	/*left: 2rem;*/
	background-color: rgba(0,0,0,0.5);
	z-index:100;
}
.confirm_main{
	border: 0.02rem solid #f0f0f0;
	background: rgba(255, 255, 255, 1);
	z-index: 9;
	display: flex;
	justify-content: center;
	padding-top: 0.2rem;
	padding-bottom: 0.1rem;
	align-items: center;
	font-size:0.28rem;
	display: flex;
	height: 1.5rem;
	flex-direction:column;
	padding: 0.5rem 1rem;
	top:4.8rem;
	position: absolute;
	left: 1.5rem;
	width: 3rem;
	justify-content: space-between;
	
}

.choose{
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}
.list .no_line{
	border-bottom:none;
}

/*点击取消填写退款原因*/
.refund_reason{
	background: #fff;
    position: absolute;
	padding:0.1rem 0.2rem;
	width: 6rem;
	height: 3rem;
   	align-items: center;
	display: flex;
   	flex-direction: column;
   	border:0.01rem solid #ccc;
   	top:1rem;
	left: 0.5rem;
}
textarea{
	outline: none;
	width: 98%;
	height: 1.9rem;
	border: none;
	/*margin-top: 1rem;*/
	padding: 0.2rem;
}
#refund_reason_out{
	background-color: rgba(0,0,0,0.5);
	/*position:relative;*/
	display: none;
	position: fixed;
	height: 100%;
    width: 100%;
	z-index: 999
    
}
.icon-chahao{
	position: absolute;
	right: 0.12rem;
	top: 0.08rem;
	/*color:#000;*/
	
}
.refund_reason_submit{
	width: 1.7rem;
	height: 0.55rem;
	background: #3988E5;
	border: none;
	color:#fff;
	border-radius:0.1rem ;
}
button{
	outline: none;
}
#toast{
	margin-top:6rem;
}
.weui-toast{top:6rem}
.send{
	color:#3988E5;
	font-size:0.31rem;
}
.cancel_active{
	border:none;
	padding-right: 0;
}