| | |
| | | <template> |
| | | <view class="uni-input"> |
| | | <uni-search-bar @confirm="" @input="" bgColor="#FFF"/> |
| | | </view> |
| | | </template> |
| | | |
| | | <script> |
| | | </script> |
| | | |
| | | <style> |
| | | <style lang="less"> |
| | | @import "../../static/css/app.less"; |
| | | </style> |
| | |
| | | background-color: #FFF; |
| | | box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.4) ; |
| | | } |
| | | |
| | | // 输入框 |
| | | .uni-input { |
| | | min-height: 80rpx; |
| | | width: 100%; |
| | | background-color: #f8f8f8; |
| | | box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5) ; |
| | | position: fixed; |
| | | top: 100px; |
| | | left: 0; |
| | | } |
| | | // #ifdef APP-PLUS |
| | | .uni-input { |
| | | min-height: 80rpx; |
| | | width: 100%; |
| | | background-color: #f8f8f8; |
| | | box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5) ; |
| | | position: fixed; |
| | | top: 0; |
| | | left: 0; |
| | | } |
| | | // #endif |