|
@@ -67,245 +67,4 @@ body{
|
|
|
background: linear-gradient(90deg,#000000 1%, rgba(0,0,0,0.00));
|
|
|
z-index: -1;
|
|
|
}
|
|
|
-.project-head{
|
|
|
- width: 40rem;
|
|
|
- height: 40rem;
|
|
|
- line-height: 40rem;
|
|
|
- background: rgba(0,0,0,0.00);
|
|
|
- border: 1rem solid rgba(255,255,255,0.33);
|
|
|
- border-radius: 50%;
|
|
|
- margin-right: 8rem;
|
|
|
- font-size: 18px;
|
|
|
- font-family: Verdana, Verdana-Bold;
|
|
|
- font-weight: 700;
|
|
|
- text-align: center;
|
|
|
- color: #ffffff;
|
|
|
- object-fit: cover;
|
|
|
-}
|
|
|
-.project-name{
|
|
|
- height: 28rem;
|
|
|
- line-height: 28rem;
|
|
|
- font-size: 20px;
|
|
|
- font-family: Verdana, Verdana-Bold;
|
|
|
- font-weight: 700;
|
|
|
- text-align: left;
|
|
|
- color: #ffffff;
|
|
|
-}
|
|
|
-.project-address{
|
|
|
- height: 17rem;
|
|
|
- line-height: 17rem;
|
|
|
- opacity: 0.5;
|
|
|
- font-size: 12px;
|
|
|
- font-family: Verdana, Verdana-Bold;
|
|
|
- font-weight: 400;
|
|
|
- text-align: left;
|
|
|
- color: #ffffff;
|
|
|
-}
|
|
|
-.project-tips{
|
|
|
- width: 40rem;
|
|
|
- height: 22rem;
|
|
|
- background: rgba(255,255,255,0.2);
|
|
|
- border-radius: 4rem;
|
|
|
- font-size: 14px;
|
|
|
- font-family: FontName, FontName-Regular;
|
|
|
- font-weight: 400;
|
|
|
- text-align: center;
|
|
|
- color: #ffffff;
|
|
|
- line-height: 22rem;
|
|
|
- font-style: italic;
|
|
|
- margin-left: 10rem;
|
|
|
-}
|
|
|
-.project-area{
|
|
|
- margin-top: 6rem;
|
|
|
- height: 20rem;
|
|
|
- line-height: 20rem;
|
|
|
- font-size: 14px;
|
|
|
- font-family: Verdana, Verdana-Bold;
|
|
|
- font-weight: 700;
|
|
|
- text-align: left;
|
|
|
- color: #ffffff;
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
-.project-footer{
|
|
|
- position: relative;
|
|
|
- width: 100%;
|
|
|
- height: 10rem;
|
|
|
- margin-top: 10rem;
|
|
|
- overflow: hidden;
|
|
|
-}
|
|
|
-.project-footer-top{
|
|
|
- width: 100%;
|
|
|
- height: 4rem;
|
|
|
- background: linear-gradient(90deg,var(--themeColor4) 1%, transparent);
|
|
|
-}
|
|
|
-.project-footer-left{
|
|
|
- position: absolute;
|
|
|
- top: 0rem;
|
|
|
- border-width:10rem;
|
|
|
- border-top-color: transparent;
|
|
|
- border-right-color: transparent;
|
|
|
- border-bottom-color: transparent;
|
|
|
- border-left-color: var(--themeColor4);
|
|
|
- border-style:solid;
|
|
|
- border-left-width: 5rem;
|
|
|
- border-top-width: 0rem;
|
|
|
-}
|
|
|
-.polyon-content{
|
|
|
- float: left;
|
|
|
- width: auto;
|
|
|
- font-size: 14px;
|
|
|
- white-space: nowrap;
|
|
|
- font-family: Verdana, Verdana-Bold;
|
|
|
- font-weight: 700;
|
|
|
- text-align: center;
|
|
|
- color: var(--themeColor1);
|
|
|
- text-shadow: 0rem 0rem #000000;
|
|
|
-}
|
|
|
-.infoWindowUnSelected .project-head{
|
|
|
- display: none;
|
|
|
-}
|
|
|
-.infoWindowUnSelected .project-name{
|
|
|
- height: 20rem;
|
|
|
- line-height: 20rem;
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-.infoWindowSelected .project-tips,.infoWindowUnSelected .project-tips{
|
|
|
- display: none;
|
|
|
-}
|
|
|
-.infoWindowHtml.infoWindowSelected{
|
|
|
- z-index: 1001!important;
|
|
|
-}
|
|
|
-.infoWindowUnSelected .project-address{
|
|
|
- display: none;
|
|
|
-}
|
|
|
-.infoWindowUnSelected .project-area{
|
|
|
- height: 17rem;
|
|
|
- line-height: 17rem;
|
|
|
- opacity: 0.6;
|
|
|
- font-size: 12px;
|
|
|
- margin-top: 0rem;
|
|
|
-}
|
|
|
-.infoWindowUnSelected .project-footer{
|
|
|
- margin-top: 8rem;
|
|
|
-}
|
|
|
-.competitionUnSelected .project-name{
|
|
|
- height: 20rem;
|
|
|
- line-height: 20rem;
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-.competitionUnSelected .project-area{
|
|
|
- display: none;
|
|
|
-}
|
|
|
-/* 项目竞品状态 */
|
|
|
-.competitionProject .project-name{
|
|
|
- height: 20rem;
|
|
|
- line-height: 20rem;
|
|
|
- font-size: 14px;
|
|
|
-}
|
|
|
-.competitionProject .project-head,.competitionProject .project-area,.competitionProject .project-address{
|
|
|
- display: none;
|
|
|
-}
|
|
|
-/* 圆柱样式 */
|
|
|
-.cricleColumn-view{
|
|
|
- position: relative;
|
|
|
- width: 90rem;
|
|
|
- height: 152rem;
|
|
|
- cursor: pointer;
|
|
|
-}
|
|
|
-.cricleColumn-img{
|
|
|
- width: 90rem;
|
|
|
- height: 152rem;
|
|
|
-}
|
|
|
-.cricleColumn-text{
|
|
|
- position: absolute;
|
|
|
- bottom: 0rem;
|
|
|
- left: 0rem;
|
|
|
- width: 100%;
|
|
|
- height: 37rem;
|
|
|
- font-size: 14px;
|
|
|
- font-family: DIN Alternate, DIN Alternate-Bold;
|
|
|
- font-weight: 700;
|
|
|
- text-align: center;
|
|
|
- color: #ffdf80;
|
|
|
- line-height: 14rem;
|
|
|
-}
|
|
|
-.cricleColumn1-view{
|
|
|
- position: relative;
|
|
|
- width: 82rem;
|
|
|
- height: 152rem;
|
|
|
- cursor: pointer;
|
|
|
-}
|
|
|
-.cricleColumn1-img{
|
|
|
- width: 82rem;
|
|
|
- height: 152rem;
|
|
|
-}
|
|
|
-.cricleColumn1-text{
|
|
|
- position: absolute;
|
|
|
- bottom: 14rem;
|
|
|
- left: 0rem;
|
|
|
- width: 100%;
|
|
|
- font-size: 14px;
|
|
|
- font-family: DIN Alternate, DIN Alternate-Bold;
|
|
|
- font-weight: 700;
|
|
|
- text-align: center;
|
|
|
- color: #fff;
|
|
|
- line-height: 20rem;
|
|
|
-}
|
|
|
-
|
|
|
-.poi-view{
|
|
|
- position: relative;
|
|
|
- width: max-content;
|
|
|
- height: 30rem;
|
|
|
- background: rgba(255,255,255,0.2);
|
|
|
- border-radius: 15rem;
|
|
|
- backdrop-filter: blur(30rem);
|
|
|
- cursor: pointer;
|
|
|
-}
|
|
|
-.poi-view-radius{
|
|
|
- width: 24rem;
|
|
|
- height: 24rem;
|
|
|
- line-height: 22rem;
|
|
|
- background: rgba(118,188,255,0.50);
|
|
|
- border: 1px solid #76bcff;
|
|
|
- border-radius: 50%;
|
|
|
- font-size: 12px;
|
|
|
- font-family: Verdana, Verdana-Regular;
|
|
|
- font-weight: 400;
|
|
|
- text-align: center;
|
|
|
- color: #ffffff;
|
|
|
- margin-left: 4rem;
|
|
|
-}
|
|
|
-.poi-view-text{
|
|
|
- font-size: 14px;
|
|
|
- font-family: Verdana, Verdana-Regular;
|
|
|
- font-weight: 400;
|
|
|
- text-align: left;
|
|
|
- color: #ffffff;
|
|
|
- margin-left: 5rem;
|
|
|
- margin-right: 10rem;
|
|
|
-}
|
|
|
-.poiUnSelected .poi-view{
|
|
|
- background:unset;
|
|
|
- backdrop-filter:unset;
|
|
|
-}
|
|
|
-.poiUnSelected .poi-view-text{
|
|
|
- opacity: 0;
|
|
|
-}
|
|
|
-.trafficPoint-view{
|
|
|
- width: 24rem;
|
|
|
- height: 24rem;
|
|
|
- background: rgba(255,255,255,0.00);
|
|
|
- border: 1px solid var(--themeColor2);
|
|
|
- border-radius: 50%;
|
|
|
- font-size: 12px;
|
|
|
- font-family: Verdana, Verdana-Regular;
|
|
|
- font-weight: 400;
|
|
|
- color: var(--themeColor2);
|
|
|
- text-align: center;
|
|
|
- line-height: 24rem;
|
|
|
-}
|
|
|
-
|
|
|
-.auto-height{
|
|
|
- height: auto;
|
|
|
-}
|
|
|
|