344 lines
8.9 KiB
CSS
344 lines
8.9 KiB
CSS
@charset "gb2312";
|
|
/*norm*/
|
|
.inline_button {
|
|
display: inline-block;
|
|
height: 21px;
|
|
line-height: 21px;
|
|
white-space: nowrap;
|
|
margin: 2px 5px 0px 5px;
|
|
}
|
|
a.inline_button, a:link.inline_button, a:visited.inline_button {
|
|
text-decoration: none;
|
|
outline: none;
|
|
color: #6c3d3d;
|
|
font-family:"ËÎÌå";
|
|
font-size:13px;
|
|
}
|
|
a:hover.inline_button {
|
|
color: #000;
|
|
text-decoration: none;
|
|
}
|
|
a.inline_button.unable {
|
|
color:#6c3d3d
|
|
}
|
|
.inline_button * {font-family:"΢ÈíÑźÚ";
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
}
|
|
.btn_text{ }
|
|
|
|
a.inline_button .left,
|
|
a:active.inline_button .left,
|
|
a:link.inline_button .left,
|
|
a:visited.inline_button .left {
|
|
width: 7px;
|
|
background: url(../images/button/button_bg.png) no-repeat 0 0;
|
|
}
|
|
.inline_button .center,
|
|
a:active.inline_button .center,
|
|
a:link.inline_button .center,
|
|
a:visited.inline_button .center {
|
|
width: auto;
|
|
background: url(../images/button/button_bg.png) no-repeat -14px 0;
|
|
}
|
|
.inline_button .right,
|
|
a:active.inline_button .right,
|
|
a:link.inline_button .right,
|
|
a:visited.inline_button .right {
|
|
width: 7px;
|
|
background: url(../images/button/button_bg.png) no-repeat -7px 0;
|
|
}
|
|
a:hover.inline_button .left {
|
|
background: url(../images/button/button_bg.png) no-repeat 0 -21px;
|
|
}
|
|
a:hover.inline_button .center {
|
|
background: url(../images/button/button_bg.png) no-repeat -14px -21px;
|
|
}
|
|
a:hover.inline_button .right {
|
|
background: url(../images/button/button_bg.png) no-repeat -7px -21px;
|
|
}
|
|
a.inline_button.unable .left,
|
|
a:link.inline_button.unable .left,
|
|
a:active.inline_button.unable .left,
|
|
a:hover.inline_button.unable .left,
|
|
a:visited.inline_button.unable .left {
|
|
background: url(../images/button/button_bg.png) no-repeat 0 -42px;
|
|
}
|
|
a.inline_button.unable .center,
|
|
a:link.inline_button.unable .center,
|
|
a:active.inline_button.unable .center,
|
|
a:hover.inline_button.unable .center,
|
|
a:visited.inline_button.unable .center {
|
|
background: url(../images/button/button_bg.png) no-repeat -14px -42px;
|
|
}
|
|
a.inline_button.unable .right,
|
|
a:link.inline_button.unable .right,
|
|
a:active.inline_button.unable .right,
|
|
a:hover.inline_button.unable .right,
|
|
a:visited.inline_button.unable .right {
|
|
background: url(../images/button/button_bg.png) no-repeat -7px -42px;
|
|
}
|
|
/*button icon BEGIN*/
|
|
.btn_icon {
|
|
display: none;
|
|
}
|
|
.btn_icon_help,
|
|
.btn_icon_close,
|
|
.btn_icon_refresh,
|
|
.btn_icon_add,
|
|
.btn_icon_delete,
|
|
.btn_icon_save,
|
|
.btn_icon_home,
|
|
.btn_icon_workflow,
|
|
.btn_icon_modifypwd,
|
|
.btn_icon_othersys,
|
|
.btn_icon_exit,
|
|
.btn_icon_information,
|
|
.btn_icon_detail,
|
|
.btn_icon_set,
|
|
.btn_icon_unset,
|
|
.btn_icon_return,
|
|
.btn_icon_valid,
|
|
.btn_icon_invalid,
|
|
.btn_icon_transfer,
|
|
.btn_icon_export,
|
|
.btn_icon_import,
|
|
.btn_icon_opinion,
|
|
.btn_icon_submit,
|
|
.btn_icon_up,
|
|
.btn_icon_down,
|
|
.btn_icon_left,
|
|
.btn_icon_right,
|
|
.btn_icon_edit,
|
|
.btn_icon_check,
|
|
.btn_icon_copy,
|
|
.btn_icon_finish,
|
|
.btn_icon_print,
|
|
.btn_icon_search,
|
|
.btn_icon_pause,
|
|
.btn_icon_start,
|
|
.btn_icon_big,
|
|
.btn_icon_small,
|
|
.btn_icon_execute,
|
|
.btn_icon_back,
|
|
.btn_icon_saveNew,
|
|
.btn_icon_setting,
|
|
.btn_icon_match,
|
|
.btn_icon_exportNew,
|
|
.btn_icon_importNew,
|
|
.btn_icon_income,
|
|
.btn_icon_redeem,
|
|
.btn_icon_circulate,
|
|
.btn_icon_generate,
|
|
.btn_icon_quote,
|
|
.btn_icon_adjust,
|
|
.btn_icon_settle,
|
|
.btn_icon_rentchange,
|
|
.btn_icon_distribute,
|
|
.btn_icon_publish,
|
|
.btn_icon_synchronize,
|
|
.btn_icon_power,
|
|
.btn_icon_role,
|
|
.btn_icon_roles,
|
|
.btn_icon_menu,
|
|
.btn_icon_resetrouting,
|
|
.btn_icon_resetuser,
|
|
.btn_icon_message{
|
|
display: inline-block;
|
|
margin-right:5px;
|
|
width:16px;
|
|
}
|
|
.btn_icon_help{
|
|
background:url('../images/main/icons/help.png') no-repeat center;
|
|
}
|
|
.btn_icon_close{
|
|
background:url('../images/main/icons/close.png') no-repeat center;
|
|
}
|
|
.btn_icon_refresh{
|
|
background:url('../images/main/icons/refresh.png') no-repeat center;
|
|
}
|
|
.btn_icon_add{
|
|
background:url('../images/main/icons/add.png') no-repeat center;
|
|
}
|
|
.btn_icon_delete{
|
|
background:url('../images/main/icons/delete.png') no-repeat center;
|
|
}
|
|
.btn_icon_big{
|
|
background:url('../images/main/icons/big.png') no-repeat center;
|
|
}
|
|
.btn_icon_small{
|
|
background:url('../images/main/icons/small.png') no-repeat center;
|
|
}
|
|
.btn_icon_save{
|
|
background:url('../images/main/icons/save.png') no-repeat center;
|
|
}
|
|
.btn_icon_home{
|
|
background:url('../images/main/icons/home.png') no-repeat center;
|
|
}
|
|
.btn_icon_workflow{
|
|
background:url('../images/main/icons/workflow.png') no-repeat center;
|
|
}
|
|
.btn_icon_modifypwd{
|
|
background:url('../images/main/icons/modifypwd.png') no-repeat center;
|
|
}
|
|
.btn_icon_othersys{
|
|
background:url('../images/main/icons/othersys.png') no-repeat center;
|
|
}
|
|
.btn_icon_exit{
|
|
background:url('../images/main/icons/exit.png') no-repeat center;
|
|
}
|
|
.btn_icon_information{
|
|
background:url('../images/main/icons/information.png') no-repeat center;
|
|
}
|
|
.btn_icon_detail{
|
|
background:url('../images/main/icons/detail1.png') no-repeat center;
|
|
}
|
|
.btn_icon_submit{
|
|
background:url('../images/main/icons/submit.png') no-repeat center;
|
|
}
|
|
.btn_icon_up{
|
|
background:url('../images/main/icons/arrow_up.png') no-repeat center;
|
|
}
|
|
.btn_icon_down{
|
|
background:url('../images/main/icons/arrow_down.png') no-repeat center;
|
|
}
|
|
.btn_icon_left{
|
|
background:url('../images/main/icons/arrow_left.png') no-repeat center;
|
|
}
|
|
.btn_icon_right{
|
|
background:url('../images/main/icons/arrow_right.png') no-repeat center;
|
|
}
|
|
.btn_icon_edit{
|
|
background:url('../images/main/icons/edit.png') no-repeat center;
|
|
}
|
|
.btn_icon_check{
|
|
background:url('../images/main/icons/check.png') no-repeat center;
|
|
}
|
|
.btn_icon_search{
|
|
background:url('../images/main/icons/search.png') no-repeat center;
|
|
}
|
|
.btn_icon_return{
|
|
background:url('../images/main/icons/return.png') no-repeat center;
|
|
}
|
|
.btn_icon_valid{
|
|
background:url('../images/main/icons/valid.png') no-repeat center;
|
|
}
|
|
.btn_icon_invalid{
|
|
background:url('../images/main/icons/invalid.png') no-repeat center;
|
|
}
|
|
.btn_icon_set{
|
|
background:url('../images/main/icons/set.png') no-repeat center;
|
|
}
|
|
.btn_icon_unset{
|
|
background:url('../images/main/icons/unset.png') no-repeat center;
|
|
}
|
|
.btn_icon_transfer{
|
|
background:url('../images/main/icons/detail.png') no-repeat center;
|
|
}
|
|
.btn_icon_export{
|
|
background:url('../images/main/icons/export.png') no-repeat center;
|
|
}
|
|
.btn_icon_import{
|
|
background:url('../images/main/icons/import.png') no-repeat center;
|
|
}
|
|
.btn_icon_opinion{
|
|
background:url('../images/main/icons/opinion.png') no-repeat center;
|
|
}
|
|
.btn_icon_copy{
|
|
background:url('../images/main/icons/copy.png') no-repeat center;
|
|
}
|
|
.btn_icon_finish{
|
|
background:url('../images/main/icons/finish.png') no-repeat center;
|
|
}
|
|
.btn_icon_print{
|
|
background:url('../images/main/icons/print.png') no-repeat center;
|
|
}
|
|
.btn_icon_pause{
|
|
background:url('../images/main/icons/pause.png') no-repeat center;
|
|
}
|
|
.btn_icon_start{
|
|
background:url('../images/main/icons/start.png') no-repeat center;
|
|
}
|
|
.btn_icon_execute{
|
|
background:url('../images/main/icons/execute.png') no-repeat center;
|
|
}
|
|
.btn_icon_back{
|
|
background:url('../images/main/icons/back.png') no-repeat center;
|
|
}
|
|
.btn_icon_saveNew{
|
|
background:url('../images/main/icons/saveNew.png') no-repeat center;
|
|
}
|
|
.btn_icon_setting{
|
|
background:url('../images/main/icons/setting.png') no-repeat center;
|
|
}
|
|
.btn_icon_match{
|
|
background:url('../images/main/icons/match.png') no-repeat center;
|
|
}
|
|
.btn_icon_exportNew{
|
|
background:url('../images/main/icons/exportNew.png') no-repeat center;
|
|
}
|
|
.btn_icon_importNew{
|
|
background:url('../images/main/icons/importNew.png') no-repeat center;
|
|
}
|
|
.btn_icon_income{
|
|
background:url('../images/main/icons/income.png') no-repeat center;
|
|
}
|
|
.btn_icon_message{
|
|
background:url('../images/main/icons/message.png') no-repeat center;
|
|
}
|
|
.btn_icon_circulate{
|
|
background:url('../images/main/icons/passtask.png') no-repeat center;
|
|
}
|
|
.btn_icon_generate{
|
|
background:url('../images/main/icons/generate.png') no-repeat center;
|
|
}
|
|
.btn_icon_quote{
|
|
background:url('../images/main/icons/quote.png') no-repeat center;
|
|
}
|
|
.btn_icon_adjust{
|
|
background:url('../images/main/icons/tiaoxi.png') no-repeat center;
|
|
}
|
|
.btn_icon_settle{
|
|
background:url('../images/main/icons/tiqianjieqing.png') no-repeat center;
|
|
}
|
|
.btn_icon_redeem{
|
|
background:url('../images/main/icons/redeem.png') no-repeat center;
|
|
}
|
|
.btn_icon_rentchange{
|
|
background:url('../images/main/icons/rentchange.png') no-repeat center;
|
|
}
|
|
.btn_icon_distribute{
|
|
background:url('../images/main/icons/distribute.png') no-repeat center;
|
|
}
|
|
.btn_icon_publish{
|
|
background:url('../images/main/icons/publish.png') no-repeat center;
|
|
}
|
|
.btn_icon_synchronize{
|
|
background:url('../images/main/icons/synchronize.png') no-repeat center;
|
|
}
|
|
.btn_icon_power{
|
|
background:url('../images/main/icons/power.png') no-repeat center;
|
|
}
|
|
.btn_icon_role{
|
|
background:url('../images/main/icons/role.png') no-repeat center;
|
|
}
|
|
.btn_icon_roles{
|
|
background:url('../images/main/icons/roles.png') no-repeat center;
|
|
}
|
|
.btn_icon_menu{
|
|
background:url('../images/main/icons/menu.png') no-repeat center;
|
|
}
|
|
.btn_icon_resetuser{
|
|
background:url('../images/main/icons/resetuser.png') no-repeat center;
|
|
}
|
|
.btn_icon_resetrouting{
|
|
background:url('../images/main/icons/resetrouting.png') no-repeat center;
|
|
}
|
|
/*button icon END*/
|
|
|
|
.infodw_buttonarea_td{
|
|
width:99%;
|
|
float: left;
|
|
display: inline;
|
|
}
|