/***************************************************************/
/*main属性定义*/
.menu {   
    position: sticky;
    top: 0;
    background-color: #0099CC;
    padding:10px 10px 10px 30px;
    color:white;
    margin:0px 40px;
    overflow: hidden;
    
}
.menu a {
    float: left;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 20px;
}
.menu-log {
    right: auto;
    float: right;
}

#page-container {
    position: absolute;
    max-width:55%;
    min-height: 90%;
    font-size:16px;
    margin:0px 40px;
    line-height: 28px;
}

#content-wrap {
    padding-bottom: 2.5rem;    /* Footer height */
}

#footer {
    position: absolute;
    bottom: 0;
    width: 60%;
    height: 2.5rem;            /* Footer height */
    font-size:14px;
    text-align:center;
    border:none;
}

.prews{
    /*https://www.cnblogs.com/dzyany/p/13808859.html, white-space的定义*/
    all:initial; /*清除继承样式*/
    display:block; /*设置布局流，避免换行导致的错误布局*/
    white-space:pre-line; /*保留换行符，设置溢出换行pre-wrap、line*/
    font-size:16px; /*设置字号*/
    text-indent: 32px;
    line-height: 28px;
}

.uiws{
    font-size:16px; /*设置字号*/
    text-indent: 32px;
    line-height: 28px;
}


.imgws{
    width: 95%;
}

.imgws60{
    width: 60%;
}

/*默认表格样式， 需要蓝色表头可以自己html里加上style效果*/
table.gridtable {
    font-family: verdana,arial,sans-serif;
    font-size:14px;
    color:#333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
}
table.gridtable th {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #666666;
    background-color: #dedede;
    cursor: pointer;
    /*color: #0000FF; */
}
table.gridtable td {
    border-width: 1px;
    padding: 3px;
    border-style: solid;
    border-color: #666666;
    background-color: #ffffff;
}


