|
@@ -403,10 +403,9 @@ main {
|
|
overflow-y: auto;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
overflow-x: hidden;
|
|
padding: 20px 25px 20px 20px;
|
|
padding: 20px 25px 20px 20px;
|
|
- display: flex;
|
|
|
|
- flex-wrap: wrap;
|
|
|
|
|
|
+ float: left;
|
|
position: absolute;
|
|
position: absolute;
|
|
- width: 41%;
|
|
|
|
|
|
+ width: 40.7%;
|
|
bottom: 23%;
|
|
bottom: 23%;
|
|
left: 21%;
|
|
left: 21%;
|
|
z-index: 100000;
|
|
z-index: 100000;
|
|
@@ -416,9 +415,11 @@ main {
|
|
width: 16px;
|
|
width: 16px;
|
|
height: 24px;
|
|
height: 24px;
|
|
margin-right: 18px;
|
|
margin-right: 18px;
|
|
|
|
+ float: left;
|
|
}
|
|
}
|
|
|
|
|
|
.text_area textarea {
|
|
.text_area textarea {
|
|
|
|
+ float: left;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
height: 20%;
|
|
height: 20%;
|
|
width: 95%;
|
|
width: 95%;
|
|
@@ -719,6 +720,14 @@ footer {
|
|
cursor: default;
|
|
cursor: default;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.three_img img {
|
|
|
|
+ cursor: default;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.three_img img {
|
|
|
|
+ cursor: default;
|
|
|
|
+}
|
|
|
|
+
|
|
.three_img img:first-child {
|
|
.three_img img:first-child {
|
|
margin-right: 18px;
|
|
margin-right: 18px;
|
|
}
|
|
}
|
|
@@ -865,11 +874,13 @@ footer {
|
|
}
|
|
}
|
|
|
|
|
|
.box_left_text {
|
|
.box_left_text {
|
|
- right: 8%;
|
|
|
|
|
|
+ right: 14%;
|
|
|
|
+ top: 88%;
|
|
}
|
|
}
|
|
|
|
|
|
.text_area {
|
|
.text_area {
|
|
- height: 22%;
|
|
|
|
|
|
+ width: 57.1%;
|
|
|
|
+ left: 9.5%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|