| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564 |
- .consult-wrapper {
- width: 1000px;
- .consult-top {
- position: relative;
- width: 100%;
- height: auto;
- background: #ffffff;
- border-radius: 10px;
- .tabs {
- width: 100%;
- height: 50px;
- display: flex;
- align-items: center;
- border-bottom: 1px solid #f1f1f1;
- .tabs-item {
- position: relative;
- width: 108px;
- height: 50px;
- line-height: 50px;
- font-size: 16px;
- font-family: PingFangSC, PingFangSC-Regular;
- font-weight: 400;
- text-align: center;
- color: #666666;
- &.active {
- font-size: 15px;
- font-family: PingFangSC, PingFangSC-Semibold;
- font-weight: 600;
- color: #222222;
- &:after {
- position: absolute;
- content: " ";
- width: 15px;
- height: 3px;
- bottom: 1px;
- left: calc(50% - 7.5px);
- background: #308eff;
- border-radius: 2px;
- }
- }
- }
- .add-btn {
- position: absolute;
- right: 20px;
- width: 96px;
- height: 32px;
- padding: 0;
- border: none;
- background: #308eff;
- border-radius: 5px;
- font-size: 11px;
- font-family: PingFangSC, PingFangSC-Medium;
- font-weight: 500;
- text-align: center;
- color: #ffffff;
- }
- }
- }
- .consult-category-wrapper {
- width: 100%;
- height: auto;
- padding: 15px 20px;
- .category-title {
- width: 100%;
- line-height: 21px;
- padding-bottom: 7px;
- font-size: 15px;
- font-family: PingFangSC, PingFangSC-Semibold;
- font-weight: 600;
- color: #222222;
- }
- .category-one-wrapper {
- position: relative;
- height: 40px;
- width: 100%;
- padding-right: 60px;
- overflow: hidden;
- display: flex;
- flex-wrap: wrap;
- transition: all .3s;
- .category-more {
- position: absolute;
- height: 30px;
- line-height: 30px;
- margin-top: 10px;
- padding: 0 15px;
- right: 0;
- top: 0;
- font-size: 13px;
- color: #999999;
- cursor: pointer;
- }
- &.expand {
- height: auto !important;
- }
- .category-one-item {
- height: 30px;
- line-height: 30px;
- padding: 0 25px;
- margin-top: 10px;
- border-radius: 4px;
- font-size: 14px;
- font-family: PingFangSC, PingFangSC-Regular;
- font-weight: 400;
- text-align: center;
- color: #555555;
- cursor: pointer;
- &.active {
- line-height: 28px;
- font-family: PingFangSC, PingFangSC-Medium;
- font-weight: 500;
- color: #308eff;
- border: 1px solid #308eff;
- }
- &:hover {
- color: #308eff;
- }
- }
- }
- .category-two-wrapper {
- position: relative;
- margin-top: 16px;
- .category-two-content {
- position: relative;
- width: 830px;
- height: auto;
- padding: 5px 20px 10px;
- // margin-left: 80px;
- background: #f7f7f7;
- border-radius: 8px;
- display: flex;
- flex-wrap: wrap;
- .category-two-item {
- height: 30px;
- line-height: 30px;
- margin-top: 5px;
- padding: 0 15px;
- color: #555555;
- border-radius: 4px;
- font-size: 14px;
- cursor: pointer;
- &.active {
- color: #308eff;
- background: #dcefff;
- }
- &:hover {
- color: #308eff;
- }
- }
- }
- }
- }
- .consult-content {
- width: 100%;
- margin-top: 10px;
- padding: 12px 20px 36px;
- background: #ffffff;
- border-radius: 10px;
- .consult-list-wrapper {
- position: relative;
- width: 100%;
- display: flex;
- flex-wrap: wrap;
- .consult-item {
- position: relative;
- width: 310px;
- height: 270px;
- margin-right: 15px;
- margin-bottom: 15px;
- padding: 35px 10px 17px;
- background: #ffffff;
- border-radius: 10px;
- overflow: hidden;
- box-shadow: 0px 6px 16px 0px rgba(6,10,28,0.06);
- display: flex;
- flex-direction: column;
- // cursor: pointer;
- &:nth-of-type(3n) {
- margin-right: 0;
- }
- .owner-info {
- position: relative;
- width: 100%;
- height: 106px;
- display: flex;
- .avatar {
- flex-shrink: 0;
- width: 106px;
- height: 106px;
- border-radius: 8px;
- }
- .owner-content {
- position: relative;
- flex: 1;
- height: 100%;
- margin-left: 10px;
- overflow: hidden;
- .nickname {
- width: 100%;
- height: 26px;
- line-height: 26px;
- opacity: 1;
- font-size: 19px;
- font-family: PingFangSC, PingFangSC-Medium;
- font-weight: 500;
- color: #222222;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .company {
- width: 100%;
- margin-top: 2px;
- line-height: 17px;
- font-size: 12px;
- font-family: PingFangSC, PingFangSC-Regular;
- font-weight: 400;
- color: #666666;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- white-space: normal;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- }
- .price {
- position: absolute;
- left: 0;
- bottom: 0;
- height: 17px;
- line-height: 17px;
- font-size: 16px;
- font-family: PingFangSC, PingFangSC-Semibold;
- font-weight: 600;
- color: #ff6600;
- span {
- margin-left: 2px;
- font-size: 12px;
- font-family: PingFangSC, PingFangSC-Regular;
- font-weight: 400;
- color: #666666;
- }
- }
- }
- }
- .consult-info {
- width: 100%;
- max-height: 47px;
- margin-top: 24px;
- overflow: hidden;
- .consult-info-item {
- width: 100%;
- height: 20px;
- line-height: 20px;
- margin-bottom: 7px;
- font-size: 14px;
- font-family: PingFangSC, PingFangSC-Regular;
- font-weight: 400;
- color: #333333;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- &:nth-last-child(1) {
- margin-bottom: 0;
- }
- }
- }
- .stats-info {
- position: absolute;
- bottom: 17px;
- left: 10px;
- display: flex;
- align-items: center;
- height: 17px;
- line-height: 17px;
- font-size: 14px;
- font-family: PingFangSC, PingFangSC-Regular;
- color: #999999;
- .num, .rate {
- color: #308eff;
- }
- .line {
- width: 1px;
- height: 13px;
- margin: 0 15px;
- background: rgba(151,151,151,0.6);
- }
- }
- }
- }
- .pagination-wrapper {
- width: 100%;
- height: 30px;
- margin-top: 25px;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- }
- }
- .mobileMain {
- width: 100%;
- margin: 0;
- }
- .consult-wrapper-mobile {
- position: relative;
- width: 100%;
- // min-height: 100vh;
- display: flex;
- flex-direction: column;
- .consult-category {
- position: fixed;
- width: 100%;
- height: 87px;
- z-index: 11;
- .consult-category-one {
- position: relative;
- width: 100%;
- height: 45px;
- background: #ffffff;
- overflow: hidden;
- .category-scroller {
- width: calc(100% - 64px);
- overflow-x: scroll;
- overflow-y: hidden;
- -webkit-overflow-scrolling: touch;
- display: flex;
- &::-webkit-scrollbar {
- display: none;
- }
- }
- .consult-category-one-item {
- position: relative;
- flex-shrink: 0;
- width: 76px;
- height: 45px;
- line-height: 45px;
- font-size: 16px;
- font-family: PingFangSC, PingFangSC-Regular;
- font-weight: 400;
- color: #666666;
- font-size: 15px;
- text-align: center;
- &.active {
- font-family: PingFangSC, PingFangSC-Semibold;
- font-weight: 600;
- color: #222222;
- &:after {
- position: absolute;
- content: " ";
- bottom: 0;
- left: calc(50% - 7.5px);
- width: 15px;
- height: 3px;
- background: #308eff;
- border-radius: 2px;
- }
- }
- }
- .filter-wrapper {
- position: absolute;
- top: 0;
- right: 0;
- width: 64px;
- height: 45px;
- display: flex;
- align-items: center;
- justify-content: center;
- z-index: 12;
- background: #ffffff;
- img {
- width: 24px;
- height: 24px;
- }
- }
- .filter-bg {
- position: absolute;
- width: 11px;
- height: 29px;
- right: 59px;
- top: 8px;
- opacity: 0.1;
- background: #000000;
- border-radius: 6px;
- filter: blur(4px);
- z-index: 11;
- }
- }
- .consult-category-two {
- position: relative;
- width: 100%;
- height: 42px;
- background: #ffffff;
- .consult-category-two-wrapper {
- position: relative;
- width: 100%;
- height: 42px;
- padding: 0 20px;
- overflow-x: scroll;
- overflow-y: hidden;
- -webkit-overflow-scrolling: touch;
- display: flex;
- &::-webkit-scrollbar {
- display: none;
- }
- .consult-category-two-item {
- position: relative;
- flex-shrink: 0;
- height: 42px;
- line-height: 42px;
- margin-right: 20px;
- font-size: 14px;
- font-family: PingFangSC, PingFangSC-Regular;
- font-weight: 400;
- color: #666666;
- &:last-child {
- margin-right: 0;
- }
- &.active {
- color: #308eff;
- }
- }
- }
- }
- }
- .consult-list {
- width: 100%;
- height: 100vh;
- padding-top: 87px;
- padding-bottom: 34px;
- overflow-x: hidden;
- overflow-y: auto;
- -webkit-overflow-scrolling: touch;
- display: flex;
- flex-direction: column;
- align-items: center;
- .consult-list-wrapper {
- width: 100%;
- height: auto;
- overflow: visible;
- .consult-item {
- position: relative;
- width: calc(100% - 20px);
- height: 210px;
- padding: 13px 10px 16px;
- margin: 10px auto 0;
- background: #ffffff;
- overflow: hidden;
- border-radius: 10px;
- box-shadow: 0px 6px 16px 0px rgba(6,10,28,0.06);
- display: flex;
- flex-direction: column;
- .owner-content {
- width: 100%;
- height: 90px;
- display: flex;
- .avatar {
- flex-shrink: 0;
- width: 90px;
- height: 90px;
- border-radius: 6px;
- }
- .owner-info {
- margin-left: 11px;
- flex: 1;
- .nickname {
- width: 100%;
- height: 25px;
- line-height: 25px;
- font-size: 18px;
- font-family: PingFangSC, PingFangSC-Semibold;
- font-weight: 600;
- color: #222222;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .company {
- width: 100%;
- height: 16px;
- line-height: 16px;
- margin-top: 2px;
- font-size: 11px;
- font-family: PingFangSC, PingFangSC-Regular;
- font-weight: 400;
- color: #999999;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .price {
- height: 18px;
- line-height: 18px;
- margin-top: 6px;
- font-size: 14px;
- font-family: PingFangSC, PingFangSC-Semibold;
- font-weight: 600;
- color: #ff6600;
- span {
- margin-left: 2px;
- line-height: 18px;
- font-size: 12px;
- font-family: PingFangSC, PingFangSC-Regular;
- font-weight: 400;
- color: #999999;
- }
- }
- }
- }
- .consult-info {
- width: 100%;
- max-height: 43px;
- margin-top: 16px;
- overflow: hidden;
- .consult-info-item {
- width: 100%;
- height: 18px;
- line-height: 18px;
- margin-bottom: 7px;
- font-size: 13px;
- font-family: PingFangSC, PingFangSC-Medium;
- font-weight: 500;
- color: #333333;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- &:nth-last-child(1) {
- margin-bottom: 0;
- }
- }
- }
- .stats-info {
- position: absolute;
- bottom: 16px;
- left: 10px;
- display: flex;
- align-items: center;
- height: 17px;
- line-height: 17px;
- font-size: 12px;
- font-family: PingFangSC, PingFangSC-Regular;
- color: #999999;
- .num, .rate {
- color: #308eff;
- }
- .line {
- width: 1px;
- height: 13px;
- margin: 0 15px;
- background: rgba(151,151,151,0.6);
- }
- }
- }
- }
- .consult-list-tips {
- margin-top: 16px;
- width: 100%;
- text-align: center;
- }
- }
- .consult-list__showWxHeader {
- height: calc(100vh - 64px);
- }
- }
|