⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 default.css

📁 Enterprise Template for BizIdea 2.0, with full pictures and aspx files.
💻 CSS
📖 第 1 页 / 共 3 页
字号:
/* ==全局样式定义== */
body
{ 
    font: normal normal normal 12px/150% Arial, "宋体" ,Helvetica,sans-serif;
    color: #444;
    margin: 0px;
    padding: 0px;
    background: #f8f8f8;
    text-decoration: none;
}
a
{
    font: normal normal normal 12px/120% Arial, "宋体" ,Helvetica,sans-serif;
    text-decoration: none;
    color: #444;
}
a:hover
{
    color: #d71518;
    text-decoration: none;
}
input[type=text], input[type=Keyword]
{
    height: 15px;
    margin: 1px;
}
* + html input[type=text]
{
    margin: 0px;
}
h1
{
    margin: 0px;
    padding: 0px;
    background: none;
    font: normal normal bold 24px/150% Arial, "宋体" ,Helvetica,sans-serif;
    text-align: center;
}
dl, dt, dd, ul, li 
{
    padding: 0px;
    margin: 0px;
}
li
{
    line-height: 22px;
}
/* --定义文字换行(FF不支持)-- */
*, #*, .*
{
    word-wrap: break-word;
    word-break: break-all;
}


/* ==整体布局定义开始== */
/* --head(网页头部)、menu(网页头部导航菜单)、main_bg(网页中部主要内容)、foot(网页底部)-- */
#menu,#head,#foot, #main_bg, #main_bg_index, .c_padding, .main_standalone
{
    padding: 0px;
    margin: 0px auto;
    width: 982px;
}
#main_bg
{
    width: 982px;
}
#main_bg_index
{
    width: 982px;

}
/* --top_all(顶部)、center_all(中部)、bottom_all(底部)-- */
#top_all, #center_all, #bottom_all
{
    padding-bottom: 7px;
}
#top_all
{
    background: url(images/head_bg.gif) repeat-x top;
}

/* ==top_all(顶部)定义开始== */
/* --网页头部-- */
#head
{
    margin-bottom: 1px;
    position: relative;
}
#head a
{
    color: #555;
    text-decoration: none;
}
#head a:hover
{
    color: #d71518
}
#logo
{
    height: 74px;
    float: left;
    width: 300px;
}
#top_link
{
    color: #555;
    float: right;
    width: 320px;
    margin: 4px 10px 0px 0px;
    line-height: 22px;
    text-align: right;
}
#top_link ul, #top_link li
{
    padding: 0px;
    margin: 0px;
    display: block;
    list-style: none;
}
#top_link li
{
    height: 22px;
}
/* --网页头部导航菜单-- */
#menu
{
    clear: both;
    line-height: 36px;
    border: 0px solid #e2e2e2;
    width: 982px;
}
/* 网站节点导航 */
#menubox
{
    margin-left: 0px;
    padding: 0px;
    color: #c4d9f1;
}
#menubox a
{
    font: normal normal normal 14px/100% Arial, "宋体" ,Helvetica,sans-serif;
    text-decoration: none;
    color: #ffffff;
    padding: 5px 10px 50px 25px;
    line-height: 29px;
    background: url(images/menubox.gif) no-repeat 5px 7px;
}
#menubox a:hover
{
    color: #f00;
    text-decoration: underline;
    background: url(images/menubox_hover.gif) no-repeat 5px 7px;
}

/* ==top_all(顶部)定义结束== */

/* ==center_all(中部)定义开始== */
/* --主要定义-- */
#main_bg
{
    background: url(images/left-bg.gif) #fff repeat-y left;
    clear: both;
}
#main_bg_index
{
    background: url(images/left-bg_index.gif1) #f8f8f8 repeat-y left;
    clear: both;
}
#main_left /* 网页中部左侧整体定义 */
{
    float: left;
    width: 208px;
    display:inline;
}
#main_right /* 网页中部右侧整体定义1 */
{
    float: right;
    width: 100%;
    margin-left: -210px;
    text-align: left;
    display:inline;
}
#main_right_box /* 网页中部右侧整体定义2 */
{
    margin-left: 215px;
}
#main_right_box_index /* 网页中部右侧整体定义3 */
{
    margin-left: 0px;
}
#r_main /* 中部右侧定义 */
{
    float: right;
    width: 200px;
    text-align: left;
}
#main_box /* 中部整体定义 */
{
    margin: 0px;
}
.c_main /* 中部中间定义 */
{
    margin-right: 205px;
}
.c_main_box /* 中部中间定义 */
{
    border: 1px solid #e2e2e2;
}

