Commit 46e4421d authored by zhanglw's avatar zhanglw

标题变更

parent 0e463b9e
<template>
<div class="mian-navbar">
<figure></figure>
<div class="mian-navbar" style="text-align: center">
<figure><span class="projectName">恒源矿业二道庄矿区智慧矿山</span></figure>
<div class="navbar">
<div class="navbar-line">
......@@ -83,7 +83,20 @@ export default {
</script>
<style lang="scss" scoped>
.projectName {
text-align: center;
line-height: 56px;
font-size: 30px;
font-weight: 600;
background-image: -webkit-linear-gradient(
bottom,
rgb(36, 162, 254),
rgb(255, 255, 255)
);
background-clip: text;
-webkit-text-fill-color: transparent;
letter-spacing: 1px;
}
.mian-navbar{
position:relative;height:6.018vh;width:100%;min-height:60px;
......
<template>
<div class="bigScreenView">
<!-- 头部标题 -->
<div class="top_title">
<div class="top_title" style="text-align: center">
<span class="projectName">恒源矿业二道庄矿区智慧矿山</span>
<div class="top_titl_left">
<div></div>
<div v-for="(item,index) in topSmallTitleLeftData" :key="index" style="cursor: pointer;" @click="changeOver(item)">
......@@ -558,6 +559,20 @@ export default {
margin: 0;
padding: 0;
}
.projectName {
text-align: center;
line-height: 50px;
font-size: 30px;
font-weight: 600;
background-image: -webkit-linear-gradient(
bottom,
rgb(36, 162, 254),
rgb(255, 255, 255)
);
background-clip: text;
-webkit-text-fill-color: transparent;
/*letter-spacing: 1px;*/
}
.mapcontainer1 {
height: 100vh;
width: 100vw;
......
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