2019-01-02 17:31:07 +08:00
|
|
|
.grabOrderPage{
|
|
|
|
padding: 10px 20px;
|
|
|
|
font-size: 32rpx;
|
|
|
|
.box{
|
|
|
|
margin-top: 35px;
|
|
|
|
}
|
|
|
|
.title{
|
|
|
|
font-weight: bold
|
|
|
|
}
|
2019-01-03 17:36:59 +08:00
|
|
|
.phone-number{
|
|
|
|
.content{
|
|
|
|
color:#0579c6
|
|
|
|
}
|
|
|
|
}
|
2019-01-02 17:31:07 +08:00
|
|
|
|
|
|
|
}
|
|
|
|
.button-box{
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
flex-direction: row;
|
|
|
|
margin: 80px 0;
|
|
|
|
padding: 0 20px;
|
|
|
|
|
|
|
|
.button{
|
|
|
|
flex:1;
|
|
|
|
text-align: center;
|
|
|
|
// margin:2%;
|
|
|
|
// justify-content:center;
|
|
|
|
|
|
|
|
.at-button--primary{
|
|
|
|
background-color:#FF7142;
|
|
|
|
border:1PX solid #FF7142;
|
|
|
|
}
|
|
|
|
|
|
|
|
}}
|
|
|
|
|