cancel.css 3.0 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;
}
button{
	outline: none;
}
body{
	background: #fff;
   display:flex;
   /*padding: 0.5rem 0 0 0;*/ 
   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;
}
.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;
}
.footer{
	background: #3988E5;
	width: 100%;
	height: 1rem;
	line-height: 1rem;
	color: #fff;
	font-size:0.36rem;
	text-align: center;
	position: fixed;
	bottom:0 ;
}
.cancel{
	font-size: 0.32rem;
	border: none;
	background: #fff;
	padding: 0.1rem 0.3rem;
	color: #999;
	border-radius:0.05rem ;
}
.confirmed{
	font-size:0.28rem;
	color:#3988E5;
}
.ok:active{
	opacity: 0.7;
}
.footer{
	background: #3988E5;
	width: 100%;
	height:1rem;
	line-height: 1rem;
	color: #fff;
	font-size:0.36rem;
	text-align: center;
}
.save{
	display: flex;
	justify-content: center;
	margin-top: 0.6rem;\n
}
.ok:active{
	opacity: 0.7;
}
#refund_reason_out {
    background-color: rgba(0,0,0,0.5);
    /* position: relative; */
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
}
.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;
    
    left: 0.5rem;
    top: 5rem;
}
.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;
}
.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);
}
.ping{
	width: ;
}