<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*      前台繁体中文的样式表        */


body
{
    /*background-image: url(../Images/bg.gif);*/
    font-size: 11pt;
    margin: 0px;
    text-align: center;
}
td
{
    font-size: 11pt;
    text-align: left;
}
a
{
    color: #006400;
    text-decoration: none;
}

input:focus,
select:focus
{
    outline: none;
}



/*      页面左边的最小宽度      */
.PageLeft
{
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    width: 178px;
    height: 0px;
}

/*      页面中缝的最小高度      */
.PageHeight
{
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    width: 0px;
    height: 400px;
}

/*      页面右边的最小宽度      */
.PageMain
{
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    width: 596px; /*      此宽度实为600PX,当.ClientTable定义左右线宽时应减去其两线宽      */
    height: 0px;
}

/*      页面总的最小宽度    */
.PageWidth
{
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    width: 778px;
    height: 0px;
}

/*      当前位置字体大小及颜色      */
.page-location
{
    padding:3px 3px 0px 3px;
    color: #66cc00;
    border-bottom: #eeff00 1px solid;
    margin:8px 10px 18px 10px;
    box-sizing:border-box;
    
}
.PageLocation
{
    font-size: 13px;
    color: #66cc00;
}


/*      当前位置低边的实线      */
.PageLocation_x
{
    
}

/*      页头非当前页的字体大小      */
.MainLink
{
    font-size: 11pt;
}


/*      页中左右两边及下方的线条颜色与宽度      */
.ClientTable
{
    background: #f0f0f0;
    border-right: #009966 2px solid;
    border-left: #009966 2px solid;
    border-bottom: #009966 2px solid;
}

/*      页中左区右线条颜色与宽度\左区背景颜色      */
.LeftTD
{
    border-right: #009966 1px solid;
    background-color: #F6F6F6;
}

/*      页中右区      */
.ClientTD
{
}

/*      设置DataGrid、GridView1表格页眉        */
.DataGridHeaderStyle
{
    background-image: url(Images/R_Gv_Title_Bg.gif);
    color: #006600;
    height: 23px;
}

/*      设置DataGrid表格页眉最后一列宽为11与DataGridHeaderStyle一起使用     */
.DataGridHeaderStyle2
{
    background-image: url(Images/R_Gv_Title_Bg_Right.gif);
}

/*      设置DataGrid、GridView1表格外线颜色        */
.DataGridBorder
{
    border-right: #ff99cc 0px solid;
    border-top: #ff99cc 0px solid;
    border-left: #ff99cc 0px solid;
    border-bottom: #ff99cc 0px solid;
}

/*      设置DataGrid、GridView1表格页眉外线颜色        */
.DataGridBorderHeader
{
    border-right: #ff0000 0px solid;
    border-top: #ff0000 0px solid;
    border-left: #ff0000 0px solid;
    border-bottom: #cccccc 0px solid;
}

/*      设置DataGrid、GridView1表格内网格线及上下空白      */
.DataGridItemBorder
{
    border-right: #ff99cc 0px solid;
    border-top: #ff99cc 0px solid;
    padding-bottom: 2px;
    border-left: #ff99cc 0px solid;
    padding-top: 2px;
    border-bottom: #cccccc 1px solid;
}

/*      编辑与浏览时表格线条样式--格子  与.TableStyle一起使用     */
.TdStyle
{
    border-left: #339900 1px solid;
    border-top: #339900 1px solid;
    padding-bottom: 1px;
    padding-top: 1px;
    height: 27px;
}




.TableStyle td input[type=text],
.TableStyle td textarea,
.TableStyle td select
{
    box-sizing:border-box; 
    width:100%;
    height:100%;
    border:0px;
    background-color:#ffffff;
}

.button-bar
{
    text-align:center;
}


/*      生产计划修改页面计划名称修改输入框样式     */
.PlanName_TextBox
{
    text-align: center;
    font-size: 18px;
    border-right: 0px solid;
    border-top: 0px solid;
    border-left: 0px solid;
    border-bottom: 0px solid;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha( opacity = 70 );
    opacity: 0.7;
}


/**上传管理员照片**/
.StyleUpPicture {
    padding: 36px 8px 8px 8px;
    border-radius: 8px;
    border: 1px solid #ffffff;
    width: 250px;
    background-color: #33cc66;
    cursor: default;
    filter: alpha( opacity = 90 );
    opacity: 0.9;
}

.StyleUpPicture table {
background-color: #ffffff;
}

.StyleUpPicture .popup-close {
display: block;
position: absolute;
top: 0px;
right: 8px;
width: 50px;
height: 18px;
border-radius: 0px 0px 5px 5px;
border: 1px solid #ffffff;
border-top: 0px solid #ffffff;
font-family: Marlett;
text-align: center;
padding-top: 5px;
color: #ffffff;
font-size: 16px;
cursor: default;
}

.StyleUpPicture .popup-close:hover {
background-color: #66ff99;
color: #ff0000;
}


.ImageUpPicture
{
    width: 150px;
    height: 200px;
    border-right: 2px solid;
    border-top: 2px solid;
    border-left: 2px solid;
    border-bottom: 2px solid;
}

