|
@@ -3391,12 +3391,12 @@ a.hasHover:hover, a:active {
|
|
|
}
|
|
|
|
|
|
.pinTop.left {
|
|
|
- left: 50%;
|
|
|
- z-index: 99;
|
|
|
+ /* left: 50%; */
|
|
|
+ z-index: 1308;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
|
- transform: translateX(-50%);
|
|
|
+ /* transform: translateX(-50%); */
|
|
|
}
|
|
|
|
|
|
.pinTop.right {
|
|
@@ -6277,18 +6277,22 @@ a.hasHover.tag-link:hover {
|
|
|
-webkit-transition: all .3s;
|
|
|
transition: all .3s;
|
|
|
pointer-events: all;
|
|
|
- background: rgba(0, 0, 0, 0.2);
|
|
|
+ /* background: rgba(0, 0, 0, 0.2);
|
|
|
border-radius: 10px;
|
|
|
padding: 0 10px;
|
|
|
- min-width: 180px;
|
|
|
+ min-width: 180px; */
|
|
|
+ width: 250px;
|
|
|
+ height: 46px;
|
|
|
+ background: url(../images/titleBAC.png) no-repeat center;
|
|
|
+ background-size: 100% 100%;
|
|
|
}
|
|
|
|
|
|
#model-title:hover {
|
|
|
- background: rgba(0, 0, 0, 0.5);
|
|
|
+ /* background: rgba(0, 0, 0, 0.5); */
|
|
|
}
|
|
|
|
|
|
#model-title.expand {
|
|
|
- background: rgba(0, 0, 0, 0.5);
|
|
|
+ /* background: rgba(0, 0, 0, 0.5); */
|
|
|
}
|
|
|
|
|
|
.title-row {
|
|
@@ -6331,7 +6335,8 @@ a.hasHover.tag-link:hover {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
height: 100%;
|
|
|
- padding-left: 12px;
|
|
|
+ padding-left: 5px;
|
|
|
+ margin-top: 3px;
|
|
|
}
|
|
|
|
|
|
/*.meta-toggle.hasHover:hover,.meta-toggle:active {
|
|
@@ -6398,7 +6403,8 @@ a.hasHover.tag-link:hover {
|
|
|
}
|
|
|
|
|
|
.pinTop.left .title-container {
|
|
|
- right: 0;
|
|
|
+ right: -19px;
|
|
|
+ top: 5px;
|
|
|
margin-right: 0
|
|
|
}
|
|
|
|