| | |
| | | </script> |
| | | <style lang="scss"> |
| | | @import url("@/assets/css/order/index.scss"); |
| | | .box-view{ |
| | | .box-view { |
| | | flex-direction: column; |
| | | align-items: center; |
| | | } |
| | |
| | | display: inline-flex; |
| | | margin-right: 38px; |
| | | height: auto; |
| | | width: 198px; |
| | | overflow: hidden; |
| | | white-space: nowrap; |
| | | text-overflow: ellipsis; |
| | | } |
| | | .menu-active-color1::before { |
| | | position: absolute; |
| | |
| | | right: 0px; |
| | | width: calc(100% - 16px); |
| | | height: 3px; |
| | | background-color: rgb(42, 100, 251); |
| | | background-color: #f7b328; |
| | | } |
| | | .right-view{ |
| | | .right-view { |
| | | width: 1200px; |
| | | } |
| | | </style> |