You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- @media print {
- .noprint {
- display: none !important;
- }
- }
- body{
- padding:10px;
- overflow:auto;
- }
- table {
- text-align: center;
- width: 100%;
- font-size: 14px;
- color: #464646;
- background: #fff;
- border: 1px solid #d0d9e8;
- border-spacing: 0px;
- border-collapse: collapse;
- }
-
- table td,
- table th {
- padding: 14px 6px;
- border: 1px solid #d0d9e8;
- }
-
- table th {
- color: #000;
- font-weight: normal;
- }
-
- .btnBox {
- display: flex;
- justify-content: center;
- margin-top: 20px;
- }
-
- .btnBox #print {
- background-color: #d05051;
- border: none;
- color: #fff;
- width: 80px;
- line-height: 32px;
- letter-spacing: 4px;
- cursor: pointer;
- }
-
- .tableTop {
- color: #464646;
- font-size: 14px;
- margin-bottom: 6px;
- text-align:center;
- }
-
- .makeTime {
- text-align: right;
- color: #666;
- font-size: 14px;
- line-height: 28px;
- }
-
- .tableBottom ul {
- display: flex;
- flex-wrap: nowrap;
- list-style-type: none;
- padding-left: 0;
- color: #464646;
- font-size: 14px;
- }
-
- .tableBottom ul li {
- flex: 1;
- }
|