|
|
@@ -145,6 +145,7 @@ export default {
|
|
|
box-sizing: border-box;
|
|
|
top: 35px;
|
|
|
left: 30px;
|
|
|
+ width: calc(300% - 126px);
|
|
|
}
|
|
|
.content {
|
|
|
padding: 0 16px 10px;
|
|
|
@@ -156,7 +157,7 @@ export default {
|
|
|
height: 140px;
|
|
|
background-size: auto 140px, auto 140px;
|
|
|
background-repeat: no-repeat, repeat-x;
|
|
|
- background-position: 0 0, 134px 0;
|
|
|
+ background-position: 0 0, 131px 0;
|
|
|
z-index: 1;
|
|
|
position: relative;
|
|
|
border-radius: 12px;
|
|
|
@@ -219,11 +220,12 @@ export default {
|
|
|
|
|
|
.collecions {
|
|
|
position: absolute;
|
|
|
- top: 42px;
|
|
|
- left: 16px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ top: 45px;
|
|
|
+ left: 35px;
|
|
|
right: 16px;
|
|
|
z-index: 3;
|
|
|
- width: calc(260% - 124px);
|
|
|
+ width: calc(260% - 168px);
|
|
|
.flex();
|
|
|
overflow: hidden;
|
|
|
transform: scale(0.4);
|