19 lines
281 B
Plaintext
19 lines
281 B
Plaintext
|
.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;
|
||
|
}
|
||
|
|
||
|
.orderyf .left {
|
||
|
margin-left: 31rpx;
|
||
|
}
|
||
|
|
||
|
.orderyf .right {
|
||
|
margin-right: 20rpx;
|
||
|
}
|