@@ -25,6 +25,7 @@
.pinBottom {
display: flex;
align-items: center;
+ justify-content: space-between;
gap: 34px;
&.right {
@@ -82,9 +83,8 @@
.pinBottom-border {
position: relative;
top: -22px;
- margin: 0 36px;
- width: 96px;
- height: 134px;
+ margin: 0 14px;
+ object-fit: contain;
}
.icon-share {
@@ -141,9 +141,9 @@
content: '';
position: absolute;
top: -50px;
- left: 4px;
- width: 45px;
- height: 67px;
+ left: 0px;
+ width: 63px;
+ height: 76px;
background: url('/images/wsyd/menu-img.png') no-repeat center / contain;
z-index: 1;