Commit 96160bcd authored by 姬鋆屾's avatar 姬鋆屾

tui

parent 3903052d
......@@ -106,7 +106,7 @@ body::-webkit-scrollbar {
/* background-color: #0089ff; */
border-radius: 10rem;
}
.title {
.title_boxx {
position: absolute;
width: 100%;
height: 64px;
......@@ -117,7 +117,7 @@ body::-webkit-scrollbar {
line-height: 64px;
text-align: center;
}
.desc {
.desc_boxx {
position: absolute;
width: 100%;
height: 34px;
......
......@@ -53,7 +53,7 @@
<script>
import Storage from "@/utils/js/Storage";
import "./index.css";
// import "./index.css";
import { mapState, mapMutations, mapGetters } from "vuex";
let _this = null;
......@@ -995,7 +995,7 @@ const anim_data = {
rightStr: "",
bottomStr: "",
leftStr: "",
className: "title",
className: "title_boxx",
parentClassName: "e-icon-box",
text: "平台设置",
opacity: 0,
......@@ -1033,7 +1033,7 @@ const anim_data = {
rightStr: "",
bottomStr: "",
leftStr: "",
className: "desc",
className: "desc_boxx",
parentClassName: "e-icon-box",
text: "运用以人工智能为代表的新技术,驱动政务服务模式创新,为人民提供更加智慧化、人性化的政务服务。",
opacity: 0,
......@@ -2940,7 +2940,7 @@ export default {
rightStr: "",
bottomStr: "",
leftStr: "",
className: "title",
className: "title_boxx",
parentClassName: "e-icon-box",
text: "平台设置",
opacity: 0,
......@@ -2978,7 +2978,7 @@ export default {
rightStr: "",
bottomStr: "",
leftStr: "",
className: "desc",
className: "desc_boxx",
parentClassName: "e-icon-box",
text: "运用以人工智能为代表的新技术,驱动政务服务模式创新,为人民提供更加智慧化、人性化的政务服务。",
opacity: 0,
......@@ -3209,6 +3209,7 @@ export default {
};
</script>
<style lang="less" scoped>
@import "./index.css";
@headerH: 4.5rem;
.platform,
.content,
......@@ -3292,5 +3293,4 @@ export default {
.modal {
padding-top: 0;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment