|
常用CSS大全(6) TABLE.SampleD TH {}{ border-bottom:1px solid #000000;border-top:1px solid #000000;border-right:1px solid #000000;border-left:1px solid #000000;color:#000000;font-weight:normal;}
TABLE.Form1 TH,TABLE.Form1 TD {}{ padding:4px;background-color:#BED8F3;border-bottom:1px solid #ffffff;border-right:1px solid #ffffff;border-left:1px solid #ffffff;color:#000000} /**//***************************************************** 没有边框的输入框 *****************************************************/ .NoneInput {}{ text-align:center; width:99%;height:99%; border-top-style: none; border-right-style: none; border-left-style: none; background-color: #f6f6f6; border-bottom-style: none; }
/**//***************************************************** 扁平风格的表单样式 *****************************************************/
/**//*****************************************************/ TABLE {}{ border-collapse:collapse; }
/**//* 进度条样式 */ .bi-loading-status {}{ /**//*position: absolute;*/ width: 150px; padding: 1px; overflow: hidden; background-color:Gray; }
.bi-loading-status .text {}{ white-space: nowrap; overflow: hidden; width: 100%; text-overflow: ellipsis; padding: 1px; }
.bi-loading-status .progress-bar {}{ border: 1px solid ThreeDShadow; background: window; height: 10px;
|