diff --git a/src/components/HowToUse.vue b/src/components/HowToUse.vue index 8f551e6..6a2eff4 100644 --- a/src/components/HowToUse.vue +++ b/src/components/HowToUse.vue @@ -4,9 +4,9 @@
第一步
-
选择开通小区
+
选择小区
-
小区未开通可申请
+
未开通小区可申请开通
@@ -132,7 +132,11 @@ export default { .step-content { display: flex; align-items: center; - justify-content: center; + justify-content: flex-start; + width: 70%; + max-width: 300px; + margin: 0 auto; + text-align: left; } .step-title { @@ -147,7 +151,7 @@ export default { color: #333333; } -.step-description { +.step-description { font-size: 16px; color: #999999; } @@ -301,4 +305,16 @@ export default { margin-top: 20px; } } + +@media (min-width: 414px) { + .step-content { + width: 60%; + } +} + +@media (min-width: 768px) { + .step-content { + width: 50%; + } +} \ No newline at end of file