...
|
...
|
@@ -12,13 +12,22 @@ |
|
|
.order-detail-root {
|
|
|
margin-right: 40rpx;
|
|
|
}
|
|
|
|
|
|
.border-line {
|
|
|
position: relative;
|
|
|
top: 0;
|
|
|
width: 100%;
|
|
|
background-color: #eeeeee;
|
|
|
height: 2rpx;
|
|
|
}
|
|
|
|
|
|
.order-detail-bottom-action-view {
|
|
|
/* padding-left: 40rpx; */
|
|
|
/* padding-right: 40rpx; */
|
|
|
width: calc( 100% - 80rpx );
|
|
|
width: 100%;
|
|
|
/* height: 140rpx; */
|
|
|
margin-left: 40rpx;
|
|
|
margin-right: 40rpx;
|
|
|
/* margin-left: 40rpx;
|
|
|
margin-right: 40rpx; */
|
|
|
/* width: 100%; */
|
|
|
display: flex;
|
|
|
position: fixed;
|
...
|
...
|
@@ -29,10 +38,12 @@ |
|
|
background: #FFFFFF;
|
|
|
padding-top: 20rpx;
|
|
|
padding-bottom: 20rpx;
|
|
|
border-top: 2rpx solid #eeeeee;
|
|
|
}
|
|
|
.order-detail-bottom-button-view {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
margin-right: 40rpx;
|
|
|
}
|
|
|
.order-detail-bottom-selected-button {
|
|
|
width: 224rpx;
|
...
|
...
|
@@ -49,6 +60,7 @@ |
|
|
}
|
|
|
.order-detail-bottom-unselected-button::after {
|
|
|
border-radius: 0;
|
|
|
border: 0rpx;
|
|
|
}
|
|
|
.order-detail-bottom-unselected-button {
|
|
|
width: 224rpx;
|
...
|
...
|
@@ -68,6 +80,7 @@ |
|
|
.order-detail-bottom-realprice-view {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
margin-left: 40rpx;
|
|
|
}
|
|
|
.order-detail-split-line {
|
|
|
background: #eeeeee;
|
...
|
...
|
|