12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- .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: .2rem; }
- .c-table tr td:last-child, .c-table tr th:last-child { border-right: 0 }
- .c-table tr:last-child td { border-bottom: 0 }
- #content {
- background-color: #f2f3f5;
- margin-bottom: 20px;
- line-height: 20px;
- }
- #content p:after,.img-ul:after, .video-ul:after {
- visibility:hidden;
- display:block;
- font-size:0;
- content:" ";
- clear:both;
- height:0;
- }
- table th {
- vertical-align: middle;
- }
- .video-ul {
- margin-left: 15px;
- }
- .video-ul video {
- height:50px;
- width: 100%;
- }
- .img-ul li {
- float: left;
- margin-right: 10px;
- }
- .img-ul img {
- width: 110px;
- }
- .mlr15 {
- margin-left: 15px;
- margin-right: 15px;
- }
- .ptb10 {
- padding-top: 10px;
- padding-bottom: 10px;
- }
- .plr10 {
- padding-left: 10px;
- padding-right: 10px;
- }
- .bgc-fff5e9 {
- background-color: #fff5e9
- }
- .bgc-fff {
- background-color: #fff;
- }
- #conclusionChart, #natureChart {
- height: 250px;
- }
|