Commit 27facf9b authored by clone's avatar clone

Merge branch 'wx0604' of https://gitee.com/zwyjjc/tl_estate into wx0604

parents 483401a6 5d756a07
...@@ -399,19 +399,25 @@ class Member extends Basic ...@@ -399,19 +399,25 @@ class Member extends Basic
* @throws \think\exception\DbException * @throws \think\exception\DbException
*/ */
public function inviteList() { public function inviteList() {
// $id = $this->params['id']; //$id = $this->params['id'];
// if (empty($id)) {
//if (empty($id)) {
$id = $this->userId; $id = $this->userId;
// } //$id = 5741;
//}
$data['status'] = 101; $data['status'] = 101;
$data['data'] = array(); $data['data'] = array();
$data['msg'] = ''; $data['msg'] = '';
if ($id) { if ($id) {
$pageNo = empty($params['pageNo']) ? 1 : $params['pageNo'];
$pageSize = empty($params['pageSize']) ? 15 : $params['pageSize'];
$result = $this->user->field('id,user_nick,user_phone,create_time') $result = $this->user->field('id,user_nick,user_phone,create_time')
->where('referrer_id',$id) ->where('referrer_id',$id)
->where('status',0) ->where('status',0)
->order('create_time desc') ->order('create_time desc')
->limit($pageSize)
->page($pageNo)
->select(); ->select();
$data_arr = []; $data_arr = [];
foreach ($result as $k=>$v) { foreach ($result as $k=>$v) {
...@@ -420,8 +426,14 @@ class Member extends Basic ...@@ -420,8 +426,14 @@ class Member extends Basic
$data_arr[$k]['user_phone'] = hide_customer_phone($arr['user_phone']); $data_arr[$k]['user_phone'] = hide_customer_phone($arr['user_phone']);
$data_arr[$k]['create_time'] = date('Y-m-d', strtotime($arr['create_time'])); $data_arr[$k]['create_time'] = date('Y-m-d', strtotime($arr['create_time']));
} }
$data['data'] = $data_arr; $data['data']['list'] = $data_arr;
$data['status'] = 200; $data['status'] = 200;
$data['data']['total'] = $this->user->field('id,user_nick,user_phone,create_time')
->where('referrer_id',$id)
->where('status',0)
->order('create_time desc')
->count();
} else { } else {
$data['msg'] = 'id is null'; $data['msg'] = 'id is null';
} }
......
...@@ -20,23 +20,40 @@ ...@@ -20,23 +20,40 @@
</div> </div>
<!--搜索部分,和tab切换部分--> <!--搜索部分,和tab切换部分-->
<div class="achieve-content-ac">
<div class="achieve-top">
<div class="search-area"> <!--顶部圈圈数据区域-->
<div><input type="date" v-model="startDate" /></div> <ul class="achieve-top-circle-area" v-for="(item,index) in tabsMain" :key="index" v-show="index == initTabNumMain">
<span></span> <li v-for="(item2,key2,index2) in item.cirData" :key="index2" class="pointer-click-item" :class="'achieve_l'+(index2+1)+' circle-li-'+key2" :data-href="item2.href">
<div><input type="date" v-model="endDate" /></div> <span>{{item2.title}}</span>
<button @click.prevent.stop="search('normal')">搜索</button> <span>{{item2.num}}</span>
<button @click.prevent.stop="search('today')">今天</button> </li>
</ul>
<!--时间搜索区域-->
<div class="achieve-top-time-area poa flex">
<div class="input-area-left flex">
<div class="flex">
<div class="flex-center"><input class="flex-center" type="date" v-model="startDate" /></div>
<div class="flex-center"></div>
<div class="flex-center"><input class="flex-center" type="date" v-model="endDate" /></div>
</div>
<div class="bsb" @click.prevent.stop="search('normal')"></div>
</div>
<div class="time-btn-area flex">
<button class="flex-center" @click.prevent.stop="search('today')">今天</button>
</div>
</div>
</div> </div>
<ul class="nav-area" v-for="(item,index) in tabsMain" :key="item.title" v-show="index == initTabNumMain"> <!--约带看,进场等-->
<ul class="nav-area" v-for="(item,index) in tabsMain" :key="index" v-show="index == initTabNumMain">
<li v-for="(item2,index2) in item.data" :key="item2.name" :class="{tab_selected:index2 == item.initTabNumSub}" @click="tabSub(index, index2)"> <li v-for="(item2,index2) in item.data" :key="item2.name" :class="{tab_selected:index2 == item.initTabNumSub}" @click="tabSub(index, index2)">
<span>{{item2.name}}</span> <span>{{item2.name}}</span>
<span>{{item2.num}}</span> <span>{{item2.num}}</span>
</li> </li>
</ul> </ul>
</div>
<!--组要区域部分--> <!--组要区域部分-->
<div v-for="(item,index) in tabsMain" :key="item.title" v-show="index == initTabNumMain"> <div v-for="(item,index) in tabsMain" :key="item.title" v-show="index == initTabNumMain">
...@@ -81,6 +98,28 @@ ...@@ -81,6 +98,28 @@
'token': '', 'token': '',
'initTabNumSub': 0, 'initTabNumSub': 0,
'isLoadMain': false, 'isLoadMain': false,
'cirData': {
'fangyuan': {
'title': '房源',
'href': 'achieve_sub_dz_main?state=0',
'num': 0
},
'keyuan': {
'title': '客源',
'href': 'achieve_sub_dz_main?state=0',
'num': 0
},
'yeji': {
'title': '业绩',
'href': 'achieve_sub_dz_main?state=0',
'num': 0
},
'shishou': {
'title': '实收',
'href': 'achieve_sub_dz_main?state=0',
'num': 0
},
},
'data': [{ 'data': [{
'name': '约带看', 'name': '约带看',
'num': 0, 'num': 0,
...@@ -106,6 +145,28 @@ ...@@ -106,6 +145,28 @@
'title': '案场', 'title': '案场',
'initTabNumSub': 0, 'initTabNumSub': 0,
'isLoadMain': false, 'isLoadMain': false,
'cirData': {
'fangyuan': {
'title': '房源',
'href': 'achieve_sub_dz_main?state=0',
'num': 0
},
'keyuan': {
'title': '客源',
'href': 'achieve_sub_dz_main?state=0',
'num': 0
},
'yeji': {
'title': '业绩',
'href': 'achieve_sub_dz_main?state=0',
'num': 0
},
'shishou': {
'title': '实收',
'href': 'achieve_sub_dz_main?state=0',
'num': 0
},
},
'data': [{ 'data': [{
'name': '约带看', 'name': '约带看',
'num': 0, 'num': 0,
...@@ -150,7 +211,7 @@ ...@@ -150,7 +211,7 @@
endAction() { endAction() {
} }
},{ }, {
'urlStr': '/broker/orderNoList', 'urlStr': '/broker/orderNoList',
startAction() { startAction() {
_this.isLoadFlag = true; _this.isLoadFlag = true;
...@@ -183,6 +244,7 @@ ...@@ -183,6 +244,7 @@
_this.tabsMain[index].data[0].isLoadSub = true; _this.tabsMain[index].data[0].isLoadSub = true;
_this.ajaxUl(); _this.ajaxUl();
} else { } else {
_this.isLoadFlag = false;
console.log(_this.tabsMain[index].data[0].isLoadSub); console.log(_this.tabsMain[index].data[0].isLoadSub);
}; };
}); });
...@@ -220,6 +282,28 @@ ...@@ -220,6 +282,28 @@
'title': '经纪人', 'title': '经纪人',
'initTabNumSub': 0, 'initTabNumSub': 0,
'isLoadMain': false, 'isLoadMain': false,
'cirData': {
'fangyuan': {
'title': '房源',
'href': 'achieve_sub_dz_main?state=0',
'num': 0
},
'keyuan': {
'title': '客源',
'href': 'achieve_sub_dz_main?state=0',
'num': 0
},
'yeji': {
'title': '业绩',
'href': 'achieve_sub_dz_main?state=0',
'num': 0
},
'shishou': {
'title': '实收',
'href': 'achieve_sub_dz_main?state=0',
'num': 0
},
},
'data': [{ 'data': [{
'name': '约带看', 'name': '约带看',
'num': 0, 'num': 0,
...@@ -245,6 +329,28 @@ ...@@ -245,6 +329,28 @@
'title': '案场', 'title': '案场',
'initTabNumSub': 0, 'initTabNumSub': 0,
'isLoadMain': false, 'isLoadMain': false,
'cirData': {
'fangyuan': {
'title': '房源',
'href': 'achieve_sub_dz_main?state=0',
'num': 0
},
'keyuan': {
'title': '客源',
'href': 'achieve_sub_dz_main?state=0',
'num': 0
},
'yeji': {
'title': '业绩',
'href': 'achieve_sub_dz_main?state=0',
'num': 0
},
'shishou': {
'title': '实收',
'href': 'achieve_sub_dz_main?state=0',
'num': 0
},
},
'data': [{ 'data': [{
'name': '约带看', 'name': '约带看',
'num': 0, 'num': 0,
...@@ -275,6 +381,28 @@ ...@@ -275,6 +381,28 @@
} else if(type == '2') { } else if(type == '2') {
//重置少部分数据 //重置少部分数据
_this.tabsMain[1].initTabNumSub = 0; _this.tabsMain[1].initTabNumSub = 0;
_this.tabsMain[1].cirData = {
'fangyuan': {
'title': '房源',
'href': 'achieve_sub_dz_main?state=0',
'num': 0
},
'keyuan': {
'title': '客源',
'href': 'achieve_sub_dz_main?state=0',
'num': 0
},
'yeji': {
'title': '业绩',
'href': 'achieve_sub_dz_main?state=0',
'num': 0
},
'shishou': {
'title': '实收',
'href': 'achieve_sub_dz_main?state=0',
'num': 0
},
};
_this.tabsMain[1].data = [{ _this.tabsMain[1].data = [{
'name': '约带看', 'name': '约带看',
'num': 0, 'num': 0,
...@@ -512,6 +640,7 @@ ...@@ -512,6 +640,7 @@
padding-left: 0.1rem; padding-left: 0.1rem;
} }
/******************************案场业绩时的导航栏下拉框***************************/ /******************************案场业绩时的导航栏下拉框***************************/
.mask-list-area { .mask-list-area {
position: fixed; position: fixed;
z-index: 101; z-index: 101;
...@@ -570,86 +699,158 @@ ...@@ -570,86 +699,158 @@
border-top: 1px solid #e6e6e6; border-top: 1px solid #e6e6e6;
} }
.achieve-content-ac { .sec-tab {
overflow: hidden;
background-color: white; background-color: white;
} }
/*顶部背景图,及圈圈部分样式*/
.sec-tab { .achieve-top {
background-color: white; width: 100%;
background: url(images/bg_yj-.png) no-repeat center center /7.5rem 4.9rem;
height: 4.9rem;
position: relative;
} }
.achieve-content-ac>.search-area { .achieve-top-circle-area {
line-height: .5rem; width: 100%;
height: .5rem;
color: #333;
font-size: .28rem;
padding: 0.4rem 0 0.4rem 0.15rem;
border-bottom: 1px solid #F2F2F2;
overflow: hidden;
} }
.achieve-content-ac>.search-area>div { .achieve-top-circle-area li {
float: left; width: 1.06rem;
width: 2.1rem; height: 1.06rem;
height: .5rem; background: url(images/yuan_di.png) no-repeat center center/1.06rem 1.06rem;
border-radius: .05rem; position: absolute;
border: 1px solid #333; }
margin-right: .16rem;
box-sizing: border-box; .achieve-top-circle-area li:focus {
font-size: 0.24rem; box-shadow: 0px 3px 12px #ff9419;
overflow: hidden; border-radius: 1.06rem;
padding-left: 0.2rem; }
.achieve-top-circle-area>.achieve_l1 {
left: 0.4rem;
top: 0.4rem;
} }
.achieve-content-ac>.search-area>img { .achieve-top-circle-area>.achieve_l2 {
width: .4rem; left: 2.3rem;
margin-right: .16rem; top: 0.4rem;
}
.achieve-top-circle-area>.achieve_l3 {
left: 4.15rem;
top: 0.4rem;
}
.achieve-top-circle-area>.achieve_l4 {
left: 6rem;
top: 0.4rem;
}
.achieve-top-circle-area>.achieve_l5 {
left: 0.4rem;
top: 1.7rem;
}
.achieve-top-circle-area>.achieve_l6 {
left: 2.3rem;
top: 1.7rem;
}
.achieve-top-circle-area>.achieve_l7 {
left: 4.15rem;
top: 1.7rem;
}
.achieve-top-circle-area>.achieve_l8 {
left: 6rem;
top: 1.7rem;
}
.achieve-top-circle-area li span {
color: #ff9419;
float: left; float: left;
padding-top: .05rem; width: 100%;
text-align: center;
font-weight: 400;
}
.achieve-top-circle-area li span:nth-of-type(1) {
font-size: .24rem;
margin-top: 0.2rem;
} }
.achieve-content-ac>.search-area>div>input { .achieve-top-circle-area li span:nth-of-type(2) {
font-size: .3rem;
margin-top: -0.05rem;
}
/*搜索日期部分样式重写*/
.achieve-top-time-area {
bottom: .3rem;
left: 0;
width: 100%;
height: .6rem;
justify-content: center;
color: white;
font-size: .26rem;
}
.input-area-left {
flex: 5.8rem 0 0;
border: 1px solid white;
border-radius: .06rem;
}
.input-area-left>div:nth-of-type(1) {
flex: 5.2rem 0 0;
}
.input-area-left>div:nth-of-type(1)>div:nth-of-type(1),
.input-area-left>div:nth-of-type(1)>div:nth-of-type(3) {
padding-left: .3rem;
}
.input-area-left>div:nth-of-type(1)>div>input {
width: 2rem; width: 2rem;
height: .47rem; color: white;
box-sizing: border-box; height: 100%;
font-size: 0.22rem; font-size: inherit;
float: left;
} }
.achieve-content-ac>.search-area>div>input::-webkit-clear-button { .input-area-left>div:nth-of-type(1)>div:nth-of-type(2) {
display: none; width: .5rem;
} }
.achieve-content-ac>.search-area>div>input::-webkit-inner-spin-button { .input-area-left>div:nth-of-type(2) {
display: none; flex: .6rem 0 0;
border-left: 1px solid white;
background: url(images/suods.png) no-repeat center center/.3rem .3rem;
} }
.achieve-content-ac>.search-area>span { .time-btn-area {
margin-right: .16rem; flex: 1.2rem 0 0;
float: left; flex-direction: row-reverse;
align-items: center;
} }
.achieve-content-ac>.search-area>button { .time-btn-area>button {
background-color: #ff9419;
width: 1rem; width: 1rem;
height: .5rem; height: .5rem;
background-color: #ff9419;
border-radius: .05rem; border-radius: .05rem;
color: white; color: inherit;
float: left;
} }
/*搜索日期部分样式重写*/
.achieve-content-ac>.search-area>button:nth-of-type(2) { .nav-area {
margin-left: .16rem;
}
.achieve-content-ac>.nav-area {
overflow: hidden; overflow: hidden;
padding: 0 .08rem; padding: 0 .08rem;
border-bottom: 1px solid #F2F2F2; border-bottom: 1px solid #F2F2F2;
background-color: white;
} }
.achieve-content-ac>.nav-area>li { .nav-area>li {
float: left; float: left;
font-size: .24rem; font-size: .24rem;
color: #333; color: #333;
...@@ -661,11 +862,11 @@ ...@@ -661,11 +862,11 @@
cursor: pointer; cursor: pointer;
} }
.achieve-content-ac>.nav-area>li.tab_selected { .nav-area>li.tab_selected {
color: #ff9419; color: #ff9419;
} }
.achieve-content-ac>.nav-area>li.tab_selected::after { .nav-area>li.tab_selected::after {
content: ''; content: '';
width: 0.74rem; width: 0.74rem;
height: 2px; height: 2px;
...@@ -676,17 +877,17 @@ ...@@ -676,17 +877,17 @@
background-color: #FF9419; background-color: #FF9419;
} }
.achieve-content-ac>.nav-area>li>span { .nav-area>li>span {
float: left; float: left;
width: 100%; width: 100%;
text-align: center; text-align: center;
} }
.achieve-content-ac>.nav-area>li>span:nth-of-type(1) { .nav-area>li>span:nth-of-type(1) {
padding-top: 0.26rem; padding-top: 0.26rem;
} }
.achieve-content-ac>.nav-area>li>span:nth-of-type(2) { .nav-area>li>span:nth-of-type(2) {
padding-top: 0.16rem; padding-top: 0.16rem;
} }
......
...@@ -31,30 +31,30 @@ ...@@ -31,30 +31,30 @@
<div class="main-content-area"> <div class="main-content-area">
<!--tab切换及title区域--> <!--tab切换及title区域-->
<section class="ul_header por"> <section class="ul_header por">
<p class="ul_title"> <p class="ul_title flex">
<span v-for="(item,index) in tabsMain" :key="item.title" :class="{active:index == initTabNumMain}" @click="tabMain(index)">{{item.title}}</span> <span v-for="(item,index) in tabsMain" :key="item.title" class="flex-center" :class="{active:index == initTabNumMain}" @click="tabMain(index)">{{item.title}}</span>
</p> </p>
<div class="div-tri"> <div class="div-tri">
<div class="box-tri-1"></div> <div class="box-tri-1"></div>
<div class="box-tri-2" :style="'left: '+countLeft+'rem;'"></div> <div class="box-tri-2" :style="'left: '+countLeft+'rem;'"></div>
</div> </div>
<p class="ul_title_add add_zz" v-for="(item,index) in tabsMain" :key="item.title" v-show="index == initTabNumMain"> <p class="ul_title_add flex" v-for="(item,index) in tabsMain" :key="item.title" v-show="index == initTabNumMain">
<span v-for="(item2,index2) in item.titleList">{{item2}}</span> <span v-for="(item2,index2) in item.titleList">{{item2}}</span>
</p> </p>
</section> </section>
<!--主列表区域--> <!--主列表区域-->
<ul class='achieve_zz_ul' v-for="(item,index) in tabsMain" :key="item.title" v-show="index == initTabNumMain" :id="'listall_'+index"> <ul class='achieve_zz_ul' v-for="(item,index) in tabsMain" :key="item.title" v-show="index == initTabNumMain" :id="'listall_'+index">
<li v-for="(item2,index2) in item.dataList" :data-id="item2.store_id"> <li class="flex" v-for="(item2,index2) in item.dataList" :data-id="item2.store_id">
<div class="db-line"> <div class="db-line">
<div class="ellipsis">{{item2.store_name}}</div> <div class="ellipsis">{{item2.store_name}}</div>
<div class="ellipsis">{{item2.name}}</div> <div class="ellipsis">{{item2.name}}</div>
</div> </div>
<div>{{item2.add_house_num}}</div> <div class="flex-center">{{item2.add_house_num}}</div>
<div>{{item2.add_user_num}}</div> <div class="flex-center">{{item2.add_user_num}}</div>
<div>{{item2.march_in_num}}</div> <div class="flex-center">{{item2.march_in_num}}</div>
<div>{{item2.performance}}</div> <div class="flex-center">{{item2.performance}}</div>
<div>{{item2.official_receipts}}</div> <div class="flex-center">{{item2.official_receipts}}</div>
</li> </li>
</ul> </ul>
</div> </div>
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
headerData: { headerData: {
'title': '门店业绩', 'title': '门店业绩',
'noborder': true, 'noborder': true,
'isBack': false 'isBack': true
}, },
token: '', token: '',
startDate: '', startDate: '',
...@@ -307,7 +307,23 @@ ...@@ -307,7 +307,23 @@
if(_data.data) { if(_data.data) {
_this.tabsMain[_this.initTabNumMain].dataList = _data.data; _this.tabsMain[_this.initTabNumMain].dataList = _data.data;
}; };
fn && fn(); // _this.tabsMain[_this.initTabNumMain].dataList = [{
// 'store_name': 'eterte',
// 'name': 'bb',
// 'add_house_num': 155,
// 'add_user_num': 156,
// 'march_in_num': 157,
// 'performance': 158,
// 'official_receipts': 159,
// },{
// 'store_name': 'eterte',
// 'name': 'bb',
// 'add_house_num': 155,
// 'add_user_num': 156,
// 'march_in_num': 157,
// 'performance': 158,
// 'official_receipts': 159,
// }];
} else { } else {
layer.tipsX(response.data.msg); layer.tipsX(response.data.msg);
} }
...@@ -332,6 +348,7 @@ ...@@ -332,6 +348,7 @@
</script> </script>
<style scoped> <style scoped>
/*顶部背景图,及圈圈部分样式*/
.achieve-top { .achieve-top {
width: 100%; width: 100%;
background: url(images/bg_yj-.png) no-repeat center center /7.5rem 4.9rem; background: url(images/bg_yj-.png) no-repeat center center /7.5rem 4.9rem;
...@@ -411,6 +428,8 @@ ...@@ -411,6 +428,8 @@
margin-top: -0.05rem; margin-top: -0.05rem;
} }
/*搜索日期部分样式重写*/ /*搜索日期部分样式重写*/
.achieve-top-time-area{ .achieve-top-time-area{
bottom: .3rem; bottom: .3rem;
...@@ -419,7 +438,7 @@ ...@@ -419,7 +438,7 @@
height: .6rem; height: .6rem;
justify-content: center; justify-content: center;
color: white; color: white;
font-size: .24rem; font-size: .26rem;
} }
.input-area-left{ .input-area-left{
flex: 5.8rem 0 0; flex: 5.8rem 0 0;
...@@ -461,8 +480,9 @@ ...@@ -461,8 +480,9 @@
} }
/*搜索日期部分样式重写*/ /*搜索日期部分样式重写*/
/*列表*/
/*tab切换部分样式*/
.main-content-area { .main-content-area {
width: 100%; width: 100%;
box-sizing: border-box; box-sizing: border-box;
...@@ -470,33 +490,30 @@ ...@@ -470,33 +490,30 @@
padding: 0 0.3rem; padding: 0 0.3rem;
} }
/*js里的样式分离*/ .ul_header>p:nth-last-of-type(1) {
/*2017-05-09 xishifeng*/
/********************************中间两行的 标题**********************************/
.ul_header>p {
border-bottom: 1px solid #F2F2F2; border-bottom: 1px solid #F2F2F2;
overflow: hidden;
} }
.ul_header>p>span{ .ul_title {
float: left; height: 0.8rem;
}
.ul_header>p.ul_title {
height: 0.9rem;
font-size: 0.32rem; font-size: 0.32rem;
margin-top: -0.05rem;
font-weight: bold; font-weight: bold;
color: #333; color: #333;
justify-content: center;
} }
.ul_title>span { .ul_title>span {
flex: 45% 0 0;
font-size: 0.32rem; font-size: 0.32rem;
margin-top: 0.25rem;
} }
.ul_header>p.ul_title_add { .ul_title>span.active {
color: #ff9419;
}
/*三角划线部分样式*/
p.ul_title_add {
height: 0.7rem; height: 0.7rem;
box-sizing: border-box; box-sizing: border-box;
} }
...@@ -506,38 +523,12 @@ ...@@ -506,38 +523,12 @@
color: #666; color: #666;
line-height: .7rem; line-height: .7rem;
text-align: center; text-align: center;
} width: 1.18rem;
/*组长看到的样式*/
p.ul_title {
height: 0.8remt;
border-bottom: none;
position: relative;
}
p.ul_title>span {
margin-top: 0.25rem;
color: #333;
}
p.ul_title>span.active {
color: #ff9419;
}
p.ul_title>span:nth-of-type(1) {
box-sizing: border-box;
/*width: 3.3rem;*/
padding-left: 0.8rem;
margin-left: 0;
float: left;
} }
p.ul_title>span:nth-of-type(2) { p.ul_title_add>span:nth-of-type(1) {
padding-right: 0.8rem; width: 0.9rem;
margin-left: 0; text-align: left;
/*width: 3.3rem;*/
box-sizing: border-box;
float: right;
} }
.div-tri { .div-tri {
...@@ -561,78 +552,21 @@ ...@@ -561,78 +552,21 @@
left: 1.85rem; left: 1.85rem;
background-color: white; background-color: white;
} }
/*三角划线部分样式*/
p.add_zz>span {
width: 1.18rem;
}
p.add_zz>span:nth-of-type(1) {
width: 0.9rem;
text-align: left;
}
/*主要列表区域样式*/
/********************************************li项*************************************************/ .achieve_zz_ul>li{
.main-content-area ul li {
border-bottom: 1px solid #f2f2f2; border-bottom: 1px solid #f2f2f2;
/*height: 1.2rem;*/
cursor: pointer;
position: relative;
overflow: hidden;
} }
.achieve_zz_ul>li>div{
.main-content-area ul li::after {
content: "";
/*background: url(../images/inat.png) no-repeat right center;*/
background-size: 0.14rem 0.26rem;
position: absolute;
right: 0;
top: 0;
width: 0.4rem;
height: 1.2rem;
}
.main-content-area ul li>div {
float: left;
color: #333;
font-size: 0.3rem;
/*height: 1.2rem;*/
box-sizing: border-box;
text-align: center;
overflow: hidden;
word-break: break-all; word-break: break-all;
padding-top: .2rem .05rem; width: 1.18rem;
} color: #333;
/*组长看到的样式*/ font-size: .24rem;
.achieve_zz_ul>li>div {
/*line-height: 1.2rem;*/
/*width: 1.18rem;*/
width: 17%;
}
.achieve_zz_ul>li>div:nth-of-type(1) {
text-align: left;
white-space: nowrap;
text-overflow: ellipsis;
}
.achieve_zz_ul>li>div:nth-of-type(2) {
width: 0.9rem;
padding-right: 0.3rem;
}
/******************************案场业绩时的导航栏下拉框***************************/
/*补充*/
.db-line {
padding-top: .2rem;
} }
.achieve_zz_ul>li>div:nth-of-type(1){
.db-line>div { width: .9rem;
line-height: .4rem; padding: .15rem 0;
font-size: .2rem;
} }
</style>--> </style>
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment