调整编辑资料样式
This commit is contained in:
parent
aa28b5ba6a
commit
757da1ec0a
|
@ -1,9 +1,4 @@
|
||||||
<style>
|
<div class="fl">
|
||||||
div.content{padding-top:10px;}
|
|
||||||
.pcontent>.school_list,.content>.school_list { padding-left: 5px;}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<div id="RSide" class="fl">
|
|
||||||
<div id="users_setting">
|
<div id="users_setting">
|
||||||
<div id="users_tb_" class="users_tb_">
|
<div id="users_tb_" class="users_tb_">
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
$(function(){
|
$(function(){
|
||||||
//右侧最小高度 = 左侧高度 - 15px 保证两边高度基本一样,页面美观
|
//右侧最小高度 = 左侧高度 - 15px 保证两边高度基本一样,页面美观
|
||||||
$("#RSide").css("min-height",$("#LSide").height()-15);
|
$("#RSide").css("min-height",$("#LSide").height()-15);
|
||||||
|
$("#users_setting").css("min-height",$("#LSide").height()-35);
|
||||||
|
|
||||||
//头像相关
|
//头像相关
|
||||||
$("#homepage_portrait_image").live("mouseover",function(){
|
$("#homepage_portrait_image").live("mouseover",function(){
|
||||||
|
|
|
@ -70,7 +70,7 @@ a.select_btn_select{ background:#64bddb; color:#fff;}
|
||||||
.wlist a:hover{border:1px solid #64bdd9; background-color:#64bdd9; color:#fff; text-decoration:none;}
|
.wlist a:hover{border:1px solid #64bdd9; background-color:#64bdd9; color:#fff; text-decoration:none;}
|
||||||
.wlist_select a { background-color:#48aac9; color:#fff;}
|
.wlist_select a { background-color:#48aac9; color:#fff;}
|
||||||
/* 设置 */
|
/* 设置 */
|
||||||
#users_setting{clear:both;width:730px;/*滑动门的宽度*/}
|
#users_setting{clear:both;width:730px;background: #fff;padding: 10px;/*滑动门的宽度*/}
|
||||||
/* TAB 切换效果 */
|
/* TAB 切换效果 */
|
||||||
.users_tb_{ border-bottom:3px solid #CCC; height:26px; }
|
.users_tb_{ border-bottom:3px solid #CCC; height:26px; }
|
||||||
.users_tb_ ul{height:26px; }
|
.users_tb_ ul{height:26px; }
|
||||||
|
@ -145,3 +145,6 @@ span.ke-icon-emoticons{background-position:0px -671px;width:50px;height:26px;}
|
||||||
span.ke-icon-emoticons:hover{background-position:-79px -671px;width:50px;height:26px;}
|
span.ke-icon-emoticons:hover{background-position:-79px -671px;width:50px;height:26px;}
|
||||||
div.ke-toolbar .ke-outline{border:none;}
|
div.ke-toolbar .ke-outline{border:none;}
|
||||||
.cr{clear: right;}
|
.cr{clear: right;}
|
||||||
|
|
||||||
|
div.content{padding-top:10px;}
|
||||||
|
.pcontent>.school_list,.content>.school_list { padding-left: 5px;}
|
Loading…
Reference in New Issue