123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514 |
- .overview {
- background: #f2f5f7;
- padding: 16px 20px 20px 20px;
- height: 100%;
- width: 100%;
- .view-title {
- display: flex;
- justify-content: space-between;
- align-items: center;
- nav {
- display: flex;
- align-items: center;
- span:nth-of-type(1) {
- width: 3px;
- height: 16px;
- background: linear-gradient(180deg, rgba(54, 156, 247, 1) 0%, rgba(2, 91, 170, 1) 100%);
- border-radius: 2px;
- margin-right: 4px;
- display: inline-block;
- }
- span:nth-of-type(2) {
- height: 24px;
- font-size: 16px;
- font-family: MicrosoftYaHeiSemibold;
- font-weight: bold;
- color: #1f2429;
- line-height: 21px;
- }
- }
- .view-button {
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- line-height: 22px;
- width: 106px;
- height: 32px;
- background: linear-gradient(180deg, rgba(54, 156, 247, 1) 0%, rgba(2, 91, 170, 1) 100%);
- font-size: 14px;
- color: #ffffff;
- display: flex;
- align-items: center;
- justify-content: center;
- cursor: pointer;
- img {
- display: inline-block;
- height: 16px;
- width: 16px;
- margin-right: 6px;
- }
- }
- }
- .view-box {
- height: calc(100% - 45px);
- display: flex;
- justify-content: space-between;
- .view-left {
- width: 58.7%;
- margin-right: 10px;
- display: flex;
- flex-direction: column;
- .lb-left {
- width: 100%;
- flex: 1;
- margin-top: 12px;
- margin-bottom: 10px;
- position: relative;
- .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;
- }
- .lb-img {
- z-index: 101;
- width: 16px;
- height: 16px;
- position: absolute;
- top: 8px;
- right: 10px;
- }
- }
- .lb-bottom {
- height: 34%;
- background: #ffffff;
- padding: 16px;
- 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;
- span:nth-of-type(1) {
- width: 2px;
- height: 16px;
- background: #025baa;
- margin-right: 6px;
- display: inline-block;
- }
- span:nth-of-type(2) {
- width: 107px;
- height: 22px;
- font-size: 14px;
- font-family: MicrosoftYaHeiSemibold;
- font-weight: bold;
- color: #025baa;
- line-height: 19px;
- }
- }
- .place-p1 {
- height: 24px;
- font-size: 16px;
- font-family: MicrosoftYaHeiSemibold;
- color: rgba(31, 36, 41, 1);
- line-height: 21px;
- margin-bottom: 8px;
- }
- .place-p2 {
- margin: 16px 0;
- height: 22px;
- font-size: 14px;
- font-family: MicrosoftYaHei;
- color: rgba(31, 36, 41, 1);
- line-height: 19px;
- display: flex;
- align-items: center;
- margin-bottom: 12px;
- margin-top: 0px;
- img {
- margin-right: 3px;
- }
- }
- .place-bottom {
- display: flex;
- .place-box {
- width: 50%;
- display: flex;
- .place-left {
- display: flex;
- align-items: center;
- flex-direction: column;
- span {
- display: inline-block;
- width: 56px;
- margin-right: 8px;
- font-size: 12px;
- font-family: MicrosoftYaHei;
- color: rgba(100, 108, 115, 1);
- line-height: 22px;
- }
- }
- .place-right {
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- span {
- display: inline-block;
- font-size: 12px;
- font-family: MicrosoftYaHei;
- color: rgba(31, 36, 41, 1);
- line-height: 22px;
- }
- }
- }
- }
- }
- }
- .view-right {
- flex: 1;
- .view-right-box {
- height: 100%;
- display: flex;
- flex-direction: column;
- .lb-right {
- height: 46%;
- margin-top: 12px;
- margin-bottom: 10px;
- position: relative;
- .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;
- }
- .lb-img {
- z-index: 101;
- width: 16px;
- height: 16px;
- position: absolute;
- top: 8px;
- right: 10px;
- }
- }
- .lb-right-bottom {
- flex: 1;
- background: #ffffff;
- padding: 20px 16px;
- 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: 16px;
- span:nth-of-type(1) {
- width: 2px;
- height: 16px;
- background: #025baa;
- margin-right: 6px;
- display: inline-block;
- }
- span:nth-of-type(2) {
- width: 107px;
- height: 22px;
- font-size: 14px;
- font-family: MicrosoftYaHeiSemibold;
- font-weight: bold;
- color: #025baa;
- line-height: 19px;
- }
- }
- .view-right-bottom {
- overflow: auto;
- }
- }
- }
- }
- }
- }
- // 自适应1366*768 和1920*1080 的 暂时不用
- @media only screen and (min-width: 768px) and (max-width: 1366px) {
- // .view-left {
- // flex: 1;
- // margin-right: 16px;
- // .view-left-box {
- // display: flex;
- // flex-direction: column;
- // .view-left-top {
- // height: 336px;
- // margin-bottom: 16px;
- // display: flex;
- // justify-content: space-between;
- // .view-top-imgL {
- // margin-right: 16px;
- // width: 504px;
- // height: 336px;
- // }
- // .view-top-imgR {
- // width: 336px;
- // height: 336px;
- // }
- // }
- // .view-left-bottom {
- // background: #ffffff;
- // padding: 16px;
- // 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: 16px;
- // span:nth-of-type(1) {
- // width: 2px;
- // height: 16px;
- // background: #025baa;
- // margin-right: 6px;
- // display: inline-block;
- // }
- // span:nth-of-type(2) {
- // width: 107px;
- // height: 22px;
- // font-size: 14px;
- // font-family: MicrosoftYaHeiSemibold;
- // color: #025baa;
- // line-height: 19px;
- // }
- // }
- // .place-p {
- // margin: 16px 0;
- // height: 22px;
- // font-size: 14px;
- // font-family: MicrosoftYaHei;
- // color: rgba(31, 36, 41, 1);
- // line-height: 19px;
- // display: flex;
- // align-items: center;
- // img {
- // margin-right: 3px;
- // }
- // }
- // .place-bottom {
- // display: flex;
- // .place-bottom-row {
- // display: flex;
- // justify-content: space-around;
- // div {
- // span {
- // display: block;
- // }
- // }
- // div:nth-of-type(1) {
- // margin-right: 16px;
- // span {
- // width: 56px;
- // font-size: 14px;
- // font-family: MicrosoftYaHei;
- // color: rgba(100, 108, 115, 1);
- // line-height: 32px;
- // }
- // }
- // div:nth-of-type(2) {
- // margin-right: 16px;
- // span {
- // font-size: 14px;
- // font-family: MicrosoftYaHei;
- // color: rgba(31, 36, 41, 1);
- // line-height: 32px;
- // }
- // }
- // }
- // }
- // }
- // }
- // }
- // .view-right {
- // padding: 16px;
- // max-width: 424px;
- // 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: 16px;
- // span:nth-of-type(1) {
- // width: 2px;
- // height: 16px;
- // background: #025baa;
- // margin-right: 6px;
- // display: inline-block;
- // }
- // span:nth-of-type(2) {
- // width: 107px;
- // height: 22px;
- // font-size: 14px;
- // font-family: MicrosoftYaHeiSemibold;
- // color: #025baa;
- // line-height: 19px;
- // }
- // }
- // .view-right-bottom {
- // display: flex;
- // font-size: 14px;
- // font-family: MicrosoftYaHei;
- // line-height: 40px;
- // .view-right-bottom-l {
- // min-width: 42px;
- // margin-right: 16px;
- // color: #646c73;
- // }
- // .view-right-bottom-r {
- // color: #1f2429;
- // }
- // }
- // }
- }
- @media only screen and (min-width: 1367px) {
- // .view-left {
- // flex: 1;
- // margin-right: 20px;
- // .view-left-box {
- // display: flex;
- // flex-direction: column;
- // background: #fff2f5f7;
- // .view-left-top {
- // height: 498px;
- // margin-bottom: 20px;
- // display: flex;
- // justify-content: space-between;
- // .view-top-imgL {
- // margin-right: 20px;
- // max-width: 748px;
- // max-height: 498px;
- // }
- // .view-top-imgR {
- // max-width: 498px;
- // max-height: 498px;
- // }
- // }
- // .view-left-bottom {
- // background: #ffffff;
- // padding: 20px;
- // nav {
- // width: 181px;
- // height: 40px;
- // display: flex;
- // align-items: center;
- // background: linear-gradient(270deg, rgba(54, 156, 247, 0) 0%, rgba(2, 91, 170, 0.2) 100%);
- // margin-bottom: 24px;
- // span:nth-of-type(1) {
- // width: 2px;
- // height: 24px;
- // background: #025baa;
- // margin-right: 12px;
- // display: inline-block;
- // }
- // span:nth-of-type(2) {
- // width: 135px;
- // height: 22px;
- // font-size: 18px;
- // font-family: MicrosoftYaHeiSemibold;
- // color: #025baa;
- // line-height: 24px;
- // }
- // }
- // .place-p {
- // margin: 20px 0;
- // height: 24px;
- // font-size: 16px;
- // font-family: MicrosoftYaHei;
- // color: rgba(31, 36, 41, 1);
- // line-height: 21px;
- // display: flex;
- // align-items: center;
- // img {
- // margin-right: 3px;
- // }
- // }
- // .place-bottom {
- // display: flex;
- // .place-bottom-row {
- // display: flex;
- // justify-content: space-around;
- // div {
- // span {
- // display: block;
- // }
- // }
- // div:nth-of-type(1) {
- // margin-right: 16px;
- // span {
- // width: 76px;
- // font-size: 16px;
- // font-family: MicrosoftYaHei;
- // color: rgba(100, 108, 115, 1);
- // line-height: 40px;
- // }
- // }
- // div:nth-of-type(2) {
- // margin-right: 20px;
- // span {
- // font-size: 16px;
- // font-family: MicrosoftYaHei;
- // color: rgba(31, 36, 41, 1);
- // line-height: 40px;
- // }
- // }
- // }
- // }
- // }
- // }
- // }
- // .view-right {
- // padding: 20px;
- // min-width: 555px;
- // nav {
- // width: 181px;
- // height: 40px;
- // display: flex;
- // align-items: center;
- // background: linear-gradient(270deg, rgba(54, 156, 247, 0) 0%, rgba(2, 91, 170, 0.2) 100%);
- // margin-bottom: 24px;
- // span:nth-of-type(1) {
- // width: 2px;
- // height: 24px;
- // background: #025baa;
- // margin-right: 12px;
- // display: inline-block;
- // }
- // span:nth-of-type(2) {
- // width: 135px;
- // height: 22px;
- // font-size: 18px;
- // font-family: MicrosoftYaHeiSemibold;
- // color: #025baa;
- // line-height: 24px;
- // }
- // }
- // .view-right-bottom {
- // display: flex;
- // font-size: 16px;
- // font-family: MicrosoftYaHei;
- // line-height: 40px;
- // padding-left: 4px;
- // .view-right-bottom-l {
- // min-width: 42px;
- // margin-right: 30px;
- // color: #646c73;
- // }
- // .view-right-bottom-r {
- // color: #1f2429;
- // }
- // }
- // }
- }
|