提交 4d7d360f 编写于 作者: guangjun.yang's avatar guangjun.yang

删除文件及修改样式

上级 26c0417c
...@@ -19,7 +19,6 @@ export default { ...@@ -19,7 +19,6 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
// @import "../../style/mixin";
.nc-container { .nc-container {
display: flex; display: flex;
width: 100%; width: 100%;
......
...@@ -11,8 +11,8 @@ ...@@ -11,8 +11,8 @@
</span> </span>
</div> </div>
<div class="line"></div> <div class="line"></div>
<div class="bottom"> <div class="bottom" @click="clickTips">
<span @click="clickTips">我知道了</span> <span>我知道了</span>
</div> </div>
</div> </div>
</div> </div>
......
<template> <template>
<div class="common-loader loader--style3" title="2"> <div class="common-loader loader--style3" title="2">
<div class="loader-mask"></div> <div class="loader-mask"></div>
<svg version="1.1" id="loader-1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" <svg
width="40" height="40" viewBox="0 0 60 60" style="enable-background:new 0 0 80 80;" xml:space="preserve"> version="1.1"
<path fill="#000" d="M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z"> id="loader-1"
<animateTransform attributeType="xml" xmlns="http://www.w3.org/2000/svg"
attributeName="transform" xmlns:xlink="http://www.w3.org/1999/xlink"
type="rotate" x="0px"
from="0 25 25" y="0px"
to="360 25 25" width="40"
dur="0.6s" height="40"
repeatCount="indefinite"/> viewBox="0 0 60 60"
</path> style="enable-background:new 0 0 80 80;"
</svg> xml:space="preserve"
</div> >
<path
fill="#000"
d="M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z"
>
<animateTransform
attributeType="xml"
attributeName="transform"
type="rotate"
from="0 25 25"
to="360 25 25"
dur="0.6s"
repeatCount="indefinite"
/>
</path>
</svg>
</div>
</template> </template>
<style lang="scss" scoped> <style lang="scss" scoped>
// @import '@/assets/style/mixin'; .common-loader {
.common-loader { &-mask {
&-mask { position: fixed;
position: fixed; top: 0;
top: 0; left: 0;
left: 0; bottom: 0;
bottom: 0; right: 0;
right: 0; z-index: 100;
z-index: 100; background: rgba(0, 0, 0, 0.5);
background: rgba(0, 0, 0, 0.5); }
} svg {
svg { position: absolute;
position: absolute; top: 280px;
top: 280px; left: 172px;
left: 172px; z-index: 101;
z-index: 101; }
} }
}
svg path, svg rect{ svg path,
// fill: #fff; svg rect {
// fill: #449284; // fill: #fff;
fill: #449284; // fill: #449284;
} fill: #449284;
}
</style> </style>
...@@ -16,7 +16,6 @@ export default { ...@@ -16,7 +16,6 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
// @import '@/assets/style/mixin';
.no-more { .no-more {
display: flex; display: flex;
height: 62px; height: 62px;
......
<!-- Tabs组件 -->
<template>
<section class="common-tabs">
</section>
</template>
<script>
export default {
props: {
tapList: {
type: Array,
default: () => []
}
},
methods: {
},
}
</script>
<style lang="scss" scoped>
@import '@/assets/style/mixin';
@import '@/assets/style/global';
.common-tabs {
margin-top: 0;
}
</style>
...@@ -20,8 +20,6 @@ export default { ...@@ -20,8 +20,6 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
// @import '@/assets/style/mixin';
// @import '@/assets/style/global';
.common-split-line { .common-split-line {
margin: 20px 0; margin: 20px 0;
} }
......
<!-- Tips组件 -->
<template>
<div class="common-tips">
ewfwef
</div>
</template>
<script>
export default {
props: {
tipList: {
type: Array,
default: () => []
}
},
methods: {
},
}
</script>
<style lang="scss" scoped>
@import '@/assets/style/mixin';
@import '@/assets/style/global';
.common-tabs {
margin-top: 0;
}
</style>
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册