Commit 2801674f authored by agping's avatar agping

跟进列表 样式修改

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