0

A4 サイズの用紙に印刷する場合、HTML の固定サイズを設定できません。コンテンツのデータサイズが変わるたびに印刷形式が変わる

4

2 に答える 2

0

ここであなたが探しているものを見つけることができると思います:[画像なしの紙のスタイル][

.list li {
  list-style: none;
  border-bottom: 1px dotted #ccc;
  text-indent: 25px;
  height: auto;
  padding: 10px;
  text-transform: capitalize;
}
.list li:hover {
  background-color: #f0f0f0;
  -webkit-transition: all 0.2s;
  -moz-transition:    all 0.2s;
  -ms-transition:     all 0.2s;
  -o-transition:      all 0.2s;
}

]

リンク

于 2013-07-17T09:48:41.133 に答える