﻿[ms-repeat],[ms-if]{display: none}
.loading{ text-align: center; padding: 30px;}

.detailCont{
    word-break: break-all;
}
.detailCont p{ margin-top: 15px;font-size: 16px; line-height: 1.5 ;}
.font0 , .font0 p , .font0 div , .font0 td , .font0 li{
    font-size: 16px !important;
	line-height: 32px !important;
}
.font1,.font1 p , .font1 div , .font1 td , .font1 li{
    font-size: 18px !important;
	line-height: 32px !important;
}
.font2,.font2 p , .font2 div , .font2 td , .font2 li{
    font-size: 20px !important;
	line-height: 32px !important;
}
.chngFont{ cursor: pointer}
.active{ font-weight: bolder;}

.disabled {
    color: #ccc !important;
    cursor: not-allowed;
}
/*细览表格都加上边框*/
#detailCon table {border-collapse: collapse;border: 1px solid #000; }
#detailCon td{border: solid #000 1px;}
#detailCon tr{border: solid #000 1px;} 