|
|
@ -538,9 +538,11 @@ hr { |
|
|
|
height: 813px; |
|
|
|
height: 813px; |
|
|
|
margin-left: -13px; |
|
|
|
margin-left: -13px; |
|
|
|
font-family: "Helvetica Neue", sans-serif; |
|
|
|
font-family: "Helvetica Neue", sans-serif; |
|
|
|
background-image: url("../img/iphone.png"); |
|
|
|
background-image: url("../img/iphone5c.png"); |
|
|
|
background-size: 100%; |
|
|
|
background-size: 100%; |
|
|
|
background-repeat: no-repeat; |
|
|
|
background-repeat: no-repeat; |
|
|
|
|
|
|
|
-webkit-transition: background-image 0.1s linear; |
|
|
|
|
|
|
|
transition: background-image 0.1s linear; |
|
|
|
} |
|
|
|
} |
|
|
|
.device.device-fixed { |
|
|
|
.device.device-fixed { |
|
|
|
position: fixed; |
|
|
|
position: fixed; |
|
|
@ -1163,6 +1165,9 @@ hr { |
|
|
|
-webkit-transform: translate3d(-20%, 0, 0); |
|
|
|
-webkit-transform: translate3d(-20%, 0, 0); |
|
|
|
transform: translate3d(-20%, 0, 0); |
|
|
|
transform: translate3d(-20%, 0, 0); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.platform-ios .device { |
|
|
|
|
|
|
|
background-image: url("../img/iphone5s.png"); |
|
|
|
|
|
|
|
} |
|
|
|
.platform-ios .device .device-content { |
|
|
|
.platform-ios .device .device-content { |
|
|
|
background-color: #efeff4; |
|
|
|
background-color: #efeff4; |
|
|
|
} |
|
|
|
} |
|
|
|