|
@ -226,7 +226,7 @@ |
|
|
::v-deep .el-range-input { |
|
|
::v-deep .el-range-input { |
|
|
background: transparent; |
|
|
background: transparent; |
|
|
border: none; |
|
|
border: none; |
|
|
color:#fff |
|
|
color: #fff; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
@ -676,7 +676,20 @@ |
|
|
height: 270px; |
|
|
height: 270px; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
.pieMain2 { |
|
|
|
|
|
.pie { |
|
|
|
|
|
margin-top: 32px; |
|
|
|
|
|
flex: 0px !important; |
|
|
|
|
|
height: 270px; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
.pieMain3 { |
|
|
|
|
|
.pie { |
|
|
|
|
|
margin-top: 32px; |
|
|
|
|
|
flex: 0 0 480px !important; |
|
|
|
|
|
height: 480px !important; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
.kuangkuang { |
|
|
.kuangkuang { |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
// height: calc(100% - 120px); |
|
|
// height: calc(100% - 120px); |
|
@ -684,13 +697,10 @@ |
|
|
// background: rgba(26, 149, 255, 0.3); |
|
|
// background: rgba(26, 149, 255, 0.3); |
|
|
box-shadow: inset 0px 0px 20px 0px rgba(26, 149, 255, 1); |
|
|
box-shadow: inset 0px 0px 20px 0px rgba(26, 149, 255, 1); |
|
|
background: linear-gradient(to left, rgb(26, 149, 255), rgb(26, 149, 255)) left top no-repeat, |
|
|
background: linear-gradient(to left, rgb(26, 149, 255), rgb(26, 149, 255)) left top no-repeat, |
|
|
linear-gradient(to bottom, rgb(26, 149, 255), rgb(26, 149, 255)) left top no-repeat, |
|
|
linear-gradient(to bottom, rgb(26, 149, 255), rgb(26, 149, 255)) left top no-repeat, linear-gradient(to left, rgb(26, 149, 255), rgb(26, 149, 255)) right top no-repeat, |
|
|
linear-gradient(to left, rgb(26, 149, 255), rgb(26, 149, 255)) right top no-repeat, |
|
|
linear-gradient(to bottom, rgb(26, 149, 255), rgb(26, 149, 255)) right top no-repeat, linear-gradient(to left, rgb(26, 149, 255), rgb(26, 149, 255)) left bottom no-repeat, |
|
|
linear-gradient(to bottom, rgb(26, 149, 255), rgb(26, 149, 255)) right top no-repeat, |
|
|
|
|
|
linear-gradient(to left, rgb(26, 149, 255), rgb(26, 149, 255)) left bottom no-repeat, |
|
|
|
|
|
linear-gradient(to bottom, rgb(26, 149, 255), rgb(26, 149, 255)) left bottom no-repeat, |
|
|
linear-gradient(to bottom, rgb(26, 149, 255), rgb(26, 149, 255)) left bottom no-repeat, |
|
|
linear-gradient(to left, rgb(26, 149, 255), rgb(26, 149, 255)) right bottom no-repeat, |
|
|
linear-gradient(to left, rgb(26, 149, 255), rgb(26, 149, 255)) right bottom no-repeat, linear-gradient(to left, rgb(26, 149, 255), rgb(26, 149, 255)) right bottom no-repeat; |
|
|
linear-gradient(to left, rgb(26, 149, 255), rgb(26, 149, 255)) right bottom no-repeat; |
|
|
|
|
|
background-size: 3px 10px, 10px 3px, 3px 10px, 10px 3px; |
|
|
background-size: 3px 10px, 10px 3px, 3px 10px, 10px 3px; |
|
|
margin-top: 20px; |
|
|
margin-top: 20px; |
|
|
text-align: center; |
|
|
text-align: center; |
|
@ -702,7 +712,6 @@ |
|
|
color: #ffffff; |
|
|
color: #ffffff; |
|
|
line-height: 20px; |
|
|
line-height: 20px; |
|
|
margin-top: 16px; |
|
|
margin-top: 16px; |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
h2 { |
|
|
h2 { |
|
|
font-size: 32px; |
|
|
font-size: 32px; |
|
@ -713,4 +722,6 @@ |
|
|
letter-spacing: 2px; |
|
|
letter-spacing: 2px; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
.cur{ cursor: pointer;} |
|
|
.cur { |
|
|
|
|
|
cursor: pointer; |
|
|
|
|
|
} |
|
|