| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- #searchSub.data-v-6fdef9c0 {
- height: 100%;
- display: flex;
- flex-direction: column;
- }
- #searchSub .top-max-big-box.data-v-6fdef9c0 {
- width: 750rpx;
- height: 120rpx;
- background: #fff;
- padding: 20rpx 30rpx;
- box-sizing: border-box;
- }
- #searchSub .top-max-big-box .search-box.data-v-6fdef9c0 {
- width: 690rpx;
- height: 78rpx;
- border: 1rpx solid #e0e0e0;
- border-radius: 50rpx;
- display: flex;
- }
- #searchSub .top-max-big-box .search-box .img-view.data-v-6fdef9c0 {
- display: inline-block;
- margin: 27rpx 17rpx 0 37rpx;
- width: 26rpx;
- height: 26rpx;
- }
- #searchSub .top-max-big-box .search-box input.data-v-6fdef9c0 {
- height: 78rpx;
- line-height: 78rpx;
- flex: 1;
- font-size: 24rpx;
- }
- #searchSub .top-max-big-box .search-box .button-view.data-v-6fdef9c0 {
- width: 100rpx;
- line-height: 78rpx;
- text-align: center;
- font-size: 24rpx;
- color: #0183fa;
- }
- #searchSub .list.data-v-6fdef9c0 {
- flex: 1;
- overflow-y: scroll;
- padding: 0 30rpx;
- box-sizing: border-box;
- padding-bottom: 160rpx;
- margin-top: 20rpx;
- background-color: #fff;
- }
- #searchSub .list .for-sub-box.data-v-6fdef9c0 {
- display: flex;
- border-bottom: 1rpx dashed #e0e0e0;
- }
- #searchSub .list .for-sub-box .for-text-box.data-v-6fdef9c0 {
- flex: 1;
- line-height: 42rpx;
- padding: 40rpx 0 40rpx 0;
- }
- #searchSub .list .for-sub-box .for-right-button.data-v-6fdef9c0 {
- width: 100rpx;
- display: flex;
- flex-direction: column;
- }
- #searchSub .list .for-sub-box .for-right-button view.data-v-6fdef9c0:nth-child(1) {
- flex: 1;
- }
- #searchSub .list .for-sub-box .for-right-button view.data-v-6fdef9c0:nth-child(2) {
- line-height: 42rpx;
- text-align: right;
- color: #0183fa;
- font-size: 28rpx;
- }
- #searchSub .list .for-sub-box .for-right-button view.data-v-6fdef9c0:nth-child(3) {
- flex: 1;
- }
- #searchSub .list .get-data-null-p.data-v-6fdef9c0 {
- text-align: center;
- line-height: 100rpx;
- padding-bottom: 80px;
- color: #999;
- }
|