| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 | .SearchInputBox {    width: 100%;    background-color: #ffffff;    padding: 20rpx 0rpx;    box-sizing: border-box;}/* 展示区域title image */.display-title_image {    width: 32rpx;    height: 32rpx;    margin: 0 6rpx;}.list-scroll-view {    width: 100%;    max-height: 79vh;}/* 相关商家信息 */.company-data {    display: flex;    width: 100%;    height: 114rpx;    padding-bottom: 20rpx;    border-bottom: 2rpx solid rgba(151, 151, 151, .1);    margin-bottom: 20rpx;}.company-data-image {    width: 114rpx;    height: 114rpx;    border-radius: 10rpx;    margin-right: 20rpx;}.company-data-text {    flex: 1;    display: flex;    flex-direction: column;    justify-content: space-between;    font-size: 24rpx;    color: rgba(51, 51, 51, .7);}.company-data-text>view {    width: 460rpx;}.company-data-brandName {    width: 300rpx;    font-size: 28rpx;    color: #000000;}.company-data-change {    display: flex;    align-items: center;    width: 48rpx;    height: 100%;    margin-right: 10rpx;    flex-shrink: 0;}.company-data-change image {    width: 48rpx;    height: 48rpx;}/* .company-data-but {    display: flex;    align-items: center;    height: 100%;} *//* .custom-class-company-data {    width: 138rpx !important;    height: 46rpx !important;    background: linear-gradient(180deg, #84E3EC 0%, #4DC2D4 100%) !important;    box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.1) !important;    border-radius: 10rpx !important;    padding: 0 !important;    color: #ffffff !important;    font-weight: 500;    font-size: 24rpx;    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);} */
 |