1234567891011121314151617181920212223242526 |
- body { background: #F2F3F5; }
- .c-table { width: 100%; border-collapse: collapse }
- .c-table th { font-weight: 700; }
- .c-table td, .c-table th { border-bottom: 1px solid #f1f1f1; border-right: 1px solid #f1f1f1; text-align: center; padding: .5rem; }
- .c-table tr td:last-child, .c-table tr th:last-child { border-right: 0 }
- .c-table tr:last-child td { border-bottom: 0 }
- .glu-tab tbody{ font-size:.6rem;}
- .glu-tab th{ vertical-align:middle;}
- .glu-tab tbody td{ width:11.875%;}
- .glu-tab tbody tr td:first-child{ width:auto;}
- .bp-tab tbody{ font-size:.6rem;}
- .bp-tab th{ vertical-align:middle;}
- .bp-tab tbody td{ width:13.875%;}
- .bp-tab tbody tr td:first-child{ width:auto;}
- .c-fwb { font-weight: bold; }
- .bc-fff { background: #FFF; }
- .info-panel { border-bottom: 1px solid #DCDCDC; }
- .info-panel p { height: 36px; line-height: 36px; border-top: 1px solid #DCDCDC; border-bottom: 1px solid #DCDCDC; }
- .info-panel .title-icon { width: 20px; height: 20px; margin-top: 8px; }
- .info-panel { }
- .img-list li img { width: 70px; height: 70px; }
- #xiangqing_btn img { position:fixed; bottom:50px; right: 20px; width: 50px; height: 50px; }
- #result,#result tr,#result td,#result th { border: 0; font-size: 14px; }
- .num-value img { display: none; width: 7px; height: 11px; margin-left: 5px; margin-top: 5px; }
- .num-value.over img.over-icon { display: inline; }
- .num-value.lower img.lower-icon { display: inline; }
|