|
@@ -7,6 +7,7 @@
|
|
<p class="title">Contact Us</p>
|
|
<p class="title">Contact Us</p>
|
|
<div class="line"></div>
|
|
<div class="line"></div>
|
|
<div
|
|
<div
|
|
|
|
+ class="item"
|
|
style="padding-left: 20px; font-size: 16px"
|
|
style="padding-left: 20px; font-size: 16px"
|
|
v-html="info"></div>
|
|
v-html="info"></div>
|
|
<br />
|
|
<br />
|
|
@@ -246,5 +247,17 @@ export default {
|
|
p {
|
|
p {
|
|
word-wrap: break-word;
|
|
word-wrap: break-word;
|
|
}
|
|
}
|
|
|
|
+ ul {
|
|
|
|
+ list-style-type: unset;
|
|
|
|
+ margin-top: 20px;
|
|
|
|
+ margin-bottom: 20px;
|
|
|
|
+ padding-left: 40px;
|
|
|
|
+ }
|
|
|
|
+ ol {
|
|
|
|
+ list-style-type: decimal;
|
|
|
|
+ margin-top: 20px;
|
|
|
|
+ margin-bottom: 20px;
|
|
|
|
+ padding-left: 40px;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|