Commit 8d14cb4a authored by agping's avatar agping

后台优化

parent 1f6f6c2f
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
} }
#container_body_img_area>div{ #container_body_img_area>div{
float: left; float: left;
width: 210px; width: 216px;
} }
.user-ul2 { .user-ul2 {
width: 100%; width: 100%;
...@@ -170,9 +170,9 @@ ...@@ -170,9 +170,9 @@
display: none !important; display: none !important;
} }
.result>img,.result2>img{ .result>img,.result2>img{
width: 150px; width: 120px;
height: 150px; height: 120px;
margin-top: 6px; margin-top: 8px;
} }
#container_body{ #container_body{
position: relative; position: relative;
......
...@@ -1342,8 +1342,6 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind ...@@ -1342,8 +1342,6 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
if($('#user_city_edit').val() == 310100){ if($('#user_city_edit').val() == 310100){
params.city = '上海市' ; params.city = '上海市' ;
params.province = '上海市' ; params.province = '上海市' ;
} }
if($('#user_city_edit').val() == 330100){ if($('#user_city_edit').val() == 330100){
params.city = '杭州市' ; params.city = '杭州市' ;
......
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