Commit 45bf7582 authored by “yiyousong”'s avatar “yiyousong”
parents bbdb11d2 96160bcd
...@@ -106,7 +106,7 @@ body::-webkit-scrollbar { ...@@ -106,7 +106,7 @@ body::-webkit-scrollbar {
/* background-color: #0089ff; */ /* background-color: #0089ff; */
border-radius: 10rem; border-radius: 10rem;
} }
.title { .title_boxx {
position: absolute; position: absolute;
width: 100%; width: 100%;
height: 64px; height: 64px;
...@@ -117,7 +117,7 @@ body::-webkit-scrollbar { ...@@ -117,7 +117,7 @@ body::-webkit-scrollbar {
line-height: 64px; line-height: 64px;
text-align: center; text-align: center;
} }
.desc { .desc_boxx {
position: absolute; position: absolute;
width: 100%; width: 100%;
height: 34px; height: 34px;
......
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
<script> <script>
import Storage from "@/utils/js/Storage"; import Storage from "@/utils/js/Storage";
import "./index.css"; // import "./index.css";
import { mapState, mapMutations, mapGetters } from "vuex"; import { mapState, mapMutations, mapGetters } from "vuex";
let _this = null; let _this = null;
...@@ -995,7 +995,7 @@ const anim_data = { ...@@ -995,7 +995,7 @@ const anim_data = {
rightStr: "", rightStr: "",
bottomStr: "", bottomStr: "",
leftStr: "", leftStr: "",
className: "title", className: "title_boxx",
parentClassName: "e-icon-box", parentClassName: "e-icon-box",
text: "平台设置", text: "平台设置",
opacity: 0, opacity: 0,
...@@ -1033,7 +1033,7 @@ const anim_data = { ...@@ -1033,7 +1033,7 @@ const anim_data = {
rightStr: "", rightStr: "",
bottomStr: "", bottomStr: "",
leftStr: "", leftStr: "",
className: "desc", className: "desc_boxx",
parentClassName: "e-icon-box", parentClassName: "e-icon-box",
text: "运用以人工智能为代表的新技术,驱动政务服务模式创新,为人民提供更加智慧化、人性化的政务服务。", text: "运用以人工智能为代表的新技术,驱动政务服务模式创新,为人民提供更加智慧化、人性化的政务服务。",
opacity: 0, opacity: 0,
...@@ -2940,7 +2940,7 @@ export default { ...@@ -2940,7 +2940,7 @@ export default {
rightStr: "", rightStr: "",
bottomStr: "", bottomStr: "",
leftStr: "", leftStr: "",
className: "title", className: "title_boxx",
parentClassName: "e-icon-box", parentClassName: "e-icon-box",
text: "平台设置", text: "平台设置",
opacity: 0, opacity: 0,
...@@ -2978,7 +2978,7 @@ export default { ...@@ -2978,7 +2978,7 @@ export default {
rightStr: "", rightStr: "",
bottomStr: "", bottomStr: "",
leftStr: "", leftStr: "",
className: "desc", className: "desc_boxx",
parentClassName: "e-icon-box", parentClassName: "e-icon-box",
text: "运用以人工智能为代表的新技术,驱动政务服务模式创新,为人民提供更加智慧化、人性化的政务服务。", text: "运用以人工智能为代表的新技术,驱动政务服务模式创新,为人民提供更加智慧化、人性化的政务服务。",
opacity: 0, opacity: 0,
...@@ -3209,6 +3209,7 @@ export default { ...@@ -3209,6 +3209,7 @@ export default {
}; };
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
@import "./index.css";
@headerH: 4.5rem; @headerH: 4.5rem;
.platform, .platform,
......
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