| New file |
| | |
| | | <template> |
| | | <div class="router-view"> |
| | | <div data-v-ff155e67="" class="helpCenter"> |
| | | <div data-v-ff155e67="" class="wrap containner"> |
| | | <div data-v-ff155e67="" class="htmlTemplate"> |
| | | <p> |
| | | <strong>{{ $t("message.user.ma76") }}</strong> |
| | | </p> |
| | | <p> |
| | | {{ $t("message.user.ma77") }} |
| | | </p> |
| | | <p> |
| | | {{ $t("message.user.ma78") }} |
| | | </p> |
| | | <p> |
| | | {{ $t("message.user.ma79") }} |
| | | </p> |
| | | <p> |
| | | {{ $t("message.user.ma80") }} |
| | | </p> |
| | | <p> |
| | | {{ $t("message.user.ma81") }} |
| | | </p> |
| | | <p> |
| | | {{ $t("message.user.ma82") }} |
| | | </p> |
| | | <p> |
| | | {{ $t("message.user.ma83") }} |
| | | </p> |
| | | <p> |
| | | {{ $t("message.user.ma84") }} |
| | | </p> |
| | | <p> |
| | | {{ $t("message.user.ma85") }} |
| | | </p> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <footerView></footerView> |
| | | </template> |
| | | |
| | | <script> |
| | | export default { |
| | | data: () => ({}), |
| | | }; |
| | | </script> |
| | | |
| | | <style scoped> |
| | | .router-view { |
| | | flex: 1; |
| | | background-color: #000; |
| | | } |
| | | |
| | | .helpCenter { |
| | | padding: 30px 0; |
| | | } |
| | | |
| | | .wrap { |
| | | min-width: 100%; |
| | | max-width: 100%; |
| | | box-sizing: border-box; |
| | | padding: 0 12px; |
| | | margin: 0 auto; |
| | | } |
| | | |
| | | .htmlTemplate[data-v-ff155e67] { |
| | | width: 70%; |
| | | margin: 0 auto; |
| | | padding: 30px; |
| | | box-sizing: border-box; |
| | | color: #989898; |
| | | background-color: #212121; |
| | | } |
| | | </style> |