| 123456789101112131415161718192021222324252627282930313233343536373839 |
- /* 水平间距 */
- /* 水平间距 */
- .search.data-v-5fd12acd {
- display: flex;
- justify-content: space-around;
- align-items: center;
- margin-bottom: 20rpx;
- height: 100rpx;
- font-size: 28rpx;
- background-color: #fff;
- }
- .search .search-type.data-v-5fd12acd {
- flex: 1;
- display: flex;
- justify-content: space-evenly;
- }
- .search .search-type .search-type-img.data-v-5fd12acd {
- margin-top: -5rpx;
- width: 17rpx;
- height: 12rpx;
- }
- .search .search-type .search-type-img img.data-v-5fd12acd {
- width: 100%;
- height: 100%;
- }
- .search .search-time.data-v-5fd12acd {
- flex: 1;
- display: flex;
- justify-content: space-evenly;
- }
- .search .search-time .search-time-img.data-v-5fd12acd {
- margin-top: -5rpx;
- width: 17rpx;
- height: 12rpx;
- }
- .search .search-time .search-time-img img.data-v-5fd12acd {
- width: 100%;
- height: 100%;
- }
|