Commit 2801674f authored by agping's avatar agping

跟进列表 样式修改

parent 5cc2ecc5
......@@ -389,6 +389,7 @@ a:hover{
html{
font-size: 55.2px;
}
p{margin: 0;}
#call_modal{
position: fixed;
background-color: rgba(0,0,0,.7);
......@@ -401,9 +402,8 @@ html{
}
.call-modal-main{
width: 6.6rem;
/*height: 6.54rem;*/
padding: .4rem .3rem;
margin-top: 2.8rem;
margin-top: .1rem;
margin-left: calc(50vw - 182px);
background-color: white;
font-size: .3rem;
......@@ -533,12 +533,12 @@ html{
padding: .1rem;
}
.call-hide-area>p:nth-of-type(1){
font-size: .36rem;
font-size: .34rem;
}
.call-hide-area>p:nth-of-type(3){
text-align: center;
font-size: .36rem;
line-height: .8rem;
color: red;
}
#genjin_modal{
......@@ -553,10 +553,8 @@ html{
}
.genjin-modal-main{
width: 7.8rem;
/*height: 5.8rem;*/
padding: .4rem .3rem;
/*margin-top: 4.6rem;*/
margin-top: 1.5rem;
padding: .1rem .16rem;
margin-top: .1rem;
margin-left: calc(50vw - 182px);
background-color: white;
font-size: .3rem;
......@@ -564,7 +562,7 @@ html{
}
.genjin-content-area{
overflow: hidden;
padding-bottom: .15rem;
padding-bottom: .05rem;
}
.genjin-content-area>textarea{
width: 100%;
......@@ -572,15 +570,15 @@ html{
color: #999;
border: 1px dashed #e6e6e6;
box-sizing: border-box;
min-height: 2rem;
min-height: 1.6rem;
height: auto;
overflow-y: auto;
padding: 0.3rem;
padding: 0.16rem;
float: left;
}
.genjin-mark-area{
overflow: hidden;
padding-bottom: .15rem;
/*padding-bottom: .15rem;*/
/*display: none;*/
}
.genjin-mark-area-title{
......@@ -591,20 +589,18 @@ html{
}
.genjin-mark-area-alink>a{
float: left;
height: .6rem;
border-radius: .08rem;
box-sizing: border-box;
border: 1px solid #ccc;
padding: 0 .2rem;
line-height: .6rem;
font-size: .24rem;
margin: .15rem;
color: #999;
cursor: pointer;
height: .5rem;
border-radius: .08rem;
box-sizing: border-box;
border: 1px solid #ccc;
padding: 0 .1rem;
line-height: .5rem;
font-size: .24rem;
margin: .1rem;
color: #999;
cursor: pointer;
}
/*.genjin-mark-area-alink>a+a{
margin-left: .3rem;
}*/
.genjin-mark-area-alink>a.genjin-mark-active{
background-color: #FF9419;
color: white;
......@@ -615,12 +611,13 @@ html{
.genjin-submit-area>a{
border-radius: 0.15rem;
color: white;
font-size: 0.36rem;
height: 0.9rem;
line-height: 0.9rem;
font-size: 0.3rem;
height: 0.6rem;
line-height: 0.6rem;
text-align: center;
width: 6rem;
width: 4rem;
display: block;
margin-left: 1.6rem;
}
.genjin-submit-area>#btn_save{
background-color: #ff9419;
......
......@@ -831,7 +831,7 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'css!style/home.css'
success: function(data) {
if(typeof data === 'object') {
if (data.code == 200) {
_backPhone = data['data']['data']['phone'];
_backPhone = data['data']['phone'];
_temp_follow_id = data['data']['follow_id'];//临时的跟进id
console.log(_backPhone);
$('.call-hide-area>p:nth-of-type(1)>span').html(_selectPhone);
......
......@@ -843,7 +843,7 @@ define(['doT', 'text!temp/my_collection_user_template_tpl.html', 'css!style/home
success: function(data) {
if(typeof data === 'object') {
if (data.code == 200) {
_backPhone = data['data']['data']['phone'];
_backPhone = data['data']['phone'];
_temp_follow_id = data['data']['follow_id'];//临时的跟进id
console.log(_backPhone);
$('.call-hide-area>p:nth-of-type(1)>span').html(_selectPhone);
......
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