$themeColor:#FF7142; .SupplyDemandItemView{ padding: 10px 20px; font-size: 32rpx; .box{ margin-top: 35px; } .title{ font-weight: bold } .highlight{ color:#337ab7 } } .button-box{ display: flex; flex-wrap: nowrap; flex-direction: row; margin: 40px 0; padding: 0 20px; .button{ flex:1; text-align: center; // margin:2%; // justify-content:center; .at-button--primary{ background-color:$themeColor; border:1PX solid $themeColor; } .button-g{ background-color:#5cb85c; border:1PX solid #5cb85c; } .button-a{ background-color:#d9534f; border:1PX solid #d9534f; } } } .image-container{ padding: 20px }