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.
114 lines
2.5 KiB
114 lines
2.5 KiB
body, |
|
.mui-content { |
|
background: #F5F5F5; } |
|
|
|
.txt-box { |
|
width: 90%; |
|
background: #FFFFFF; |
|
border-radius: 5px; |
|
margin: .2rem auto; |
|
text-align: center; |
|
padding-bottom: .4rem; } |
|
.txt-box h4 { |
|
font-size: .27rem; |
|
color: #C7282C; |
|
padding: .4rem 0; } |
|
.txt-box p { |
|
width: 90%; |
|
color: #999999; |
|
line-height: .34rem; |
|
margin: 0 auto; |
|
word-break: break-all; |
|
text-align: left; } |
|
|
|
.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; } |
|
.btn .app-btn-darkly { |
|
color: white; |
|
width: 90%; |
|
height: 0.7rem; |
|
background: #D43436; |
|
border-radius: .06rem; |
|
border: 1px solid #D43436; |
|
margin: .4rem auto .2rem auto; } |
|
.btn .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; } |
|
.cancelOrder .orderCont { |
|
width: 100%; |
|
background-color: #fff; |
|
overflow: hidden; |
|
padding: 0.3rem 0 0 0.3rem; |
|
border-radius: 0.1rem 0.1rem 0 0; } |
|
.cancelOrder .orderCont .popText_1 { |
|
font-size: 0.28rem; |
|
color: #0F1826; |
|
margin-bottom: 0.2rem; } |
|
.cancelOrder .orderHandle { |
|
width: 100%; |
|
height: 0.98rem; |
|
display: flex; |
|
border-top: 0.01rem solid #EEEEEE; |
|
margin-top: -1px; } |
|
.cancelOrder .orderHandle .thinkBtn { |
|
color: #999; |
|
background-color: #fff; |
|
border-radius: 0 0 0 0.1rem; |
|
border-top: 0.01rem solid #EEEEEE; } |
|
.cancelOrder .orderHandle .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; } |
|
.cancelOrder .popTitle { |
|
font-size: 0.32rem; |
|
color: #000; } |
|
.cancelOrder .popText { |
|
width: 92%; |
|
text-align: justify; |
|
line-height: 0.41rem; } |
|
.cancelOrder .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; } |
|
|
|
/*# sourceMappingURL=merchant.css.map */
|
|
|