|
@@ -1,260 +1,260 @@
|
|
.overview {
|
|
.overview {
|
|
- background: #f2f5f7;
|
|
|
|
- padding: 16px 20px 20px 20px;
|
|
|
|
- height: calc(100% - 48px);
|
|
|
|
- width: 100%;
|
|
|
|
|
|
+ background: #f2f5f7;
|
|
|
|
+ padding: 16px 20px 20px 20px;
|
|
|
|
+ height: calc(100% - 48px);
|
|
|
|
+ width: 100%;
|
|
}
|
|
}
|
|
.overview .view-title {
|
|
.overview .view-title {
|
|
- display: flex;
|
|
|
|
- justify-content: space-between;
|
|
|
|
- align-items: center;
|
|
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: space-between;
|
|
|
|
+ align-items: center;
|
|
}
|
|
}
|
|
.overview .view-title nav {
|
|
.overview .view-title nav {
|
|
- display: flex;
|
|
|
|
- align-items: center;
|
|
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
}
|
|
}
|
|
.overview .view-title nav span:nth-of-type(1) {
|
|
.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;
|
|
|
|
|
|
+ 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) {
|
|
.overview .view-title nav span:nth-of-type(2) {
|
|
- height: 24px;
|
|
|
|
- font-size: 16px;
|
|
|
|
- font-family: MicrosoftYaHeiSemibold;
|
|
|
|
- font-weight: bold;
|
|
|
|
- color: #1f2429;
|
|
|
|
|
|
+ height: 24px;
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ font-family: MicrosoftYaHeiSemibold;
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ color: #1f2429;
|
|
}
|
|
}
|
|
.overview .view-title .view-button {
|
|
.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;
|
|
|
|
- border-radius: 4px;
|
|
|
|
|
|
+ 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;
|
|
|
|
+ border-radius: 4px;
|
|
}
|
|
}
|
|
.overview .view-title .view-button img {
|
|
.overview .view-title .view-button img {
|
|
- display: inline-block;
|
|
|
|
- height: 16px;
|
|
|
|
- width: 16px;
|
|
|
|
- margin-right: 6px;
|
|
|
|
|
|
+ display: inline-block;
|
|
|
|
+ height: 16px;
|
|
|
|
+ width: 16px;
|
|
|
|
+ margin-right: 6px;
|
|
}
|
|
}
|
|
.overview .view-box {
|
|
.overview .view-box {
|
|
- height: calc(100% - 45px);
|
|
|
|
- display: flex;
|
|
|
|
- justify-content: space-between;
|
|
|
|
|
|
+ height: calc(100% - 32px);
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: space-between;
|
|
}
|
|
}
|
|
.overview .view-box .view-left {
|
|
.overview .view-box .view-left {
|
|
- width: 58.5%;
|
|
|
|
- margin-right: 10px;
|
|
|
|
- display: flex;
|
|
|
|
- flex-direction: column;
|
|
|
|
|
|
+ width: 58.5%;
|
|
|
|
+ margin-right: 10px;
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
}
|
|
}
|
|
.overview .view-box .view-left .lb-left {
|
|
.overview .view-box .view-left .lb-left {
|
|
- width: 100%;
|
|
|
|
- height: 66%;
|
|
|
|
- flex: 1;
|
|
|
|
- margin-top: 12px;
|
|
|
|
- margin-bottom: 10px;
|
|
|
|
- position: relative;
|
|
|
|
- border: 1px solid #ccc;
|
|
|
|
- border-radius: 4px;
|
|
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 66%;
|
|
|
|
+ flex: 1;
|
|
|
|
+ margin-top: 12px;
|
|
|
|
+ margin-bottom: 10px;
|
|
|
|
+ position: relative;
|
|
|
|
+ border: 1px solid #ccc;
|
|
|
|
+ border-radius: 4px;
|
|
}
|
|
}
|
|
.overview .view-box .view-left .lb-left img {
|
|
.overview .view-box .view-left .lb-left img {
|
|
- width: 100%;
|
|
|
|
|
|
+ width: 100%;
|
|
}
|
|
}
|
|
.overview .view-box .view-left .lb-left .lb-icon {
|
|
.overview .view-box .view-left .lb-left .lb-icon {
|
|
- z-index: 99;
|
|
|
|
- position: absolute;
|
|
|
|
- top: 0;
|
|
|
|
- right: 0px;
|
|
|
|
- width: 32px;
|
|
|
|
- height: 32px;
|
|
|
|
- background: rgba(0, 0, 0, 0.6);
|
|
|
|
- border-radius: 0px 4px 0px 4px;
|
|
|
|
- cursor: pointer;
|
|
|
|
|
|
+ z-index: 99;
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: 0;
|
|
|
|
+ right: 0px;
|
|
|
|
+ width: 32px;
|
|
|
|
+ height: 32px;
|
|
|
|
+ background: rgba(0, 0, 0, 0.6);
|
|
|
|
+ border-radius: 0px 4px 0px 4px;
|
|
|
|
+ cursor: pointer;
|
|
}
|
|
}
|
|
.overview .view-box .view-left .lb-left .lb-img {
|
|
.overview .view-box .view-left .lb-left .lb-img {
|
|
- z-index: 101;
|
|
|
|
- width: 16px;
|
|
|
|
- height: 16px;
|
|
|
|
- position: absolute;
|
|
|
|
- top: 8px;
|
|
|
|
- right: 10px;
|
|
|
|
- cursor: pointer;
|
|
|
|
|
|
+ z-index: 101;
|
|
|
|
+ width: 16px;
|
|
|
|
+ height: 16px;
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: 8px;
|
|
|
|
+ right: 10px;
|
|
|
|
+ cursor: pointer;
|
|
}
|
|
}
|
|
.overview .view-box .view-left .lb-bottom {
|
|
.overview .view-box .view-left .lb-bottom {
|
|
- height: 34%;
|
|
|
|
- background: #ffffff;
|
|
|
|
- padding: 12px 16px;
|
|
|
|
|
|
+ height: 34%;
|
|
|
|
+ background: #ffffff;
|
|
|
|
+ padding: 12px 16px;
|
|
}
|
|
}
|
|
.overview .view-box .view-left .lb-bottom nav {
|
|
.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;
|
|
|
|
- border-radius: 4px;
|
|
|
|
|
|
+ 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;
|
|
|
|
+ border-radius: 4px;
|
|
}
|
|
}
|
|
.overview .view-box .view-left .lb-bottom nav span:nth-of-type(1) {
|
|
.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;
|
|
|
|
|
|
+ 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) {
|
|
.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;
|
|
|
|
|
|
+ width: 107px;
|
|
|
|
+ height: 22px;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ font-family: MicrosoftYaHeiSemibold;
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ color: #025baa;
|
|
}
|
|
}
|
|
.overview .view-box .view-left .lb-bottom .place-p1 {
|
|
.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;
|
|
|
|
|
|
+ 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 {
|
|
.overview .view-box .view-left .lb-bottom .place-p1 img {
|
|
- width: 16px;
|
|
|
|
- height: 16px;
|
|
|
|
- margin-right: 3px;
|
|
|
|
- margin-top: -3px;
|
|
|
|
|
|
+ width: 16px;
|
|
|
|
+ height: 16px;
|
|
|
|
+ margin-right: 3px;
|
|
|
|
+ margin-top: -3px;
|
|
}
|
|
}
|
|
.overview .view-box .view-left .lb-bottom .place-p2 {
|
|
.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;
|
|
|
|
|
|
+ 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 {
|
|
.overview .view-box .view-left .lb-bottom .place-p2 img {
|
|
- width: 16px;
|
|
|
|
- height: 16px;
|
|
|
|
- margin-right: 3px;
|
|
|
|
|
|
+ width: 16px;
|
|
|
|
+ height: 16px;
|
|
|
|
+ margin-right: 3px;
|
|
}
|
|
}
|
|
.overview .view-box .view-left .lb-bottom .place-bottom {
|
|
.overview .view-box .view-left .lb-bottom .place-bottom {
|
|
- display: flex;
|
|
|
|
|
|
+ display: flex;
|
|
}
|
|
}
|
|
.overview .view-box .view-left .lb-bottom .place-bottom .place-box {
|
|
.overview .view-box .view-left .lb-bottom .place-bottom .place-box {
|
|
- width: 50%;
|
|
|
|
- display: flex;
|
|
|
|
|
|
+ width: 50%;
|
|
|
|
+ display: flex;
|
|
}
|
|
}
|
|
.overview .view-box .view-left .lb-bottom .place-bottom .place-box .place-left {
|
|
.overview .view-box .view-left .lb-bottom .place-bottom .place-box .place-left {
|
|
- display: flex;
|
|
|
|
- align-items: center;
|
|
|
|
- flex-direction: column;
|
|
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+ flex-direction: column;
|
|
}
|
|
}
|
|
.overview .view-box .view-left .lb-bottom .place-bottom .place-box .place-left span {
|
|
.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;
|
|
|
|
|
|
+ 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 {
|
|
.overview .view-box .view-left .lb-bottom .place-bottom .place-box .place-right {
|
|
- display: flex;
|
|
|
|
- flex-direction: column;
|
|
|
|
- justify-content: flex-start;
|
|
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ justify-content: flex-start;
|
|
}
|
|
}
|
|
.overview .view-box .view-left .lb-bottom .place-bottom .place-box .place-right span {
|
|
.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;
|
|
|
|
|
|
+ display: inline-block;
|
|
|
|
+ font-size: 12px;
|
|
|
|
+ font-family: MicrosoftYaHei;
|
|
|
|
+ color: #1f2429;
|
|
|
|
+ line-height: 22px;
|
|
}
|
|
}
|
|
.overview .view-box .view-right {
|
|
.overview .view-box .view-right {
|
|
- flex: 1;
|
|
|
|
|
|
+ flex: 1;
|
|
}
|
|
}
|
|
.overview .view-box .view-right .view-right-box {
|
|
.overview .view-box .view-right .view-right-box {
|
|
- height: 100%;
|
|
|
|
- display: flex;
|
|
|
|
- flex-direction: column;
|
|
|
|
|
|
+ height: 100%;
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
}
|
|
}
|
|
.overview .view-box .view-right .view-right-box .lb-right {
|
|
.overview .view-box .view-right .view-right-box .lb-right {
|
|
- flex: 1;
|
|
|
|
- height: 47%;
|
|
|
|
- margin-top: 12px;
|
|
|
|
- margin-bottom: 10px;
|
|
|
|
- position: relative;
|
|
|
|
- border: 1px solid #ccc;
|
|
|
|
- border-radius: 4px;
|
|
|
|
|
|
+ flex: 1;
|
|
|
|
+ height: 47%;
|
|
|
|
+ margin-top: 12px;
|
|
|
|
+ margin-bottom: 10px;
|
|
|
|
+ position: relative;
|
|
|
|
+ border: 1px solid #ccc;
|
|
|
|
+ border-radius: 4px;
|
|
}
|
|
}
|
|
.overview .view-box .view-right .view-right-box .lb-right .lb-icon {
|
|
.overview .view-box .view-right .view-right-box .lb-right .lb-icon {
|
|
- z-index: 99;
|
|
|
|
- position: absolute;
|
|
|
|
- top: 0;
|
|
|
|
- right: 0px;
|
|
|
|
- width: 32px;
|
|
|
|
- height: 32px;
|
|
|
|
- background: rgba(0, 0, 0, 0.6);
|
|
|
|
- border-radius: 0px 4px 0px 4px;
|
|
|
|
- cursor: pointer;
|
|
|
|
|
|
+ z-index: 99;
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: 0;
|
|
|
|
+ right: 0px;
|
|
|
|
+ width: 32px;
|
|
|
|
+ height: 32px;
|
|
|
|
+ background: rgba(0, 0, 0, 0.6);
|
|
|
|
+ border-radius: 0px 4px 0px 4px;
|
|
|
|
+ cursor: pointer;
|
|
}
|
|
}
|
|
.overview .view-box .view-right .view-right-box .lb-right .lb-img {
|
|
.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;
|
|
|
|
- cursor: pointer;
|
|
|
|
|
|
+ z-index: 101;
|
|
|
|
+ width: 16px;
|
|
|
|
+ height: 16px;
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: 8px;
|
|
|
|
+ right: 10px;
|
|
|
|
+ cursor: pointer;
|
|
}
|
|
}
|
|
.overview .view-box .view-right .view-right-box .lb-right-bottom {
|
|
.overview .view-box .view-right .view-right-box .lb-right-bottom {
|
|
- height: 53%;
|
|
|
|
- background: #ffffff;
|
|
|
|
- padding: 12px 16px;
|
|
|
|
- overflow: hidden;
|
|
|
|
|
|
+ height: 53%;
|
|
|
|
+ background: #ffffff;
|
|
|
|
+ padding: 12px 16px;
|
|
|
|
+ overflow: hidden;
|
|
}
|
|
}
|
|
.overview .view-box .view-right .view-right-box .lb-right-bottom nav {
|
|
.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;
|
|
|
|
- border-radius: 4px;
|
|
|
|
|
|
+ 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;
|
|
|
|
+ border-radius: 4px;
|
|
}
|
|
}
|
|
.overview .view-box .view-right .view-right-box .lb-right-bottom nav span:nth-of-type(1) {
|
|
.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;
|
|
|
|
|
|
+ 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) {
|
|
.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;
|
|
|
|
|
|
+ width: 107px;
|
|
|
|
+ height: 22px;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ font-family: MicrosoftYaHeiSemibold;
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ color: #025baa;
|
|
}
|
|
}
|
|
.overview .view-box .view-right .view-right-box .lb-right-bottom .view-right-bottom {
|
|
.overview .view-box .view-right .view-right-box .lb-right-bottom .view-right-bottom {
|
|
- overflow: auto;
|
|
|
|
|
|
+ overflow: auto;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 768px) and (max-width: 1366px) {
|
|
@media only screen and (min-width: 768px) and (max-width: 1366px) {
|
|
}
|
|
}
|