いつもお世話になります。
布の但馬屋の伊藤です。
さて、ポップアップですが
画像と文字がかぶってうまく表示できません。
どこを修正すればいいですか?
https://item.rakuten.co.jp/SHOP-URL/ITEM-URL/--------------------------------
p{
margin:0 auto;}
input#modal {
display: none;
}
input#modal label {
width: 100%;
height: 120%;
position: fixed;
top: 147px;
bottom: 0;
left: 0;
right: 0;
z-index: 2147483646;
background: rgba(0, 0, 0, 0.5);
cursor: pointer;
}
input#modal label div {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
position: fixed;
width: 165px; /*画像の横幅*/
height:100px; /*画像の縦幅*/
bottom: 0;
left: 0;
margin: 15% auto;
position: fixed;
right: 0;
top: 120px;
}
input#modal label div::before {
content: "X Close";
position: absolute;
bottom: -25%;
right: 50%;
margin: 0 -60px 0 0;
font-size: 3em;
font-weight: bold;
color: #ffffff;
}
input#modal:checked label {
display: none;
}
input#modal label img{
width: 165px; /*画像の横幅*/
height:100px; /*画像の縦幅*/
}