| 1234567891011121314151617181920212223 |
- <template>
- <div style="background:linear-gradient(180deg,rgba(153,153,153,1) 0%,rgba(86,86,86,1) 100%);">
- <div class="middle bottomB row center">HX669属于HX669有限公司注册 版权所有©2019</div>
- </div>
- </template>
- <script>
- import "@/css/index.css";
- export default {
- data() {
- return {};
- }
- };
- </script>
- <style scoped>
- .bottomB{
- color: #ccc;
- height: 1.5rem;
- font-size: .14rem;
- }
- </style>
|