status-site-legacy/cn/scss/phones.scss
Carl f1e9fdbd17 added chinese website
temporary fix until chinese server is configured
2017-05-06 11:32:55 +08:00

128 lines
2.5 KiB
SCSS

.the-iphone {
position: relative;
width: 292px;
height: 610px;
background: #FFFFFF;
box-shadow: 11px 15px 39px 0 rgba(31,35,61,0.2), 0 2px 4px 0 rgba(88,100,177,0.01), inset 0 0 4px 4px rgba(223, 225, 236, 1);
border-radius: 40px;
z-index: 600;
}
.the-iphone-dot {
width: 8px;
height: 8px;
position: absolute;
left: 50%;
top: 22px;
transform: translate3d(-50%, 0, 0);
border-radius: 50%;
opacity: 0.5;
background: #DAE1EA;
box-shadow: inset 0 1px 2px 0 #B3B8D0;
}
.the-iphone-line {
width: 44px;
height: 6px;
position: absolute;
left: 50%;
top: 36px;
transform: translate3d(-50%, 0, 0);
border-radius: 5px;
opacity: 0.5;
background: #DAE1EA;
box-shadow: inset 0 1px 2px 0 #B3B8D0;
}
.the-iphone-screen {
width: 270px;
height: 479px;
border: 1px solid #E7E9F0;
background-color: #F3F4F8;
position: absolute;
left: 50%;
top: 60px;
border-radius: 4px;
transform: translate3d(-50%, 0, 0);
background-image: url(../img/new-site/IOS_Chat4.png);
background-size: 270px;
}
.the-iphone-button {
width: 40px;
height: 40px;
position: absolute;
left: 50%;
bottom: 18px;
transform: translate3d(-50%, 0, 0);
border-radius: 50%;
opacity: 0.5;
background: #DAE1EA;
box-shadow: inset 0 1px 2px 0 #B3B8D0;
}
.the-android {
position: relative;
width: 290px;
height: 574px;
background: #FFFFFF;
box-shadow: 11px 15px 39px 0 rgba(31,35,61,0.2), 0 2px 4px 0 rgba(88,100,177,0.01), inset 0 0 4px 4px rgba(223, 225, 236, 1);
border-radius: 30px;
}
.the-android-dot {
width: 7px;
height: 7px;
position: absolute;
left: 76px;
top: 25px;
border-radius: 50%;
opacity: 0.5;
background: #DAE1EA;
box-shadow: inset 0 1px 2px 0 #B3B8D0;
}
.the-android-line {
width: 94px;
height: 6px;
position: absolute;
left: 50%;
top: 25px;
transform: translate3d(-50%, 0, 0);
border-radius: 5px;
opacity: 0.5;
background: #DAE1EA;
box-shadow: inset 0 1px 2px 0 #B3B8D0;
}
.the-android-screen {
width: 262px;
height: 466px;
border: 1px solid #E7E9F0;
background-color: #F3F4F8;
position: absolute;
left: 50%;
top: 50px;
border-radius: 4px;
transform: translate3d(-50%, 0, 0);
background-image: url(../img/new-site/Android_Chats.png);
background-size: 262px;
}
.the-android-button {
width: 94px;
height: 6px;
position: absolute;
left: 50%;
bottom: 26px;
transform: translate3d(-50%, 0, 0);
border-radius: 5px;
opacity: 0.5;
background: #DAE1EA;
box-shadow: inset 0 1px 2px 0 #B3B8D0;
}