1234567891011121314151617181920212223242526272829303132 |
- /* 搜索 */
- .home-search {
- display: flex;
- align-items: center;
- width: 100vw;
- height: 100rpx;
- background-color: #FFFFFF;
- margin: 20rpx 0 10rpx 0;
- padding: 0 24rpx;
- box-sizing: border-box;
- }
- .search-type {
- flex-shrink: 0;
- font-size: 32rpx;
- }
- .search-box {
- flex: 1;
- }
- .search-class {
- flex: 1;
- display: flex;
- align-items: center;
- height: 60rpx !important;
- padding: 0 !important;
- }
- .inputClass {
- width: 390rpx !important;
- }
|