|
@@ -241,13 +241,21 @@ h2 {
|
|
|
border-radius: 15px;
|
|
|
box-shadow: 2px 2px 2px 2px #eeeeee;
|
|
|
}
|
|
|
-
|
|
|
+.content4,
|
|
|
.content3 {
|
|
|
display: flex;
|
|
|
width: 100%;
|
|
|
justify-content: space-between;
|
|
|
gap : 10px;
|
|
|
}
|
|
|
+.content4 > div {
|
|
|
+ width: 50%;
|
|
|
+ border-radius: 5px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding: 20px;
|
|
|
+ background-color: white;
|
|
|
+ border: 1px solid #eeeeee;
|
|
|
+}
|
|
|
|
|
|
.content3 > div > div:nth-child(1)::before{
|
|
|
content: "◎ ";
|
|
@@ -313,10 +321,13 @@ h2 {
|
|
|
width: 100%;
|
|
|
align-items: center;
|
|
|
}
|
|
|
- .centerWrap .content1 > div.content3 {
|
|
|
+ .centerWrap .content1 > div.content3,
|
|
|
+ .centerWrap .content1 > div.content4 {
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
- .centerWrap .content1 > div.content3 > div {
|
|
|
+
|
|
|
+ .centerWrap .content1 > div.content3 > div,
|
|
|
+ .centerWrap .content1 > div.content4 > div {
|
|
|
width: 100%;
|
|
|
}
|
|
|
}
|