|
@@ -241,21 +241,26 @@ export default {
|
|
|
|
|
|
&:first-child {
|
|
|
margin-right: 190px;
|
|
|
+ width: 383px;
|
|
|
+ height: 344px;
|
|
|
+ padding-left: 50px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-
|
|
|
@media (max-width: 768px) {
|
|
|
flex-direction: column;
|
|
|
justify-content: center;
|
|
|
margin-bottom: 3%;
|
|
|
+
|
|
|
img {
|
|
|
width: 100%;
|
|
|
height: 200px;
|
|
|
margin: 0;
|
|
|
|
|
|
+
|
|
|
&:nth-child(1) {
|
|
|
- order: 2
|
|
|
+ order: 2;
|
|
|
+ padding: 0;
|
|
|
}
|
|
|
|
|
|
&:nth-child(2) {
|
|
@@ -263,8 +268,11 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+
|
|
|
@media (max-width: 768px) {
|
|
|
.client-xuexishouyi-box {
|
|
|
.client-title {
|