|
- table,
- tr,
- td {
- padding: 0;
- margin: 0;
- border-collapse: collapse;
- }
-
- table {
- table-layout: fixed;
- font-size: 14px;
- }
-
- .tableT {
- text-align: center;
- font-size: 20px;
- margin-bottom: 15px;
- }
-
- .table {
- width: 100%;
- text-align: center;
- border-top: 1px solid #000;
- border-right: 1px solid #000;
- }
-
- .table tr {
- border-bottom: 1px solid #000;
- }
-
- .table td {
- border-left: 1px solid #000;
- line-height: 20px;
- padding: 8px 5px;
- }
-
- .tableImg {
- height: 0;
- overflow: hidden;
- padding-bottom: 140%;
- }
-
- .table img {
- width: 100%;
- }
-
- .tableTxt {
- text-align: left;
- }
-
- .table .table {
- border: 0;
- }
-
- .table .table tr:last-child {
- border-bottom: 0;
- }
-
- .table .table td:first-child {
- border-left: 0;
- }
-
- .btn {
- width: 100px;
- height: 34px;
- line-height: 34px;
- text-align: center;
- margin: 30px auto;
- border: 1px solid #ccc;
- cursor: pointer;
- border-radius: 4px;
- }
-
- .tableBox {
- width: 90%;
- margin: 30px auto;
- }
-
- #table {
- /* display: none; */
- }
|