| 1761件~1770件 (全166896件)
177/16690ページ 最初へ 前の5ページへ 前へ 176 177 178 179 180 次へ 次の5ページへ 最後へ |
| 1761件~1770件 (全166896件)
177/16690ページ 最初へ 前の5ページへ 前へ 176 177 178 179 180 次へ 次の5ページへ 最後へ |
![]() ![]() ![]() かに通販・おせち通販なら 厳選特産品専門店 匠本舗 かに本舗。カニのお取り寄せはかに本舗!通販ランキングも随時更新!×
/* 背景の暗転領域 */
.modal {
display: none; /* 初期状態は非表示 */
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
justify-content: center;
align-items: center;
}
/* ポップアップ画像 */
.modal-content {
max-width: 80%;
max-height: 80%;
border-radius: 8px;
}
/* 閉じるボタン */
.close {
position: absolute;
top: 20px;
right: 35px;
color: #fff;
font-size: 40px;
cursor: pointer;
}
|
||||
|
|
|
|||