| | |
| | | float: left; |
| | | height: 100%; |
| | | width: 90%; |
| | | /* background-color: #007AFF; */ |
| | | text-indent: 20rpx; |
| | | font-size: 32rpx; |
| | | letter-spacing: 3rpx; |
| | |
| | | border-radius: 20rpx; |
| | | margin: 20rpx auto 20rpx auto; |
| | | } |
| | | .search-box { |
| | | .searchBox { |
| | | position: absolute; |
| | | width: 94%; |
| | | height: 80%; |
| | |
| | | background-color: #F9F9F9; |
| | | border-radius: 20rpx; |
| | | } |
| | | .search-icon { |
| | | .searchIcon { |
| | | display: inline-block; |
| | | float: left; |
| | | width: 10%; |
| | |
| | | line-height: 80rpx; |
| | | } |
| | | |
| | | .search-area { |
| | | .searchArea { |
| | | display: inline-block; |
| | | float: left; |
| | | width: 80%; |
| | | height: 100%; |
| | | } |
| | | .search-area input { |
| | | .searchArea input { |
| | | height: 100%; |
| | | font-size: 14px; |
| | | color: #5f5f5f; |
| | | } |
| | | .close-icon { |
| | | .closeIcon { |
| | | display: inline-block; |
| | | float: left; |
| | | width: 10%; |