| | |
| | | <view class="main"> |
| | | <view class="inner1">{{desc}}</view> |
| | | <view class="put inner2"> |
| | | <uni-icons class="p-icon" |
| | | type="scan" |
| | | size="16" |
| | | color="#b9b9b9" |
| | | v-show="data.length" |
| | | @click="clear"> |
| | | </uni-icons> |
| | | <input class="p-input" |
| | | type="text" |
| | | :placeholder="placeholder" |
| | |
| | | .main { |
| | | display: flex; |
| | | align-items: center; |
| | | min-height: 35px; |
| | | background-color: #f8f8f8; |
| | | margin: 8px; |
| | | min-height: 50px; |
| | | background-color: #fff; |
| | | margin-right: 8px; |
| | | } |
| | | .put { |
| | | display: flex; |
| | |
| | | font-family:'Helvetica Neue'; |
| | | } |
| | | .inner2 { |
| | | background-color: #FFF; |
| | | background-color: #f8f8f8; |
| | | flex: 1; |
| | | display: flex; |
| | | align-items: center; |
| | |
| | | padding: 4px; |
| | | } |
| | | .p-icon { |
| | | margin-left: 8px; |
| | | margin-right: 8px; |
| | | margin-left: 4px; |
| | | margin-right: 4px; |
| | | } |
| | | .inner3 { |
| | | width: 100px; |