/* components/buycar/buycar.wxss */ .banner{ box-sizing: border-box; padding: 15rpx; border-radius: 20rpx; overflow: hidden; } .sentiment{ width: 750rpx; height: 68rpx; display: flex; align-items: center; /* justify-content: space-between; */ background: white; overflow: hidden; } .sentiment_ico{ margin-left: 20rpx; display: flex; width: 32rpx; height: 32rpx; } .sentiment_ico image{ width: 32rpx; height: 32rpx; } .sentiment_text{ margin-left: 20rpx; flex: 1; color: #333; font-size: 24rpx; } .sentiment_img{ width: 135rpx; height: 50rpx; border-left: 2rpx solid #f1f1f1; padding-left: 10rpx; margin-right: 10rpx; } .sentiment_img image{ width: 100%; height: 100%; } .condition{ box-sizing: border-box; /* overflow: hidden; */ margin-top: 12rpx; width: 750rpx; height: 88rpx; display: flex; align-items: center; justify-content: center; font-size: 28rpx; z-index: 99; position: relative; left: 0; } .condition .condition_list{ flex: 1; display: flex; align-items: center; justify-content: center; height: 100%; background: white; } .condition .condition_list text{ max-width: 220rpx; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .condition .condition_list image{ width: 22rpx; height: 14rpx; margin-left: 8rpx; } .condition .condition_menus{ width: 100vw; height: 846rpx; position: absolute; top: 88rpx; z-index: 99; background: rgba(51, 51, 51, 0.5); display: flex; z-index: 99; } .condition .condition_menus scroll-view{ flex: 1; width: 720rpx; height: 540rpx; box-sizing: border-box; padding: 0 20rpx; background: white; padding-top: 0; box-sizing: border-box; } .condition>.condition_menus .industry{ width: 100%; height: auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; background: white; padding-bottom: 20rpx; box-sizing: border-box; padding: 0; } .is_scrool_top{ border-radius: 0rpx; border-bottom: 15rpx solid #f8f8f8; position: fixed; top: 0rpx; margin-top: 0; width: 750rpx; height: 88rpx; z-index: 99; } .bottom_tip{ width: 100%; height: 100rpx; display: flex; align-items: center; justify-content: center; color: #999999; font-size: 26rpx; } .condition_menus .industry text{ width: 33.3%; overflow: hidden; color: #333; text-align: center; height: 88rpx; line-height: 88rpx; } .condition_menus .industry .active_industry{ color: #3476FE; background: white; /* border-left: 8rpx solid #3476FE; */ } .showlist{ width: 100%; background: transparent; }