/* 企业列表 */ .enterprose-list { background-color: #f2f2f2; min-height: calc(100vh - 44px); /* 搜索 */ &-search { width: calc(100% - 60rpx); margin: 0 auto; padding: 29rpx 0; } /* tab */ &-tab { background-color: #fff; border-top-left-radius: 5px; border-top-right-radius: 5px; padding: 5px 0; } /* 列表 */ &-content { &-item { display: flex; justify-content: space-between; align-items: center; padding: 40rpx 30rpx; background-color: #fff; margin-bottom: 20rpx; border-radius: 10rpx; &:first-child { border-top: solid 1px #DBDBDB; border-top-left-radius: 0; border-top-right-radius: 0; } &-left { display: flex; align-items: center; .image { margin-right: 22rpx; image { width: 82rpx; height: 82rpx; border-radius: 10rpx; } } .info { font-family: 'PingFangSC-Regular, PingFang SC;'; color: #000; font-size: 32rpx; font-weight: 400; .company { display: flex; font-size: 22rpx; color: #9B9B9B; margin-top: 18rpx; .icon { margin-right: 83rpx; view:first-child { margin-right: 10rpx; } } } } } } } }