﻿.item-table {
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;    
}





.item-img {
    width: 16px;
    height:16px;
    border: 0;
    text-align:center;
    vertical-align:middle;
    
}

.item-img01 {
    width: 120px;
    height:72px;
    border: 0;
    text-align:center;
    vertical-align:middle;
    
}

/* 首行*/
.item-text 
{  
   margin-left: 5px;
   margin-bottom: 5px;
   font-weight: bold;  
}

 


/* 其他行  银鼠色 */ 
.item-desc 
{
    margin-left: 5px;
   /* overflow: hidden;
    white-space: pre-line;
    text-overflow: ellipsis;*/
    
     word-wrap: break-word;     /* 当单词过长时进行断字 */
     overflow-wrap: break-word; /* 在不同浏览器上保持一致效果 */    
}

.item-desc01 
{
    font-size:smaller;
    margin-left: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* 矩形框四个角加椭圆 */
.TuoYuan {
    background-color: #f1f1f1;
    border-radius: 8px;
    box-shadow: 1px 1px 3px #cccccc; /*阴影*/
}

.DaoHangBack
{
    background-color:#fff;
    border-radius:8px;
}



/*--------------手机专用-----V20240105-------------------------*/
/*控件标题Toolbar【蓝底白字】  */
.f-widget-header
{
    background-color: #0075D5;
    color: #ffffff;
}

/*.f-widget 控件内容区域  */


/*重构btn按钮*/
.f-btn.f-btn-large 
{
    background-color: #0075D5;
    color: #ffffff;
    border-radius: 15px;
    box-shadow: 1px 1px 5px #cccccc; /*阴影*/
}


.BackColor {
    background-color: #2972F4; /*#0075D5*/
    color: #ffffff;
}

/* 窗体标题关闭X  */
.f-iconfont-close:before 
{
    color: #ffffff;
}

/* 大字体 */
.ToolbarFont {
    font-size: larger;
}

/* grid单元格名称行 */
.f-widget-content
.f-state-default {
    background-color: #0075D5;
    color: #ffffff;
}

/* grid 选中单元格 */
.f-state-active,
.f-widget-content
.f-state-active,
.f-widget-header .f-state-active {
    color: #8A1111;
}
    /*--------------手机专用-----V20240105-------------------------*/