邓洁 : 修改细节

This commit is contained in:
邓洁
2023-12-17 23:21:21 +08:00
parent c0c9248e78
commit a5e2df0deb
3 changed files with 66 additions and 27 deletions

View File

@@ -259,16 +259,36 @@ body,
.digital-tunnel { .digital-tunnel {
.chat-dialog { .chat-dialog {
display: flex; display: flex;
#container { #container {
flex: 1; flex: 1;
height: 1160px; height: 1160px;
//width: 1300px; //width: 1300px;
} }
#containerBad {
flex: 1;
height: 1160px;
//width: 1300px;
}
#containerWind {
flex: 1;
height: 1160px;
//width: 1300px;
}
#containerEle { #containerEle {
flex: 1; flex: 1;
height: 1060px; height: 1060px;
//width: 2180px; //width: 2180px;
} }
#containerAir {
flex: 1;
height: 1060px;
//width: 2180px;
}
} }
.el-dialog { .el-dialog {
@@ -386,6 +406,7 @@ body,
} }
} }
} }
.el-overlay-message-box { .el-overlay-message-box {
.el-message-box { .el-message-box {
width: 500px; width: 500px;
@@ -393,13 +414,16 @@ body,
background: rgba(7, 35, 72, 0.79); background: rgba(7, 35, 72, 0.79);
border-radius: 20px; border-radius: 20px;
border: 2px solid #0f82af; border: 2px solid #0f82af;
.el-message-box__title { .el-message-box__title {
display: none; display: none;
} }
.el-message-box__content { .el-message-box__content {
.el-icon { .el-icon {
display: none; display: none;
} }
.el-message-box__message { .el-message-box__message {
//width: 315px; //width: 315px;
height: 80px; height: 80px;
@@ -407,15 +431,18 @@ body,
font-weight: bold; font-weight: bold;
color: #08b7b8; color: #08b7b8;
letter-spacing: 3px; letter-spacing: 3px;
p{
p {
line-height: 40px; line-height: 40px;
} }
} }
} }
.el-message-box__btns { .el-message-box__btns {
margin-top: 20px; margin-top: 20px;
display: flex; display: flex;
justify-content: space-around; justify-content: space-around;
.el-button { .el-button {
width: 130px; width: 130px;
height: 50px; height: 50px;
@@ -424,6 +451,7 @@ body,
background-color: #072348; background-color: #072348;
color: #08b7b8; color: #08b7b8;
} }
.el-button--primary { .el-button--primary {
background: #08b7b8; background: #08b7b8;
color: #ffffff; color: #ffffff;
@@ -434,41 +462,51 @@ body,
//el-select 下拉框样式 //el-select 下拉框样式
.el-select__popper { .el-select__popper {
margin-top: -12px!important; margin-top: -12px !important;
background: #072247!important; background: #072247 !important;
border: 1px solid #0F82AF!important; border: 1px solid #0F82AF !important;
} }
.el-popper { .el-popper {
max-width: 202px!important; max-width: 202px !important;
box-sizing: border-box; box-sizing: border-box;
} }
.el-popper__arrow::before{
.el-popper__arrow::before {
display: none; display: none;
} }
.el-select-dropdown{
width: 200px!important; .el-select-dropdown {
width: 200px !important;
} }
.el-select-dropdown__item{
color: #fff!important; .el-select-dropdown__item {
color: #fff !important;
} }
.el-select-dropdown__item.hover{
background-color: #072247!important; .el-select-dropdown__item.hover {
background-color: #072247 !important;
} }
.el-select-dropdown__item:hover { .el-select-dropdown__item:hover {
background-color: #072247!important; background-color: #072247 !important;
color: #08B7B8!important; color: #08B7B8 !important;
} }
.el-select-dropdown__item.selected { .el-select-dropdown__item.selected {
color: #08B7B8!important; color: #08B7B8 !important;
} }
.el-select-dropdown__list{
.el-select-dropdown__item:first-child{ .el-select-dropdown__list {
.el-select-dropdown__item:first-child {
color: #FFFFFF; color: #FFFFFF;
&:hover{
color: #08B7B8!important; &:hover {
color: #08B7B8 !important;
} }
} }
} }
//input number 右侧加减隐藏 //input number 右侧加减隐藏
input::-webkit-outer-spin-button, input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { input::-webkit-inner-spin-button {
@@ -478,17 +516,18 @@ input::-webkit-inner-spin-button {
input[type="number"] { input[type="number"] {
-moz-appearance: textfield; -moz-appearance: textfield;
} }
//checkbox //checkbox
.el-checkbox__inner { .el-checkbox__inner {
width: 40px !important; width: 40px !important;
height: 40px !important; height: 40px !important;
border-radius: 25px!important; border-radius: 25px !important;
} }
.el-checkbox__input.is-checked .el-checkbox__inner { .el-checkbox__input.is-checked .el-checkbox__inner {
width: 25px; width: 25px;
height: 25px; height: 25px;
background-color: #05FEFF!important; background-color: #05FEFF !important;
} }
.el-checkbox__input.is-checked .el-checkbox__inner::after { .el-checkbox__input.is-checked .el-checkbox__inner::after {

View File

@@ -21,7 +21,7 @@
<div class="left-top-icon"></div> <div class="left-top-icon"></div>
<div class="right-top-icon"></div> <div class="right-top-icon"></div>
<div class="chat-dialog"> <div class="chat-dialog">
<div id="container"></div> <div id="containerWind"></div>
<div style="width: 1px;"></div> <div style="width: 1px;"></div>
</div> </div>
<div class="time-select"> <div class="time-select">
@@ -40,7 +40,7 @@
<div class="left-top-icon"></div> <div class="left-top-icon"></div>
<div class="right-top-icon"></div> <div class="right-top-icon"></div>
<div class="chat-dialog"> <div class="chat-dialog">
<div id="containerEle"></div> <div id="containerAir"></div>
<div style="width: 1px;"></div> <div style="width: 1px;"></div>
</div> </div>
<div class="time-select"> <div class="time-select">
@@ -149,7 +149,7 @@ const getAirInfo = (now) => {
} }
const initChart = () => { const initChart = () => {
//3.初始化container容器 //3.初始化container容器
myEcharts = echarts.init(document.getElementById('container')); myEcharts = echarts.init(document.getElementById('containerWind'));
//5.传入数据 //5.传入数据
let option = { let option = {
//图例 //图例
@@ -232,7 +232,7 @@ const initChart = () => {
} }
const initAirChart = () => { const initAirChart = () => {
//3.初始化container容器 //3.初始化container容器
myAirEcharts = echarts.init(document.getElementById('containerEle')); myAirEcharts = echarts.init(document.getElementById('containerAir'));
//5.传入数据 //5.传入数据
let option = { let option = {
//图例 //图例

View File

@@ -23,7 +23,7 @@
<div class="left-top-icon"></div> <div class="left-top-icon"></div>
<div class="right-top-icon"></div> <div class="right-top-icon"></div>
<div class="chat-dialog"> <div class="chat-dialog">
<div id="container"></div> <div id="containerBad"></div>
<div style="width: 1px"></div> <div style="width: 1px"></div>
</div> </div>
<div class="time-select"> <div class="time-select">
@@ -130,7 +130,7 @@ const getImageUrl = (name) => {
*/ */
const initChart = () => { const initChart = () => {
//3.初始化container容器 //3.初始化container容器
myEcharts = echarts.init(document.getElementById("container")); myEcharts = echarts.init(document.getElementById("containerBad"));
//5.传入数据 //5.传入数据
let option = { let option = {
//图例 //图例