You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

137 lines
2.7 KiB

@charset "utf-8";
body,
.mui-content {
background: #F5F5F5;
}
.txt-box {
width: 90%;
background: #FFFFFF;
border-radius: 5px;
margin: .2rem auto;
text-align: center;
padding-bottom: .4rem;
h4 {
font-size: .27rem;
color: #C7282C;
padding: .4rem 0;
}
p {
width: 90%;
color: #999999;
line-height: .34rem;
margin: 0 auto;
word-break: break-all;
text-align: left;
}
}
//修改checkbox为方
.mui-checkbox input[type=checkbox] {
top: .13rem;
left: .5rem !important;
}
.mui-checkbox input[type=checkbox]:before {
content: '\e413';
font-size: .32rem;
}
.mui-checkbox input[type=checkbox]:checked:before {
content: '\e443';
font-size: .32rem;
color: #C7282C;
}
.agree-radio {
color: #999999;
}
.btn {
width: 100%;
text-align: center;
.app-btn-darkly {
color: white;
width: 90%;
height: 0.7rem;
background: #D43436;
border-radius: .06rem;
border: 1px solid #D43436;
margin: .4rem auto .2rem auto;
}
.app-btn-darkly:active {
opacity: 0.8;
border: 1px solid #FF927D;
background: #FF927D;
}
}
//取消订单弹出框
.cancelOrder {
width: 90%;
height: 3.58rem;
position: fixed;
top: 50%;
left: 50%;
margin-left: -45%;
margin-top: -1.79rem;
z-index: 111;
.orderCont {
width: 100%;
background-color: #fff;
overflow: hidden;
padding: 0.3rem 0 0 0.3rem;
border-radius: 0.1rem 0.1rem 0 0;
.popText_1 {
font-size: 0.28rem;
color: #0F1826;
margin-bottom: 0.2rem;
}
}
.orderHandle {
width: 100%;
height: 0.98rem;
display: flex;
border-top: 0.01rem solid #EEEEEE;
margin-top: -1px;
.thinkBtn {
color: #999;
background-color: #fff;
border-radius: 0 0 0 0.1rem;
border-top: 0.01rem solid #EEEEEE;
}
.cancelBtn {
color: #C7282C;
background-color: #fff;
border-radius: 0 0 0.1rem 0;
border-top: 0.01rem solid #EEEEEE;
border-left: 0.01rem solid #EEEEEE;
}
}
.popTitle {
font-size: 0.32rem;
color: #000;
}
.popText {
width: 92%;
text-align: justify;
line-height: 0.41rem;
}
.btn {
width: 50%;
line-height: 0.98rem;
text-align: center;
font-size: 0.32rem;
}
}
//蒙版背景
.bg {
position: fixed;
left: 0;
bottom: 0;
right: 0;
top: 0;
background: rgba(21, 33, 54, 0.2);
z-index: 102;
}