.MyCalendar .ajax__calendar_container
{
    border: 1px solid #646464;
    background-color: #fffacd;
    color: red;
    width: 150px;
    cellspacing: 3px;
}

.MyCalendar .ajax__calendar_other .ajax__calendar_day, .MyCalendar .ajax__calendar_other .ajax__calendar_year
{
    color: black;
    cellspacing: 3px;
}

.MyCalendar .ajax__calendar_hover .ajax__calendar_day, .MyCalendar .ajax__calendar_hover .ajax__calendar_month, .MyCalendar .ajax__calendar_hover .ajax__calendar_year
{
    color: black;
    cellspacing: 3px;
}

.MyCalendar .ajax__calendar_active .ajax__calendar_day, .MyCalendar .ajax__calendar_active .ajax__calendar_month, .MyCalendar .ajax__calendar_active .ajax__calendar_year
{
    color: black;
    font-weight: bold;
    cellspacing: 3px;
}

/*  頁導航文字大小及颜色    */
.PageSizeColor
{
    font-size: 9pt;
    color: #006600;
}

/*  其它文字颜色    */
.OtherColor
{
    color: #006600;
}

/*      设置GridView表格页眉外线颜色 内嵌表格用       */
.GridViewHeaderBorder
{
    border-right: #339900 0px solid;
    border-top: #339900 1px solid;
    border-left: #339900 1px solid;
    border-bottom: #339900 0px solid;
}

/*      设置GridView表格内网格线及上下空白 内嵌表格用      */
.GridViewItemBorder
{
    border-right: #339900 0px solid;
    border-top: #339900 1px solid;
    padding-bottom: 2px;
    border-left: #339900 1px solid;
    padding-top: 2px;
    border-bottom: #339900 0px solid;
    height: 27px;
}

/*      设置标章汇总查询表表格页眉        */
.DataGridHeaderStyle3
{
    background-image: url(/img/R_Gv_Title_Bg.gif);
    color: #006600;
    height: 36px;
}

/*--PHP 20140422--*/
.left_style
{
    text-align: left;
    background-image: url('images/L_Item_8.gif');
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 3px 0 11px 11px;
}

.list_style
{
    text-align: left;
    background-image: url('images/R_Dashed.gif');
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 7px 0 9px 7px;
}
.list_style td
{
    padding: 7px 0px;
}

.current_location
{
    text-align: left;
    font-size: 13px;
    color: #66cc00;
    border-bottom: 1px solid #eeff00;
}
.type_title
{
    width: 100%;
    border: 0px solid #555;
    font-size: 18pt;
    font-weight: bold;
    color: #006600;
    text-align: center;
    padding: 11px 0;
}

.page li
{
    float: left;
    background: url(img/page.gif) no-repeat 0 0;
    height: 19px;
    width: 19px;
    text-align: center;
    margin: 0 3px;
    line-height: 19px;
    font-family: Helvetica; /** cursor: pointer; **/
    display: inline;
}
.page li.on
{
    background: url(img/pageon.gif) no-repeat 0 0;
    color: #006600;
    font-weight: bold;
}
.page .input
{
    width: 20px;
    height: 16px;
}

.page li a
{
    width: 97%;
    display: inline-block;
}
.page li a:hover
{
    background: url(img/page_2.gif) no-repeat 0 0;
    height: 19px;
    width: 19px;
    margin: -1px 0 0 -1px;
}

/*--运行进度层20140517 rgb(255, 255, 255)absolute--*/
#div_ImgLoading
{
    background: #000000;
    padding-top: 37px;
    border-radius: 11px;
    left: 47%;
    top: 59%;
    width: 210px;
    height: 150px;
    text-align: center;
    color: #ff0000;
    display: none;
    filter: alpha(opacity=29);
    position: fixed;
    opacity: 0.5;
    font-weight: bold;
}

.left_item
{
    height: 35px;
}



/*首页信息栏*/
.chunk-bar
{
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    height: 25px;
    margin: 0;
    padding: 0;
}

.chunk-bar td
{
    height: 25px;
    margin: 0px;
}

