金诚优选前端代码
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.
 
 
 
 
 

82 lines
1.5 KiB

@import '../../../common/css/global';
#store-success {
background: #FFFFFF;
.pay-status{
padding: 25px 0 10px 0;
font-size: 25px;
line-height:33px;
text-align: center;
&.pay-error{
color: @globalColor;
}
&.pay-ok{
color: #F8B62D;
}
}
.pay-txt{
text-align: center;
color: #9B9B9B;
font-size: 12px;
line-height: 16px;
}
.order-info{
font-size: 14px;
color: #888888;
background: #FFFFFF;
.order-money{
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 20px;
.left{
color: #888888;
font-size: 15px;
}
.right{
font-size: 24px;
color: #000000;
}
}
.info-list{
padding: 10px 20px;
line-height: 30px;
.order-item{
display: flex;
align-items: center;
justify-content: space-between;
}
}
}
.button-box{
padding-top:22px;
padding-bottom: 33px;
display: flex;
align-items: center;
justify-content: center;
.btn{
padding:4px 22px;
line-height: 20px;
font-size: 14px;
border-radius:25px;
color: @globalColor;
border: 1px solid @globalColor;
margin: 0 15px;
}
.left-btn{
background-color: @globalColor;
color: #FFFFFF;
}
/*button{
margin: 0 20px 15px 20px;
background: @mainColor;
&:after {
border: none;
}
}*/
}
}