下記のページです。
理由の連番についてです。
http://edogawa-office.uh-oh.jp/wp/moving/
counter-incrementを使って自動連番の設定をしています。
各項目一つの画像で右に表示すると、連番になりますが、
画像を項目の下にし、2つ表示すると「理由」の数字が1つ飛んでしまいます。
CSSは下記の通り
.reason .detail { justify-content: space-between; margin-bottom: 25px; counter-increment: num; } .reason .detail h3 { display: flex; justify-content: flex-start; align-items: center; width: 100%; margin-bottom: 15px; font-size: 25px; line-height: 1.4; } .reason .detail h3 span { display: block; width: calc(100% - 120px); margin-left: 20px; } .reason .detail h3:before { content: "理由" counter(num); width: 65px; height: 30px; margin: 0 10px 0 0; padding: 10px; text-align: center; color: #fff; background-color: #D21100; font-weight: normal; font-size: 22px; } .reason .detail h3:after { display: block; position: absolute; left: 97px; content: ''; width: 0; height: 0; margin: auto; border-style: solid; border-width: 10px 0 10px 10px; border-color: transparent transparent transparent #d21200; } コード
同じサイトを制作してきましたが、今までにこの様なイレギュラーはありませんでした。
画像を2つ表示させ数字も連番にしたいです。
アドバイスをいただけますと幸いです。
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/04/14 03:30