Commit 8fbc8349 authored by xishifeng's avatar xishifeng

详情修改

parent ada15255
...@@ -107,6 +107,10 @@ header .icon-link{ ...@@ -107,6 +107,10 @@ header .icon-link{
padding: .02rem .1rem; padding: .02rem .1rem;
border-radius: .05rem; border-radius: .05rem;
} }
#add_city_type_area>span.site-span{
color: #62B3FF;
background-color: #EFF7FF;
}
#add_city_type_area>span+span{ #add_city_type_area>span+span{
margin-left: 1em; margin-left: 1em;
} }
......
...@@ -206,7 +206,7 @@ function loadMain(){ ...@@ -206,7 +206,7 @@ function loadMain(){
} }
}; };
$('#add_city_type_area').html('<span class="flex-center">{0}</span><span class="flex-center">{1}</span>'.stringFormatObj({ $('#add_city_type_area').html('<span class="flex-center site-span">{0}</span><span class="flex-center">{1}</span>'.stringFormatObj({
'0': dealSiteName(data['data']['user_info']['site_name']), '0': dealSiteName(data['data']['user_info']['site_name']),
'1': landlordType(data['data']['user_info']['user_label']) '1': landlordType(data['data']['user_info']['user_label'])
})); }));
......
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