| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- body {
- margin-left: 0px;
- margin-top: 0px;
- margin-right: 0px;
- margin-bottom: 0px;
- }
- table, tbody, tfoot, thead, tr, th, td {
- white-space: normal !important;
- }
- /* 该行会导致部分excel列变得又窄又高,从而变为竖长条
- table {
- table-layout: auto !important;
- }
- */
- .tab-content {
- position: relative;
- }
- img {
- max-width: none !important;
- }
- a{
-
- text-decoration: none;
- border: 1px solid #dddddd !important;
- white-space: normal !important;
-
- }
- /*默认状态*/
- h1 {
- background: #2B6695;
- border-radius: 6px 6px 6px 6px;
- box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
- color: #FFFFFF;
- font-family:"微软雅黑", "宋体", "黑体", Arial;
- font-size: 18px;
- font-weight: bold;
- height: 25px;
- line-height: 25px;
- margin: 4px 0 !important;
- padding: 8px 0 5px 5px;
- text-shadow: 2px 2px 3px #222222;
- }
- table{
- width:100%;
- }
|