|
@@ -7,11 +7,8 @@
|
|
|
<view class="search-from name">
|
|
|
<text class="iconfont icon-iconfonticonfontsousuo1"></text>
|
|
|
<input class="input" type="text" confirm-type="search" v-model="listQuery.name" @input="onShowClose"
|
|
|
- @confirm="GetSellerClubList()" placeholder="机构名称/联系人" maxlength="12" />
|
|
|
- <text class="iconfont icon-shanchu1" v-if="isShowClose" @click="delInputText()"></text>
|
|
|
- </view>
|
|
|
- <view class="search-btn">
|
|
|
- <button class="search-btn" type="default" @click.stop="searchClubList">搜索</button>
|
|
|
+ @confirm="searchClubList" placeholder="机构名称/联系人" maxlength="12" />
|
|
|
+ <text class="iconfont icon-shanchu1" v-if="isShowClose" @click="delInputText"></text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="club-main">
|
|
@@ -22,7 +19,7 @@
|
|
|
<view class="txt">暂无机构数据</view>
|
|
|
</view>
|
|
|
<view v-else class="club-list">
|
|
|
- <scroll-view scroll-y="true">
|
|
|
+ <scroll-view scroll-y="true" class="club-list-main">
|
|
|
<view class="list" v-for="(club, index) in clubList" :key="index">
|
|
|
<view class="club-list-top">
|
|
|
<view class="list-left">
|
|
@@ -252,9 +249,10 @@
|
|
|
}
|
|
|
|
|
|
.club-search {
|
|
|
- height: 64rpx;
|
|
|
- width: 702rpx;
|
|
|
- padding: 24rpx;
|
|
|
+ height: 84rpx;
|
|
|
+ width: 100%;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding:0 24rpx 20rpx 24rpx;
|
|
|
background: #ffffff;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
@@ -264,7 +262,7 @@
|
|
|
z-index: 999;
|
|
|
|
|
|
.search-from {
|
|
|
- width: 582rpx;
|
|
|
+ width: 100%;
|
|
|
height: 64rpx;
|
|
|
background: #f7f7f7;
|
|
|
border-radius: 32rpx;
|
|
@@ -304,279 +302,267 @@
|
|
|
font-size: $font-size-24;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
- .search-btn {
|
|
|
- width: 120rpx;
|
|
|
- line-height: 64rpx;
|
|
|
- text-align: center;
|
|
|
- font-size: $font-size-28;
|
|
|
- color: $color-system;
|
|
|
- float: left;
|
|
|
- background: #ffffff;
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
.club-main {
|
|
|
- padding-top: 122rpx;
|
|
|
-
|
|
|
- .list {
|
|
|
- align-items: center;
|
|
|
- width: 702rpx;
|
|
|
- height: auto;
|
|
|
- padding: 24rpx;
|
|
|
- background: #ffffff;
|
|
|
- position: relative;
|
|
|
- border-bottom: 1px solid #ebebeb;
|
|
|
- float: left;
|
|
|
-
|
|
|
- .club-list-top {
|
|
|
+ padding-top: 100rpx;
|
|
|
+ .club-list{
|
|
|
+ width: 100%;
|
|
|
+ .club-list-main{
|
|
|
width: 100%;
|
|
|
- height: 140rpx;
|
|
|
- float: left;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
-
|
|
|
- .list-left {
|
|
|
- height: 140rpx;
|
|
|
- flex: 2;
|
|
|
- margin-right: 10rpx;
|
|
|
-
|
|
|
- .list-head {
|
|
|
- width: 140rpx;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding: 0 24rpx;
|
|
|
+ .list {
|
|
|
+ align-items: center;
|
|
|
+ width: 100%;
|
|
|
+ height: auto;
|
|
|
+ padding: 20rpx;
|
|
|
+ background: #ffffff;
|
|
|
+ position: relative;
|
|
|
+ float: left;
|
|
|
+ margin-bottom: 20rpx;
|
|
|
+ box-sizing: border-box;
|
|
|
+ border-radius: 24rpx;
|
|
|
+ .club-list-top {
|
|
|
+ width: 100%;
|
|
|
height: 140rpx;
|
|
|
- border-radius: 14rpx;
|
|
|
-
|
|
|
- image {
|
|
|
- width: 140rpx;
|
|
|
+ float: left;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+
|
|
|
+ .list-left {
|
|
|
height: 140rpx;
|
|
|
- border-radius: 14rpx;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .list-item {
|
|
|
- height: 140rpx;
|
|
|
- flex: 8;
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
-
|
|
|
- .list-title {
|
|
|
- flex: 2;
|
|
|
- line-height: 80rpx;
|
|
|
- width: 100%;
|
|
|
- font-size: $font-size-28;
|
|
|
- color: $text-color;
|
|
|
- padding-left: 11rpx;
|
|
|
- flex-direction: row;
|
|
|
- justify-content: flex-start;
|
|
|
-
|
|
|
- .list-name {
|
|
|
- min-width: 100rpx;
|
|
|
- display: block;
|
|
|
- float: left;
|
|
|
- text-align: left;
|
|
|
- -o-text-overflow: ellipsis;
|
|
|
- text-overflow: ellipsis;
|
|
|
- display: -webkit-box;
|
|
|
- word-break: break-all;
|
|
|
- -webkit-box-orient: vertical;
|
|
|
- -webkit-line-clamp: 1;
|
|
|
- overflow: hidden;
|
|
|
- }
|
|
|
-
|
|
|
- .tags {
|
|
|
- display: inline-block;
|
|
|
- height: 36rpx;
|
|
|
- padding: 0 15rpx;
|
|
|
- border-radius: 8rpx;
|
|
|
- background: #f0cb72;
|
|
|
- font-size: $font-size-22;
|
|
|
- color: #4e4539;
|
|
|
- text-align: center;
|
|
|
- line-height: 36rpx;
|
|
|
- margin-left: 10rpx;
|
|
|
+ flex: 2;
|
|
|
margin-right: 10rpx;
|
|
|
-
|
|
|
- &.sv {
|
|
|
- background: #333333;
|
|
|
- color: #f0cb72;
|
|
|
+
|
|
|
+ .list-head {
|
|
|
+ width: 140rpx;
|
|
|
+ height: 140rpx;
|
|
|
+ border-radius: 50%;
|
|
|
+
|
|
|
+ image {
|
|
|
+ width: 140rpx;
|
|
|
+ height: 140rpx;
|
|
|
+ border-radius: 50%;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
- .list-hist {
|
|
|
- display: block;
|
|
|
- float: right;
|
|
|
- color: #1890F9;
|
|
|
- font-size: $font-size-24;
|
|
|
- text-align: right;
|
|
|
- padding-right: 30rpx;
|
|
|
-
|
|
|
- .icon-dingdanxuanzhong {
|
|
|
- font-size: $font-size-34;
|
|
|
- color: #1890F9;
|
|
|
+
|
|
|
+ .list-item {
|
|
|
+ height: 140rpx;
|
|
|
+ flex: 8;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+
|
|
|
+ .list-title {
|
|
|
+ flex: 2;
|
|
|
+ line-height: 80rpx;
|
|
|
+ width: 100%;
|
|
|
+ font-size: $font-size-28;
|
|
|
+ color: $text-color;
|
|
|
+ padding-left: 11rpx;
|
|
|
+ flex-direction: row;
|
|
|
+ justify-content: flex-start;
|
|
|
+
|
|
|
+ .list-name {
|
|
|
+ min-width: 100rpx;
|
|
|
+ display: block;
|
|
|
+ float: left;
|
|
|
+ text-align: left;
|
|
|
+ -o-text-overflow: ellipsis;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ display: -webkit-box;
|
|
|
+ word-break: break-all;
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
+ -webkit-line-clamp: 1;
|
|
|
+ overflow: hidden;
|
|
|
+ }
|
|
|
+
|
|
|
+ .tags {
|
|
|
+ display: inline-block;
|
|
|
+ height: 36rpx;
|
|
|
+ padding: 0 15rpx;
|
|
|
+ border-radius: 8rpx;
|
|
|
+ background: #f0cb72;
|
|
|
+ font-size: $font-size-22;
|
|
|
+ color: #4e4539;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 36rpx;
|
|
|
+ margin-left: 10rpx;
|
|
|
+ margin-right: 10rpx;
|
|
|
+
|
|
|
+ &.sv {
|
|
|
+ background: #333333;
|
|
|
+ color: #f0cb72;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .list-hist {
|
|
|
+ display: block;
|
|
|
+ float: right;
|
|
|
+ color: #1890F9;
|
|
|
+ font-size: $font-size-24;
|
|
|
+ text-align: right;
|
|
|
+ padding-right: 30rpx;
|
|
|
+
|
|
|
+ .icon-dingdanxuanzhong {
|
|
|
+ font-size: $font-size-34;
|
|
|
+ color: #1890F9;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .list-opea {
|
|
|
+ width: 100%;
|
|
|
+ display: flex;
|
|
|
+ flex: 4;
|
|
|
+ color: #166ce1;
|
|
|
+ flex-direction: row;
|
|
|
+ align-items: center;
|
|
|
+
|
|
|
+ .tags {
|
|
|
+ display: inline-block;
|
|
|
+ height: 36rpx;
|
|
|
+ padding: 0 15rpx;
|
|
|
+ border-radius: 8rpx;
|
|
|
+ background: #f0cb72;
|
|
|
+ font-size: $font-size-22;
|
|
|
+ color: #4e4539;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 36rpx;
|
|
|
+ margin-left: 10rpx;
|
|
|
+ margin-right: 10rpx;
|
|
|
+
|
|
|
+ &.sv {
|
|
|
+ background: #333333;
|
|
|
+ color: #f0cb72;
|
|
|
+ }
|
|
|
+
|
|
|
+ &.sm {
|
|
|
+ display: inline-block;
|
|
|
+ height: 36rpx;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding: 0 8rpx 0 15rpx;
|
|
|
+ border-radius: 8rpx;
|
|
|
+ background: #faede5;
|
|
|
+ font-size: $font-size-22;
|
|
|
+ color: $color-system;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 36rpx;
|
|
|
+ margin-right: 10rpx;
|
|
|
+
|
|
|
+ .icon-xiayibu {
|
|
|
+ font-size: 20rpx;
|
|
|
+ margin-left: 10rpx;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
- .list-opea {
|
|
|
+
|
|
|
+ .club-list-bot {
|
|
|
width: 100%;
|
|
|
- display: flex;
|
|
|
- flex: 4;
|
|
|
- color: #166ce1;
|
|
|
- flex-direction: row;
|
|
|
- align-items: center;
|
|
|
-
|
|
|
- .tags {
|
|
|
- display: inline-block;
|
|
|
- height: 36rpx;
|
|
|
- padding: 0 15rpx;
|
|
|
- border-radius: 8rpx;
|
|
|
- background: #f0cb72;
|
|
|
- font-size: $font-size-22;
|
|
|
- color: #4e4539;
|
|
|
+ height: 80rpx;
|
|
|
+ float: left;
|
|
|
+ border-radius: 8rpx;
|
|
|
+ margin-top: 20rpx;
|
|
|
+
|
|
|
+ .btn {
|
|
|
+ height: 80rpx;
|
|
|
+ box-sizing: border-box;
|
|
|
+ line-height: 80rpx;
|
|
|
+ padding: 0 28rpx;
|
|
|
+ font-size: $font-size-24;
|
|
|
+ background-color: #F1F1F1;
|
|
|
+ color: #333333;
|
|
|
text-align: center;
|
|
|
- line-height: 36rpx;
|
|
|
- margin-left: 10rpx;
|
|
|
- margin-right: 10rpx;
|
|
|
-
|
|
|
- &.sv {
|
|
|
- background: #333333;
|
|
|
- color: #f0cb72;
|
|
|
- }
|
|
|
-
|
|
|
- &.sm {
|
|
|
- display: inline-block;
|
|
|
- height: 36rpx;
|
|
|
- box-sizing: border-box;
|
|
|
- padding: 0 8rpx 0 15rpx;
|
|
|
- border-radius: 8rpx;
|
|
|
- background: #faede5;
|
|
|
- font-size: $font-size-22;
|
|
|
- color: $color-system;
|
|
|
- text-align: center;
|
|
|
- line-height: 36rpx;
|
|
|
- margin-right: 10rpx;
|
|
|
-
|
|
|
- .icon-xiayibu {
|
|
|
- font-size: 20rpx;
|
|
|
- margin-left: 10rpx;
|
|
|
+ float: right;
|
|
|
+ position: relative;
|
|
|
+ border-radius: 40rpx;
|
|
|
+
|
|
|
+ &:nth-child(2) {
|
|
|
+ &:before {
|
|
|
+ content: '';
|
|
|
+ width: 1px;
|
|
|
+ height: 20rpx;
|
|
|
+ background-color: #B2B2B2;
|
|
|
+ position: absolute;
|
|
|
+ right: 0;
|
|
|
+ top: 30rpx;
|
|
|
}
|
|
|
}
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .club-list-bot {
|
|
|
- width: 100%;
|
|
|
- height: 80rpx;
|
|
|
- float: left;
|
|
|
- background-color: #F7F7F7;
|
|
|
- border-radius: 8rpx;
|
|
|
- margin-top: 20rpx;
|
|
|
-
|
|
|
- .btn {
|
|
|
- height: 80rpx;
|
|
|
- box-sizing: border-box;
|
|
|
- line-height: 80rpx;
|
|
|
- padding: 0 28rpx;
|
|
|
- font-size: $font-size-24;
|
|
|
- color: #333333;
|
|
|
- text-align: center;
|
|
|
- float: left;
|
|
|
- position: relative;
|
|
|
-
|
|
|
- // &:nth-child(1){
|
|
|
- // &:before{
|
|
|
- // content: '';
|
|
|
- // width: 1px;
|
|
|
- // height: 20rpx;
|
|
|
- // background-color: #B2B2B2;
|
|
|
- // position: absolute;
|
|
|
- // right: 0;
|
|
|
- // top: 30rpx;
|
|
|
- // }
|
|
|
- // }
|
|
|
- &:nth-child(2) {
|
|
|
- &:before {
|
|
|
- content: '';
|
|
|
- width: 1px;
|
|
|
- height: 20rpx;
|
|
|
- background-color: #B2B2B2;
|
|
|
- position: absolute;
|
|
|
- right: 0;
|
|
|
- top: 30rpx;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- &:nth-child(3) {
|
|
|
- &:before {
|
|
|
- content: '';
|
|
|
- width: 1px;
|
|
|
- height: 20rpx;
|
|
|
- background-color: #B2B2B2;
|
|
|
- position: absolute;
|
|
|
- right: 0;
|
|
|
- top: 30rpx;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- &:last-child {
|
|
|
- padding: 0 36rpx;
|
|
|
-
|
|
|
- .iconfont {
|
|
|
- font-weight: bold;
|
|
|
- }
|
|
|
-
|
|
|
- .btn-bubble {
|
|
|
- width: 200rpx;
|
|
|
- height: 160rpx;
|
|
|
- background: rgba(51, 51, 51, 0.8);
|
|
|
- position: absolute;
|
|
|
- top: -154rpx;
|
|
|
- right: 0;
|
|
|
- border-radius: 8rpx;
|
|
|
-
|
|
|
- &:before {
|
|
|
- content: '';
|
|
|
- width: 0;
|
|
|
- height: 0;
|
|
|
- border: 15rpx solid transparent;
|
|
|
- border-top: 15rpx solid rgba(51, 51, 51, 0.8);
|
|
|
- position: absolute;
|
|
|
- bottom: -28rpx;
|
|
|
- right: 42rpx;
|
|
|
+
|
|
|
+ &:nth-child(3) {
|
|
|
+ &:before {
|
|
|
+ content: '';
|
|
|
+ width: 1px;
|
|
|
+ height: 20rpx;
|
|
|
+ background-color: #B2B2B2;
|
|
|
+ position: absolute;
|
|
|
+ right: 0;
|
|
|
+ top: 30rpx;
|
|
|
+ }
|
|
|
}
|
|
|
-
|
|
|
- .btn-view {
|
|
|
- width: 100%;
|
|
|
- height: 80rpx;
|
|
|
- box-sizing: border-box;
|
|
|
- line-height: 80rpx;
|
|
|
- font-size: $font-size-24;
|
|
|
- color: #FFFFFF;
|
|
|
- text-align: center;
|
|
|
- float: left;
|
|
|
-
|
|
|
+
|
|
|
+ &:last-child {
|
|
|
+ padding: 0 36rpx;
|
|
|
+
|
|
|
.iconfont {
|
|
|
- font-size: 28rpx;
|
|
|
- color: #FFFFFF;
|
|
|
- margin-right: 5rpx;
|
|
|
- font-weight: normal;
|
|
|
+ font-weight: bold;
|
|
|
}
|
|
|
-
|
|
|
- &.border {
|
|
|
- border-bottom: 1px solid rgba(255, 255, 255, 0.3);
|
|
|
+
|
|
|
+ .btn-bubble {
|
|
|
+ width: 200rpx;
|
|
|
+ height: 160rpx;
|
|
|
+ background: rgba(51, 51, 51, 0.8);
|
|
|
+ position: absolute;
|
|
|
+ top: -154rpx;
|
|
|
+ right: 0;
|
|
|
+ border-radius: 8rpx;
|
|
|
+
|
|
|
+ &:before {
|
|
|
+ content: '';
|
|
|
+ width: 0;
|
|
|
+ height: 0;
|
|
|
+ border: 15rpx solid transparent;
|
|
|
+ border-top: 15rpx solid rgba(51, 51, 51, 0.8);
|
|
|
+ position: absolute;
|
|
|
+ bottom: -28rpx;
|
|
|
+ right: 42rpx;
|
|
|
+ }
|
|
|
+
|
|
|
+ .btn-view {
|
|
|
+ width: 100%;
|
|
|
+ height: 80rpx;
|
|
|
+ box-sizing: border-box;
|
|
|
+ line-height: 80rpx;
|
|
|
+ font-size: $font-size-24;
|
|
|
+ color: #FFFFFF;
|
|
|
+ text-align: center;
|
|
|
+ float: left;
|
|
|
+
|
|
|
+ .iconfont {
|
|
|
+ font-size: 28rpx;
|
|
|
+ color: #FFFFFF;
|
|
|
+ margin-right: 5rpx;
|
|
|
+ font-weight: normal;
|
|
|
+ }
|
|
|
+
|
|
|
+ &.border {
|
|
|
+ border-bottom: 1px solid rgba(255, 255, 255, 0.3);
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ .iconfont {
|
|
|
+ font-size: 30rpx;
|
|
|
+ color: #333333;
|
|
|
+ margin-right: 5rpx;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
- .iconfont {
|
|
|
- font-size: 30rpx;
|
|
|
- color: #333333;
|
|
|
- margin-right: 5rpx;
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
}
|