deguodaigou/components/orderconfirm/orderyf/orderyf.scss
2019-12-23 14:13:27 +08:00

17 lines
329 B
SCSS

.orderyf {
width: 690rpx;
height: 96rpx;
line-height: 96rpx;
display: flex;
border-bottom: 2rpx solid #EAEAEA;
margin: 0 auto;
justify-content: space-between;
font-size: 28rpx;
.left {
margin-left: 31rpx
}
.right {
margin-right: 20rpx;
;
}
}