deguodaigou/components/orderconfirm/orderbottom/orderbottom.scss

21 lines
437 B
SCSS
Raw Normal View History

2019-12-23 10:04:09 +08:00
.bottom {
width: 100%;
height: 99rpx;
line-height: 99rpx;
display: flex;
justify-content: space-between;
border-top: 2rpx solid #EAEAEA;
font-size: 28rpx;
.left {
margin-left: 59rpx;
.pri {
color: #E0C79D;
font-size: 26rpx;
margin-left: 19rpx;
}
}
.right {
color: #4CC97D;
margin-right: 38rpx;
}
2019-12-13 17:17:49 +08:00
}