/* 本站新闻.r_news */
#r_main_t
{
    margin-right: 302px;
    margin-top: -1px;
    border-top: 1px solid #fff;
    border-left: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    text-align: left;
}
.r_news
{
    background: url(images/r_news_bg.gif) #fff repeat-x top;
}
/* 本站新闻.r_news_index */
#r_main_t_index
{
    margin-right: 201px;
    margin-top: -1px;
    border-top: 1px solid #f8f8f8;
    border-left: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    text-align: left;
}
/* 书签式面板首页tabtitleindex */
.tabtitleindex, .titlemouseoverindex
{
    float: left;
    width: 194px;
    font: normal normal bold 13px/21px Arial, "宋体" ,Helvetica,sans-serif;
    text-align: center;
    overflow: hidden;
    display:inline;
}
.tabtitleindex dl, .titlemouseoverindex dl
{
    margin: 0px;
    padding: 0px;
    border: 1px solid #fff;
}
.tabtitleindex
{
    color: #fff;
    background: url(images/tabtitle.gif) #000 repeat-x top;
    border-top: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.titlemouseoverindex
{
    cursor: pointer;
    color: #fff;
    border-left: none;
    border-top: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #cc0000;
    background: url(images/tabtitlee.gif) #f8f8f8;
}
* + html .titlemouseoverindex
{
    padding-bottom: 0px;
}
* html #TTab0, * html #TTab1, * html #TTab2, * html #TTab3
{
    margin-right: -3px;
}
#TTab0, #TTab2, #TTab3
{
    margin-top: -3px;
    padding: 1px;
    border-right: 1px solid #e2e2e2;
    border-top: none;
    height: auto !important;
    height: 165px;
    min-height: 165px;
}
#TTab1
{
    margin-top: -3px;
    padding: 1px;
    border-right: 1px solid #e2e2e2;
    border-top: none;
    height: auto !important;
    height: 165px;
    min-height: 165px;
}


/* 书签式面板普通tabtitle */
.tabtitle, .titlemouseover
{
    float: left;
    width: 231px;
    font: normal normal bold 13px/21px Arial, "宋体" ,Helvetica,sans-serif;
    text-align: center;
    overflow: hidden;
    display:inline;
}
.tabtitle dl, .titlemouseover dl
{
    margin: 0px;
    padding: 0px;
    border: 2px solid #fff;
}
.tabtitle
{
    color: #555;
    background: url(images/tabtitle.gif1) #e5e5e5 repeat-x top;
    border-top: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.titlemouseover
{
    cursor: pointer;
    color: #c00;
    border-left: none;
    border-top: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    background: #f2f2f2;
}
* + html .titlemouseover
{
    padding-bottom: 1px;
}
* html #Tab0, * html #Tab1, * html #Tab2, * html #Tab3
{
    margin-right: -3px;
}
#Tab0, #Tab1, #Tab2, #Tab3
{
    margin-top: -3px;
    padding: 5px;
    border-right: 1px solid #e2e2e2;
    border-top: none;
    height: auto !important;
    height: 147px;
    min-height: 147px;
}

/* 幻灯片 */
#main_box_t
{
    float: right;
    height: 243px;
    width: 298px;
    padding: 0px;
    background: #eee;
    display:inline;
}
.c_slide, .c_slide a
{
    text-align: center;
}

#bimg
{
    filter: progid:DXImageTransform.Microsoft.Fade(duration=0.5,overlap=1.0);
    width: 298px;
    height: 224px;
}
#simg TD
{
    background: url({PE.SiteConfig.ApplicationPath/}Images/si_b1.gif) no-repeat center 50%;
    cursor: pointer;
    text-align: center;
}
#simg TD.s {
    background: url({PE.SiteConfig.ApplicationPath/}Images/si_b2.gif) no-repeat center 50%;
    color: #fff;
}
#info
{
	
}

/* 首页幻灯片 */
#main_box_tt
{
    float: right;
    height: 192px;
    width: 196px;
    padding: 0px;
    background: #eee;
    display:inline;
}

/* 站内搜索 */
.main_search
{
    clear: left;
    padding: 5px 5px 5px 70px;
    margin-top: 5px;
    height: auto !important;
    height: 36px;
    min-height: 36px;
    background: #f9f9f9;
    border: 1px solid #e2e2e2;
    background: url(images/search.gif) #f9f9f9 no-repeat 5px center;
}
.mainsearch
{
    clear: left;
    padding: 0px 0px 0px -10px;
    margin-top: -2px;
    height: auto !important;
}
.main_search form
{
    margin: 0px;
}
.mainsearch form
{
    margin: 0px;
}
.main_search input
{
    height: 15px;
    margin: 1px;
    vertical-align: middle;
}
.mainsearch input
{
    height: 15px;
    margin: 1px;
    vertical-align: middle;
}
.main_search a
{
    color: blue;
    text-decoration: underline;
}
.main_search select
{
    height: 21px;
    margin: 1px;
    vertical-align: middle;
}

.c_content .main_search
{
    padding: 5px 5px 5px 100px;
    border: 0px;
    background: url(images/search.gif) #f9f9f9 no-repeat 20px 20px;
}

/* 高级搜索 */
.c_content .main_search_sub
{
    margin: 10px auto 0px auto;
    text-align: center;
}

/* --网页中部左侧内容-- */
/* user_box(用户登录)、left_box(左侧内容) */
#main_left, .left_box, .left_box dl, .left_box dt, .left_box dd, .user_box, .user_box dl, .user_box dt, .user_box dd
{
    padding: 0px;
    margin: 0px;
}
.user_box a
{
    text-align: center;
    font: normal normal bold 13px/120% Arial, "宋体" ,Helvetica,sans-serif;
    text-decoration: none;
    color: #555;
}
.user_box a:hover
{
    color: #d71518;
    text-decoration: underline;
}
.user_box, .left_box
{
    border: 1px solid #e2e2e2;
}
.left_box
{
    margin-top: 5px;
}
.user_box dt
{
    text-align: center;
    font: normal normal bold 13px/120% Arial, "宋体" ,Helvetica,sans-serif;
    color: #555;
    line-height: 34px;
    border-bottom: 0px solid #e2e2e2;
}
.left_box dt
{
    text-align: center;
    font: normal normal bold 13px/120% Arial, "宋体" ,Helvetica,sans-serif;
    color: #555;
    line-height: 34px;
    border-bottom: 0px solid #e2e2e2;
}
.left_box
{
    margin-top: 5px;
}
.user_box dt
{
    background: url(images/user_tit.gif) no-repeat left top;
}
.left_box dt
{
    background: url(images/left_tit.gif) no-repeat left top;
}
.user_box dd, .left_box dd
{
    background: #fff;
    padding: 5px;
    line-height: 150%;
    height: auto !important;
    height: 100px;
    min-height: 100px;
}
.Login_ajax
{
    text-align:left;
}
/* --产品首页左侧内容-- */
#main_left, .left_box_shop, .left_box_shop dl, .left_box_shop dt, .left_box_shop dd
{
    padding: 0px;
    margin: 0px;
}
.left_box_shop
{
    border: 1px solid #e2e2e2;
    margin-top: 5px;
}
.left_box_shop dt
{
    text-align: center;
    font: normal normal bold 13px/120% Arial, "宋体" ,Helvetica,sans-serif;
    color: #555;
    line-height: 34px;
    border-bottom: 1px solid #e2e2e2;
}
.left_box_shop a
{
    text-align: center;
    font: normal normal bold 13px/120% Arial, "宋体" ,Helvetica,sans-serif;
    text-decoration: none;
    color: #555;
}
.left_box_shop dt
{
    background: url(images/left_tit.gif) no-repeat left top;
}
.left_box_shop dd
{
    background: #f2f2f2;
    padding: 5px;
    line-height: 150%;
    height: auto !important;
    height: 100px;
    min-height: 100px;
}
.left_box_shop ul
{

    width: 190px;
    word-wrap:break-word; 
    overflow:hidden;
}
.left_box_shop li
{

    line-height: 150%;
}
/* --网页中部右侧内容-- */
/* 右侧导航 */
.r_navigation
{
    margin-bottom: 5px;
    line-height: 25px;
    border: 1px solid #e2e2e2;
    background: url(images/Channel_bg.gif) #fff repeat-x top;
    text-align: left;
    clear: both;
    color: #555;
}
.r_navigation a, #r_navigation:link
{
    font: normal normal normal 12px/25px Arial, "宋体" ,Helvetica,sans-serif;
    text-decoration: none;
    color: #555;
}
.r_navigation a:hover
{
    color: #c00;
    text-decoration: underline;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -