| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402 |
- // /* */
- .title {
- margin-bottom: 20px;
- :deep(.el-select__wrapper) {
- .el-select__prefix {
- color: #000000 !important;
- }
- .el-select__selected-item {
- font-size: 22px;
- }
-
- background-color: rgb(0 0 0 / 0%);
- box-shadow: 0 0 0 0 !important;
-
- --el-input-transparent-border: 0 0 0 0px;
- --el-input-hover-border: 0px !important;
- --el-input-border: 0px;
-
- // background-color:
- }
- :deep(.el-select .el-input__wrapper.is-focus) {
- box-shadow: 0 0 0 0 !important;
- }
- :deep(.el-select .el-input.is-focus .el-input__wrapper) {
- box-shadow: 0 0 0 0 !important;
- }
-
- // 自定义el-select的下拉箭头
- :deep(.el-select__caret) {
- /* 为下拉小箭头留出一点位置,避免被文字覆盖 */
- padding-right: 14px;
-
- /* 很关键:将默认的select选择框样式清除 */
- appearance: none;
-
- /* 自定义图片 */
- background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;
-
- /* 自定义图片的大小 */
- background-size: 14px 12px;
- }
-
- /* 将小箭头的样式去去掉 */
- :deep(.el-select__suffix .el-icon svg) {
- width: 0;
- }
- :deep(.el-icon-arrow-up::before) {
- content: "";
- }
- :deep(.el-select--large .el-select__wrapper) {
- font-size: 24px;
- }
- }
- .el-row {
- margin-bottom: 20px;
- }
- .el-row:last-child {
- margin-bottom: 0;
- }
- .el-col {
- border-radius: 4px;
- }
- .grid_div {
- position: relative;
- display: flex;
-
- // align-items: center;
- justify-content: space-between;
- }
- .demo-tabs {
- flex: 1;
- .grid_div1 {
- display: flex;
- width: 100%;
- }
- #income {
- flex: 1;
- }
- }
- .grid_divright {
- position: absolute;
- top: 0;
- right: 20px;
- display: flex;
- align-items: center;
- height: 38px;
-
- // padding-top: 10px;
- border-bottom: 2px solid #e4e7ed;
- }
- #baroption {
- width: 100%;
- height: 460px;
-
- // background-color: #222222;
- }
- .grid_divright_1 {
- margin-right: 20px;
- color: #00a9ff;
- cursor: pointer;
- }
- .grid_divright_2 {
- margin-right: 20px;
- color: #cccccc;
- cursor: pointer;
- }
- .grid_divright_3 {
- margin-right: 20px;
- color: #cccccc;
- }
- .grid-content {
- min-height: 36px;
- padding: 20px;
- margin-top: 20px;
-
- // background-color: #ffffff;
- border-radius: 8px;
- .overview_title1 {
- width: 100%;
- height: 40px;
- }
- .overview_title {
- display: flex;
- justify-content: space-between;
- width: 100%;
- height: 80px;
- .overview_title_name {
- font-size: 14px;
- font-weight: 500;
- }
- .overview_img {
- box-sizing: border-box;
- display: flex;
- align-items: center;
- justify-content: center;
- width: 80px;
- height: 80px;
- padding-bottom: 10px;
- overflow: hidden;
- background-color: #edffe6;
- border-radius: 100%;
- img {
- width: 50px;
- height: 50px;
- }
- }
- .overview_img1 {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 80px;
- height: 80px;
- overflow: hidden;
- background-color: #f6e6ff;
- border-radius: 100%;
- img {
- width: 50px;
- height: 50px;
- }
- }
- .overview_img2 {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 80px;
- height: 80px;
- overflow: hidden;
- background-color: #d8efff;
- border-radius: 100%;
- img {
- width: 50px;
- height: 50px;
- }
- }
- .overview_img3 {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 80px;
- height: 80px;
- overflow: hidden;
- background-color: #fff1e6;
- border-radius: 100%;
- img {
- width: 50px;
- height: 50px;
- }
- }
- .overview_titlename {
- font-size: 32px;
- font-weight: 700;
- .overview_unit {
- font-size: 14px;
- font-weight: 500;
- color: #cccccc;
- }
- }
- }
- .overview_line {
- font-size: 14px;
- }
- }
- .grid_right {
- display: flex;
- align-items: center;
- justify-content: space-between;
- width: 100%;
- height: 40px;
- font-size: 16px;
- border-bottom: 1px solid #e8e8e8;
- .grid_right1 {
- font-size: 12px;
- cursor: pointer;
- }
- }
- .gridpiechart {
- width: 100%;
- height: 280px;
- margin-top: 30px;
- overflow: hidden;
- }
- .gridpiechartimg {
- width: 100%;
- }
- .gridpiechartname {
- margin-top: 20px;
- margin-bottom: 10px;
- font-size: 18px;
- font-weight: 600;
- }
- .gridpiechartdiv {
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-top: 10px;
- }
- .gridpiechartnameright {
- font-size: 14px;
- color: #8b8b8b;
- }
- .gridpiechartnameleft {
- display: flex;
- align-items: center;
- font-size: 14px;
- }
- .gridpiechartnameleft1 {
- display: flex;
- align-items: center;
- width: 200px; /* 内容宽度超过容器 */
- overflow: hidden; /* 隐藏溢出内容 */
- font-size: 14px;
- white-space: nowrap; /* 不换行 */
- }
- .home {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 100%;
- height: 100%;
- .home-bg {
- width: 70%;
- max-width: 1200px;
- margin-bottom: 20px;
- }
- }
- /* stylelint-disable-next-line no-duplicate-selectors */
- .title {
- display: flex;
- align-items: center;
- font-size: 18px;
- }
- .title_time {
- margin-left: 10px;
- font-size: 16px;
- }
- .demo-tabs > .el-tabs__content {
- padding: 32px;
- font-size: 32px;
- font-weight: 600;
- color: #6b778c;
- }
- .example_block {
- display: flex;
- justify-content: right;
- width: 100%;
- margin-top: 20px;
- }
- .cardtable {
- display: flex;
- align-items: center;
- margin-bottom: 20px;
- }
- .card-header {
- font-weight: 600;
- }
- .middle {
- display: flex;
- justify-content: space-between;
- width: 100%;
- margin-bottom: 20px;
- overflow: hidden;
- border-radius: 8px;
- }
- .middleleft {
- width: 100%;
- height: 665px;
-
- // background-color: #ffffff;
- }
- .middleright {
- width: 100%;
- height: 665px;
-
- // background-color: #ffffff;
- }
- .middlelefttop {
- box-sizing: border-box;
- display: flex;
- align-items: center;
- justify-content: space-between;
- width: 100%;
- height: 65px;
- padding: 0;
- border-bottom: 1px solid #e8e8e8;
- }
- .middleleftchart {
- box-sizing: border-box;
- width: 100%;
- height: 600px;
- padding-left: 20px;
- margin-top: 20px;
- }
- .middle_divright {
- display: flex;
- align-items: center;
- height: 38px;
- }
- .middle_divright_1 {
- margin-right: 20px;
- color: #00a9ff;
- }
- .middle_divright_2 {
- margin-right: 20px;
- color: #cccccc;
- }
- .dialog {
- display: flex;
- margin-top: 20px;
- }
- .information {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 88px;
- height: 30px;
- font-weight: 600;
- color: #0c7aec;
- background: #f2f3f5;
- border: none;
- /* stylelint-disable-next-line number-max-precision */
- border-radius: 0.20833333vw;
- }
- .more {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 88px;
- height: 30px;
- /* stylelint-disable-next-line number-max-precision */
- border-radius: 0.20833333vw;
- }
- .more_img {
- display: flex;
- margin-top: 20px;
- }
- .dialogimg {
- width: 300px;
- height: 150px;
- }
- .dialog_title {
- display: flex;
- margin-top: 20px;
- }
- .more_name {
- color: #777777;
- }
- .more_theme {
- color: #000000;
- }
- .dialog_footer {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 100%;
- margin-top: 20px;
- margin-bottom: 20px;
- }
- .dialog_name {
- border-right: 1px solid rgb(0 0 0 / 5%);
- }
-
- // 日期 尖 峰 平 股
|