.chunk-bar img
{
    border: 0px;
    border-width:0px;
}
.chunk-bar .chunk-td1
{
    width: 25px;
    background-image: url(/content/img/Default_Clump_Left.gif);
}
.chunk-bar .chunk-td2
{
    padding-top: 1px;
    width: 130px;
    font-weight: bold;
    font-size: 14px;
    color: #006600;
    background-image: url(/content/img/Default_Clump_BgL.gif);
}
.chunk-bar .chunk-td2 span
{
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.chunk-bar .chunk-td3
{
    width: 7px;
    background-image: url(/content/img/Default_Clump_Center.gif);
}
.chunk-bar .chunk-td4
{
    font-size: 12px;
    background-image: url(/content/img/Default_Clump_BgR.gif);
    text-align: right;
    padding-right: 10px;
}
.chunk-bar .chunk-td4 a
{
    color: #ffffff;
}



/***
2021-03-21.整理添加樣式
***/

.MainTable
{
   width: 100%;
   min-width: 1000px;
   max-width: 1440px;
   padding:0px;
   margin: 0px auto;
   border:0px;
   border-collapse:collapse;
   border-spacing:0px;
   text-align:center;
}


.top_nav_menu
{
   text-align: center;
   width:100%;
   height:21px;
   line-height:21px;
   background-image:url(/content/images/bg01.png);
   padding:0px;
   margin:0px;
   border:0px;
   border-collapse:collapse;
   border-spacing:0 0; 
   text-align: center;
}
.top_nav_menu td
{
   text-align: center;
   border:0px solid red;
}


.page-nav-bar
{

 font-size: 13x; 
 color: #66cc00;
 width:100%;
 box-sizing:border-box;
 border:0px;
 margin-bottom:10px;    
 padding:10px 10px 0px 10px;
}

.page-nav-bar div
{
   width:100%;
   border-top: #eeff00 1px solid;  
}


/*      页头字体大小      */
.MainMenu
{
    font-size: 11pt;
    color: #002000;
    text-align: center;
    margin:0 auto;
}


.btn-unselect
{
    float:right;
    background-color: #38B060;
    color: #ffffff;
    border: 0px;
    padding: 5px 10px;
    line-height: 20px;
    cursor: hand;
    cursor: pointer;
    border-radius: 5px;
    width: 90px;    
    margin:0px 8px;
}

.table-line
{
    border-collapse:collapse;
}
.table-line td
{

    border: #339900 1px solid;
}

/*      编辑与浏览时表格线条样式--表格  与.TdStyle一起使用     */
.TableStyle
{
    border-right: #339900 1px solid;
    border-bottom: #339900 1px solid;
    border-collapse:collapse;
}
.TableStyle td
{
    /*border: #339900 1px solid;*/
    
}
/*      编辑与浏览时表格线条样式--表格  与.TdStyle一起使用     */
.table-head-style
{
    border: 0px solid #339900;
    border-collapse:collapse;
    text-align:center;
    
}
.table-head-style td
{
    text-align:center;
    border: 0px solid #339900;
}
.gridview-style
{
    border: 1px solid #339900;
    border-collapse:collapse;
}


.filter-bar
{
    padding:0px 16px;
    width:100%;
    box-sizing:border-box;
}
.filter-bar .filter-caption
{
    margin:6px 8px;
    float:left;
    display:inline-block;
    height:30px;
    line-height:30px;

}
.filter-bar .filter-field
{
    float:left;
    width:280px;
    position:relative;
    box-sizing:border-box;
    margin:6px 8px;
}
.filter-bar .filter-field input
{
    box-sizing:border-box;
    width:100%;
    height:30px;
    line-height:30px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.filter-bar .filter-field input:focus
{
    outline:none;
}
.filter-bar .filter-field label
{
    position:absolute;
    top:4px;
    left:8px;
}
.filter-bar .filter-field a
{
    position:absolute;
    top:4px;
    right:8px;
}
.filter-bar .filter-field .filter-calendar
{
    position:absolute;
    display:inline-block;
    width:16px;
    height:16px;
    top:6px;
    right:8px;
    background-image:url(/content/images/calendar.png);
}

/***标章查询***/
.message-box
{
    width:90%;
    padding:0px 30px;
    text-align:center;
    border:0px solid red;
    box-sizing:border-box;
}

.search-bar
{
    width:100%;
    padding:3px 16px;
    text-align:center;
    border:0px solid red;
    box-sizing:border-box;    
    position:relative;
}
.search-bar .repine-btn
{
    position:absolute;
    right:25px;
    top:0px;
}
.search-bar .search-box    
{
    width:50%;
    max-width:380px;
    margin:0px auto; 
    text-align:center;
    border:0px solid red;
    position:relative;
    border-radius:11px;
    box-sizing:border-box;    
}

.search-bar .search-box input    
{
    width:100%;
    height:38px;
    border:1px solid #ccc;
    padding:0px 40px;
    color: #006400;
    box-sizing:border-box;    
    border-radius:11px;
}
.search-bar .search-box input:focus
{
    outline: none;
    border:1px solid #ccc;
}
.search-bar .search-box .search-btn
{
    position:absolute;
    right:8px;
    top:8px;
    width:24px;
    height:24px;
    padding:0px;
    border:0px;
}
.search-bar .search-box .search-img
{
    position:absolute;
    left:8px;
    top:8px;
    width:24px;
    height:24px;
    padding:0px;
    border:0px;
}

.search-ul
{
    position:absolute;
    left:0px;
    top:20px;
    border:1px solid #ccc;
    padding:0px;
    Overflow:visible;
    display:inline-block;
    background-color: #fff;
    box-shadow:3px 3px;
}

.search-ul li
{
    line-height:24px;
    padding:0px 16px;
    list-style:none; 
    cursor: default;
    text-align:left;
}
.search-ul li:hover
{
    background-color: #00c;
    color:#fff;
}

#page_nav
{
    padding:0px 18px;
    box-sizing:border-box;    
}
</pre></body></html>