|
|
@@ -315,11 +315,15 @@ input::-webkit-input-placeholder {
|
|
|
background-color: #978163;
|
|
|
}
|
|
|
.scrollbar {
|
|
|
+ margin-top: 6px;
|
|
|
height: 4px;
|
|
|
}
|
|
|
.scrollbar .handle {
|
|
|
background-color: #978163;
|
|
|
}
|
|
|
+.pinBottom-container.drawerOpen {
|
|
|
+ bottom: 0;
|
|
|
+}
|
|
|
.frame .slidee li .overlay {
|
|
|
color: rgba(0, 0, 0, 0.5);
|
|
|
line-height: 26px;
|
|
|
@@ -332,6 +336,40 @@ input::-webkit-input-placeholder {
|
|
|
.frame .slidee li.thumbImg.hasHover.active > img:hover {
|
|
|
border: 4px solid #978163;
|
|
|
}
|
|
|
+#drawer.open {
|
|
|
+ height: 166px !important;
|
|
|
+}
|
|
|
+.frame {
|
|
|
+ height: 146px;
|
|
|
+ padding-top: 16px;
|
|
|
+ width: calc(100% - 40px);
|
|
|
+ margin-left: 20px;
|
|
|
+}
|
|
|
+.frame .slidee li {
|
|
|
+ width: 146px;
|
|
|
+}
|
|
|
+#thumb-container .thumbImg img {
|
|
|
+ width: 100%;
|
|
|
+ height: auto;
|
|
|
+ object-fit: cover;
|
|
|
+ border-radius: 10px;
|
|
|
+}
|
|
|
.pinBottom .rightViewContainer {
|
|
|
display: none !important;
|
|
|
+ float: left;
|
|
|
+ position: relative;
|
|
|
+ top: -4px;
|
|
|
+ width: 44px;
|
|
|
+ height: 44px;
|
|
|
+ margin-right: 12px;
|
|
|
+}
|
|
|
+.pinBottom .rightViewContainer .gui-floor {
|
|
|
+ background-color: transparent;
|
|
|
+}
|
|
|
+.pinBottom .rightViewContainer .gui-floor-icon {
|
|
|
+ width: 44px;
|
|
|
+ height: 44px;
|
|
|
+}
|
|
|
+.pinBottom .rightViewContainer .gui-floor-number {
|
|
|
+ color: #e1cfac;
|
|
|
}
|