| | |
| | | /* æ¹å主é¢è²åé */ |
| | | $--color-primary: #1890FF; |
| | | $--color-primary: #1890ff; |
| | | |
| | | /* æ¹å icon åä½è·¯å¾åéï¼å¿
é */ |
| | | $--font-path: '~element-ui/lib/theme-chalk/fonts'; |
| | | $--font-path: "~element-ui/lib/theme-chalk/fonts"; |
| | | |
| | | @import "~element-ui/packages/theme-chalk/src/index"; |
| | | |
| | | :export { |
| | | theme: $--color-primary; |
| | | theme: $--color-primary; |
| | | } |
| | | |
| | | @font-face { |
| | | font-family: "PangMenZhengDao"; |
| | | src: url("~@/assets/fonts/PANGMENZHENGDAOBIAOTITI-1.TTF"); |
| | | } |
| | | |
| | | @font-face { |
| | | font-family: "YouSheBiaoTiHei"; |
| | | src: url("~@/assets/fonts/ä¼è®¾æ é¢é».TTF"); |
| | | } |
| | | @font-face { |
| | | font-family: "HYLingXinJ"; |
| | | src: url("~@/assets/fonts/HYLingXinTiJ.otf"); |
| | | } |
| | |
| | | isActive: false, |
| | | isMenuLayer: true, |
| | | openEcharts: false, |
| | | filterText: '', |
| | | filterText: "", |
| | | } |
| | | }, |
| | | |
| | |
| | | font-size: 20px; |
| | | width: 130px; |
| | | text-align: center; |
| | | padding-top: 10px; |
| | | font-weight: bold; |
| | | width: 140px; |
| | | padding-top: 15px; |
| | | color: #fff; |
| | | background: linear-gradient( |
| | | 0deg, |
| | | rgba(81, 192, 243, 0.65) 0%, |
| | | rgba(255, 255, 255, 0.65) 86% |
| | | ); |
| | | -webkit-background-clip: text; |
| | | font-size: 17.5px; |
| | | font-family: HYLingXinJ, HYLingXinJ-regular; |
| | | font-weight: normal; |
| | | letter-spacing: 1.05px; |
| | | } |
| | | .el-input { |
| | | width: 80%; |
| | |
| | | padding-left: 30px; |
| | | height: 27px; |
| | | line-height: 27px; |
| | | font-size: 16px; |
| | | background: linear-gradient(0deg, #9cd2ff 0%, #ffffff 100%); |
| | | font-size: 15px; |
| | | font-family: YouSheBiaoTiHei, YouSheBiaoTiHei-Regular; |
| | | -webkit-background-clip: text; |
| | | color: #fff; |
| | | } |
| | | } |
| | |
| | | <div class="top"> |
| | | <div class="topleft"> |
| | | <div |
| | | class="topleft1 topleftC" @click="OpenInitChart" |
| | | :class="{ topleft1: screen == false, topleftC: screen == true }" |
| | | class="topleft1" |
| | | :class="currView == 'chart' ? 'active' : ''" |
| | | @click="OpenInitChart" |
| | | > |
| | | <img src="../../assets/img/Screen/bigST.png" /> |
| | | <span>大å±è§å¾</span> |
| | | </div> |
| | | <div |
| | | class="topleft1 topleftC" @click="OpenProjectree" |
| | | :class="{ topleft1: tree == false, topleftC: tree == true }" |
| | | class="topleft1" |
| | | @click="OpenProjectree" |
| | | :class="currView == 'tree' ? 'active' : ''" |
| | | > |
| | | <img src="../../assets/img/Screen/ptree.png" /> |
| | | <span>å·¥ç¨é¡¹ç®</span> |
| | |
| | | return { |
| | | tree: false, |
| | | screen: false, |
| | | currView: "chart", |
| | | } |
| | | }, |
| | | mounted() {}, |
| | |
| | | }, |
| | | |
| | | //æå¼å¤§å± |
| | | OpenInitChart(){ |
| | | this.$parent.$refs.mapleft.OpenLeftInit(); |
| | | OpenInitChart() { |
| | | this.currView = "chart" |
| | | this.screen = true |
| | | this.$parent.$refs.mapleft.OpenLeftInit() |
| | | }, |
| | | |
| | | //æå¼å·¥ç¨æ |
| | | OpenProjectree(){ |
| | | this.$parent.$refs.mapleft.OpenLeftProjectTree(); |
| | | } |
| | | OpenProjectree() { |
| | | this.screen = false |
| | | |
| | | this.currView = "tree" |
| | | |
| | | |
| | | this.$parent.$refs.mapleft.OpenLeftProjectTree() |
| | | }, |
| | | }, |
| | | } |
| | | </script> |
| | |
| | | justify-content: space-around; |
| | | cursor: pointer; |
| | | .topleft1 { |
| | | width: 131px; |
| | | height: 40px; |
| | | background-image: url(../../assets/img/Screen/btnc.png); |
| | | background-repeat: no-repeat; |
| | | background-size: 100% 100%; |
| | | display: flex; |
| | | align-items: center; |
| | | } |
| | | .topleftC { |
| | | width: 131px; |
| | | height: 40px; |
| | | width: 127px; |
| | | height: 36px; |
| | | // border: 1px solid #30acff; |
| | | border-radius: 4px; |
| | | background-image: url(../../assets/img/Screen/btnbg.png); |
| | | background-repeat: no-repeat; |
| | | background-size: 100% 100%; |
| | | display: flex; |
| | | align-items: center; |
| | | } |
| | | .active { |
| | | background-image: url(../../assets/img/Screen/btnc.png); |
| | | background-repeat: no-repeat; |
| | | background-size: 100% 100%; |
| | | } |
| | | img { |
| | | height: 26px; |
| | | width: 32px; |