49 lines
930 B
SCSS
49 lines
930 B
SCSS
.grabOrderPage{
|
|
padding: 10px 20px;
|
|
font-size: 32rpx;
|
|
.rendering-container{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
flex-direction: row;
|
|
border: 4rpx solid #ddd;
|
|
.image-wrapper{
|
|
width: 30%;
|
|
height: 200px;
|
|
margin:1.3%;
|
|
}
|
|
}
|
|
.box{
|
|
margin-top: 35px;
|
|
}
|
|
.title{
|
|
font-weight: bold
|
|
}
|
|
.phone-number{
|
|
.content{
|
|
color:#0579c6
|
|
}
|
|
}
|
|
.image-wrapper{
|
|
border: 4rpx solid #ddd;
|
|
margin-top: 10px
|
|
}
|
|
|
|
}
|
|
|
|
.button-box{
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
flex-direction: row;
|
|
margin: 40px 0 0;
|
|
justify-content: space-around;
|
|
|
|
|
|
.button{
|
|
|
|
text-align: center;
|
|
.button-orange,.button-green,.button-dark-red{
|
|
font-size: 27rpx
|
|
}
|
|
}
|
|
}
|
|
|