123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247 |
- .overview {
- background: #f2f5f7;
- padding: 16px 20px 20px 20px;
- height: 100%;
- width: 100%;
- }
- .overview .view-title {
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .overview .view-title nav {
- display: flex;
- align-items: center;
- }
- .overview .view-title nav span:nth-of-type(1) {
- width: 3px;
- height: 16px;
- background: linear-gradient(180deg, #369cf7 0%, #025baa 100%);
- border-radius: 2px;
- margin-right: 4px;
- display: inline-block;
- }
- .overview .view-title nav span:nth-of-type(2) {
- height: 24px;
- font-size: 16px;
- font-family: MicrosoftYaHeiSemibold;
- font-weight: bold;
- color: #1f2429;
- line-height: 21px;
- }
- .overview .view-title .view-button {
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- line-height: 22px;
- width: 106px;
- height: 32px;
- background: linear-gradient(180deg, #369cf7 0%, #025baa 100%);
- font-size: 14px;
- color: #ffffff;
- display: flex;
- align-items: center;
- justify-content: center;
- cursor: pointer;
- }
- .overview .view-title .view-button img {
- display: inline-block;
- height: 16px;
- width: 16px;
- margin-right: 6px;
- }
- .overview .view-box {
- height: calc(100% - 45px);
- display: flex;
- justify-content: space-between;
- }
- .overview .view-box .view-left {
- width: 58.5%;
- margin-right: 10px;
- display: flex;
- flex-direction: column;
- }
- .overview .view-box .view-left .lb-left {
- width: 100%;
- flex: 1;
- margin-top: 12px;
- margin-bottom: 10px;
- position: relative;
- }
- .overview .view-box .view-left .lb-left .lb-icon {
- z-index: 99;
- position: absolute;
- top: 0;
- right: 2px;
- width: 32px;
- height: 32px;
- background: rgba(0, 0, 0, 0.6);
- border-radius: 0px 4px 0px 4px;
- }
- .overview .view-box .view-left .lb-left .lb-img {
- z-index: 101;
- width: 16px;
- height: 16px;
- position: absolute;
- top: 8px;
- right: 10px;
- }
- .overview .view-box .view-left .lb-bottom {
- height: 34%;
- background: #ffffff;
- padding: 12px 16px;
- }
- .overview .view-box .view-left .lb-bottom nav {
- width: 161px;
- height: 32px;
- display: flex;
- align-items: center;
- background: linear-gradient(270deg, rgba(54, 156, 247, 0) 0%, rgba(2, 91, 170, 0.2) 100%);
- margin-bottom: 12px;
- }
- .overview .view-box .view-left .lb-bottom nav span:nth-of-type(1) {
- width: 2px;
- height: 16px;
- background: #025baa;
- margin-right: 6px;
- display: inline-block;
- }
- .overview .view-box .view-left .lb-bottom nav span:nth-of-type(2) {
- width: 107px;
- height: 22px;
- font-size: 14px;
- font-family: MicrosoftYaHeiSemibold;
- font-weight: bold;
- color: #025baa;
- line-height: 19px;
- }
- .overview .view-box .view-left .lb-bottom .place-p1 {
- height: 24px;
- font-size: 16px;
- font-family: MicrosoftYaHeiSemibold;
- color: #1f2429;
- line-height: 21px;
- margin-bottom: 8px;
- }
- .overview .view-box .view-left .lb-bottom .place-p1 img {
- width: 16px;
- height: 16px;
- margin-right: 3px;
- }
- .overview .view-box .view-left .lb-bottom .place-p2 {
- margin: 16px 0;
- height: 22px;
- font-size: 14px;
- font-family: MicrosoftYaHei;
- color: #1f2429;
- line-height: 19px;
- display: flex;
- align-items: center;
- margin-bottom: 12px;
- margin-top: 0px;
- }
- .overview .view-box .view-left .lb-bottom .place-p2 img {
- width: 16px;
- height: 16px;
- margin-right: 3px;
- }
- .overview .view-box .view-left .lb-bottom .place-bottom {
- display: flex;
- }
- .overview .view-box .view-left .lb-bottom .place-bottom .place-box {
- width: 50%;
- display: flex;
- }
- .overview .view-box .view-left .lb-bottom .place-bottom .place-box .place-left {
- display: flex;
- align-items: center;
- flex-direction: column;
- }
- .overview .view-box .view-left .lb-bottom .place-bottom .place-box .place-left span {
- display: inline-block;
- width: 56px;
- margin-right: 8px;
- font-size: 12px;
- font-family: MicrosoftYaHei;
- color: #646c73;
- line-height: 22px;
- }
- .overview .view-box .view-left .lb-bottom .place-bottom .place-box .place-right {
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- }
- .overview .view-box .view-left .lb-bottom .place-bottom .place-box .place-right span {
- display: inline-block;
- font-size: 12px;
- font-family: MicrosoftYaHei;
- color: #1f2429;
- line-height: 22px;
- }
- .overview .view-box .view-right {
- flex: 1;
- }
- .overview .view-box .view-right .view-right-box {
- height: 100%;
- display: flex;
- flex-direction: column;
- }
- .overview .view-box .view-right .view-right-box .lb-right {
- height: 38%;
- margin-top: 12px;
- margin-bottom: 10px;
- position: relative;
- }
- .overview .view-box .view-right .view-right-box .lb-right .lb-icon {
- z-index: 99;
- position: absolute;
- top: 0;
- right: 2px;
- width: 32px;
- height: 32px;
- background: rgba(0, 0, 0, 0.6);
- border-radius: 0px 4px 0px 4px;
- }
- .overview .view-box .view-right .view-right-box .lb-right .lb-img {
- z-index: 101;
- width: 16px;
- height: 16px;
- position: absolute;
- top: 8px;
- right: 10px;
- }
- .overview .view-box .view-right .view-right-box .lb-right-bottom {
- flex: 1;
- background: #ffffff;
- padding: 12px 16px;
- }
- .overview .view-box .view-right .view-right-box .lb-right-bottom nav {
- width: 161px;
- height: 32px;
- display: flex;
- align-items: center;
- background: linear-gradient(270deg, rgba(54, 156, 247, 0) 0%, rgba(2, 91, 170, 0.2) 100%);
- margin-bottom: 12px;
- }
- .overview .view-box .view-right .view-right-box .lb-right-bottom nav span:nth-of-type(1) {
- width: 2px;
- height: 16px;
- background: #025baa;
- margin-right: 6px;
- display: inline-block;
- }
- .overview .view-box .view-right .view-right-box .lb-right-bottom nav span:nth-of-type(2) {
- width: 107px;
- height: 22px;
- font-size: 14px;
- font-family: MicrosoftYaHeiSemibold;
- font-weight: bold;
- color: #025baa;
- line-height: 19px;
- }
- .overview .view-box .view-right .view-right-box .lb-right-bottom .view-right-bottom {
- overflow: auto;
- }
- @media only screen and (min-width: 768px) and (max-width: 1366px) {
- }
- @media only screen and (min-width: 1367px) {
- }
|