cf-wx-app/src/pages/grabOrderPage/grabOrderPage.scss

41 lines
758 B
SCSS
Raw Normal View History

2019-01-02 17:31:07 +08:00
.grabOrderPage{
padding: 10px 20px;
font-size: 32rpx;
2019-02-14 17:35:44 +08:00
2019-01-02 17:31:07 +08:00
.box{
margin-top: 35px;
}
.title{
font-weight: bold
}
2019-01-03 17:36:59 +08:00
.phone-number{
.content{
color:#0579c6
}
}
.image-wrapper{
2019-02-14 17:35:44 +08:00
display: flex;
justify-content:center;
2019-02-15 17:20:52 +08:00
border: 2rpx solid #ddd;
margin-top: 10px
}
2019-01-02 17:31:07 +08:00
}
2019-01-17 17:32:38 +08:00
.button-box{
display: flex;
flex-wrap: nowrap;
flex-direction: row;
margin: 40px 0 0;
justify-content: space-around;
2019-01-02 17:31:07 +08:00
.button{
text-align: center;
2019-02-15 17:20:52 +08:00
.button-orange,.button-green,.button-dark-red,.button-blue{
font-size: 27rpx
}
2019-01-17 17:32:38 +08:00
}
}
2019-01-02 17:31:07 +08:00