|
@@ -15,7 +15,8 @@
|
|
|
.middle{
|
|
.middle{
|
|
|
position: relative;
|
|
position: relative;
|
|
|
width: 7.5rem;
|
|
width: 7.5rem;
|
|
|
- height: 33.33vh;
|
|
|
|
|
|
|
+ height: 33.36vh;
|
|
|
|
|
+ margin-top: -0.03vh;
|
|
|
}
|
|
}
|
|
|
.btn-content {
|
|
.btn-content {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
@@ -88,7 +89,6 @@
|
|
|
image.src = url;
|
|
image.src = url;
|
|
|
image.className = 'imgs';
|
|
image.className = 'imgs';
|
|
|
image.onload = function() {
|
|
image.onload = function() {
|
|
|
- console.log(image.src)
|
|
|
|
|
if(image.src.includes('header.png') || image.src.includes('iphoneX01.png')){
|
|
if(image.src.includes('header.png') || image.src.includes('iphoneX01.png')){
|
|
|
$('.container')[0].insertBefore(image, $('.middle')[0]);
|
|
$('.container')[0].insertBefore(image, $('.middle')[0]);
|
|
|
}else{
|
|
}else{
|