中银基金官方网站
导航栏样式
.nav_spelspan
:导航栏背景图片和样式。position: absolute; height: 14px; line-height: 14px; padding-bottom: 6px; text-align: center; width: 66px; color: #fff; background: url(/images/tab_bg01.png) no-repeat center 0; bottom: 38px; font-size: 13px; font-weight: bold; left: 131px;
:设置了导航栏的绝对位置、高度、行高、内边距等属性,以及背景图片、颜色、字体大小和粗细等样式。
登录状态提示
var $fundSitePath = "/FundSite";
:定义了一个变量$fundSitePath
,值为"/FundSite"
,表示基金网站的路径。var $sessionToken = "86647541293132";
:定义了一个变量$sessionToken
,值为"86647541293132"
,表示当前用户的会话令牌或ID。
搜索框样式
.search-li{ background: #ffffff; padding: 10px; border-bottom: 1px solid #e7e7e7;}
:设置了搜索框的背景色、内边距和下边框样式。
Logo位置
.headTop2Right1{ height:59px; float:right; position:relative;
:设置了Logo的样式,高度为59像素,浮动在右侧,且相对于其父元素定位。