diff --git a/jdmain.css b/jdmain.css index 738da4b..be737e7 100644 --- a/jdmain.css +++ b/jdmain.css @@ -484,8 +484,9 @@ left: 30px; padding: 5px; font-size: 23px; - cursor: pointer; + cursor: pointer; transition: .3s; + z-index: 10; } .qa_list .ans{ position: relative; @@ -696,18 +697,19 @@ left: 30px; padding: 5px; font-size: 23px; - cursor: pointer; + cursor: pointer; transition: .3s; + z-index:100; } .qa_list .ans{ position: relative; display: none; - color: black; + color: black; margin: 5px; padding: 10px 10px 20px 10px; } .qa_list input[type="checkbox"]:checked ~ div.ans{ - display: block; + display: block; animation: slidein 0.5s; } .qa_list input{ @@ -812,6 +814,42 @@ /*------------------------------------------//infoのcss -------------------------------------------------*/ +/*------------------------------------------FAQ -------------------------------------------------*/ +ul.tagu{ + display: flex; + flex-wrap: wrap; + list-style: none; + width:auto; + /* position: absolute; + left: 50%; + transform: translateX(-50%); */ +} +ul.tagu li::before{ + content:'◯' +} +ul.tagu li{ + width: 10.5em; + border: solid; + border-width: 1px 1px 0px 0px; + /* border-bottom: 0 ; */ +} + + + + + + + + + + + + + + +/*------------------------------------------//FAQ -------------------------------------------------*/ + + /*------------------------------------------ footer -------------------------------------------------*/ footer { /* XXX: Change ME! */ border-top: 1px dashed #888; @@ -897,6 +935,7 @@ } .qa_list label{ font-size: 17.5px; + z-index: 100; } .info-item{ flex-direction: column; diff --git a/testpage/index.html b/testpage/index.html new file mode 100644 index 0000000..412dc84 --- /dev/null +++ b/testpage/index.html @@ -0,0 +1,116 @@ + + +