123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202 |
- .view-home {
- margin-top: -20px;
- }
- .view-home-card {
- margin: 0 10px;
- }
- .view-home-card-title {
- height: 40px;
- width: 100%;
- position: relative;
- }
- .view-home-card-title-left {
- height: 40px;
- width: 184px;
- position: absolute;
- line-height: 40px;
- color: #fff;
- text-indent: 42px;
- left: 0;
- top: 0;
- background: url('../../assets/images/title_left_02.png') no-repeat;
- background-position: 0 0;
- background-size: 100% 100%;
- }
- .view-home-card-title-right {
- height: 40px;
- width: 26px;
- position: absolute;
- right: 0;
- top: 0;
- background: url('../../assets/images/title_right_04.png') no-repeat;
- background-position: 0 0;
- background-size: 100% 100%;
- }
- .view-home-card-title-center {
- height: 40px;
- position: absolute;
- left: 184px;
- right: 26px;
- top: 0;
- background: url('../../assets/images/center_03.png') no-repeat;
- background-position: 0 0;
- background-size: 100% 100%;
- }
- .view-home-card-content {
- width: 100%;
- background: url('../../assets/images/card_bg_03.png') no-repeat;
- background-position: 0 -5px;
- background-size: 100% 100%;
- &-echars {
- height: calc((100vh - 142px - 90px) / 2);
- position: relative;
- .position-box {
- color: #fff;
- position: absolute;
- top: 70%;
- left: 65%;
- font-size: 26px;
- }
- }
- .ecEl {
- canvas {
- width: 100% !important;
- height: 100% !important;
- }
- }
- .el-col-8 {
- height: 100%;
- }
- }
- .ecfgs {
- margin: auto;
- display: flex;
- justify-content: center;
- margin-top: 100px;
- }
- .ecfgs-gg > p {
- text-align: center;
- margin-top: -30px;
- color: #fff;
- }
- .view-home-card-s {
- // display: flex;
- }
- .ecEl {
- width: 100%;
- height: 100%;
- }
- .view-home-card-f {
- width: 340px;
- height: 136px;
- position: relative;
- margin: 0 auto;
- overflow: hidden;
- > img {
- position: absolute;
- z-index: 0;
- width: 100%;
- left: 0;
- top: 0;
- }
- span,
- p {
- position: relative;
- z-index: 2;
- color: #fff;
- display: block;
- }
- span {
- margin-left: 30px;
- margin-top: 30px;
- font-size: 18px;
- }
- p {
- margin-left: 30px;
- margin-top: 20px;
- font-size: 22px;
- }
- }
- .view-home-card-h {
- margin-top: 30px;
- }
- .view-home-card-content-echars {
- overflow: hidden;
- }
- .view-home-card-j {
- margin-top: 10px;
- }
- .echart-box {
- display: flex;
- padding: 0 24px;
- .tag {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- .tag-item {
- width: 240px;
- height: 84px;
- margin-bottom: 12px;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- .title {
- font-size: 17px;
- font-weight: 400;
- color: #dfeef3;
- margin-bottom: 12px;
- }
- .title:last-child {
- margin: 0;
- }
- .v1 {
- font-size: 20px;
- color: #2acfff;
- }
- .v2 {
- font-size: 20px;
- color: #e39d03;
- }
- .v3 {
- font-size: 20px;
- color: #00ffa2;
- }
- }
- .m1 {
- background: url('../../assets/images/123.png') no-repeat;
- background-size: 100% 100%;
- }
- .m2 {
- background: url('../../assets/images/456.png') no-repeat;
- background-size: 100% 100%;
- }
- .m3 {
- background: url('../../assets/images/789.png') no-repeat;
- background-size: 100% 100%;
- }
- .tag-item:last-child {
- margin-bottom: 0;
- }
- }
- .ecEl {
- width: 100%;
- height: 300px;
- z-index: 999;
- }
- }
- .baseBar-box {
- width: 100%;
- height: 90%;
- }
- .tabl-box {
- padding-top: 10px;
- height: calc(100% - 10px);
- }
|