| | |
| | | @import url('../../../static/css/common/order.css'); |
| | | |
| | | .station { |
| | | font-size: 18px; |
| | | padding: 24rpx; |
| | | font-size: 15px; |
| | | padding: 18rpx; |
| | | } |
| | | .station-title { |
| | | font-size: 32px; |
| | | font-size: 28px; |
| | | font-weight: bold; |
| | | padding: 24rpx 0; |
| | | padding: 18rpx 0; |
| | | } |
| | | .station-barcode { |
| | | font-size: 24px; |
| | |
| | | <template> |
| | | <view> |
| | | <view style="font-size: 14px;"> |
| | | <view class="code"> |
| | | <uni-search-bar :focus="searchValueFocus" v-model="searchValue" @input="searchValueInput()" |
| | | maxlength="500" ancel="cancel" @clear="clear" placeholder="输入 / 扫描 站点号"> |