TakeOutShop/userserve/clientservedetail/style.scss

47 lines
852 B
SCSS

page{
background-color: #f5f5f5;
}
.main{
margin: 20rpx;
background-color: #FFFFFF;
border-radius: 16rpx;
box-shadow: 0 4rpx 8rpx rgba(0,0,0,.05);
padding: 40rpx 20rpx;
.main_title{
font-size: 30rpx;
color: #333333;
font-weight: 500;
}
.main_detail{
color: #999999;
font-size: 28rpx;
margin-top: 30rpx;
}
.bott{
display: flex;
align-items: center;
justify-content: space-around;
margin-top: 40rpx;
.bott_item{
width: 280rpx;
height: 75rpx;
display: flex;
align-items: center;
justify-content: center;
font-size: 28rpx;
color: #333333;
border:1px solid #999999;
border-radius: 50rpx;
.bott_item_img{
width: 35rpx;
height: 35rpx;
margin-right: 10rpx;
}
}
.bott_item_arr{
color: #FF0000;
border:1px solid #FF0000;
background-color: rgba(255, 0, 0, 0.06);
}
}
}