58 lines
1.1 KiB
CSS
58 lines
1.1 KiB
CSS
#lottery *{
|
|
webkit-box-sizing: initial;
|
|
-moz-box-sizing: initial;
|
|
box-sizing: initial;
|
|
}
|
|
.phone{
|
|
width: 328px;
|
|
height: auto;
|
|
border: 1px solid #ddd;
|
|
border-radius: 10px;
|
|
background: #fff;
|
|
padding: 10px;
|
|
overflow: hidden;
|
|
margin-bottom: 50px;
|
|
}
|
|
.phone-head {
|
|
height: 44px;
|
|
background: #fff;
|
|
position: relative;
|
|
}
|
|
.phone-head:before{
|
|
content: "";
|
|
position: absolute;
|
|
top: 15px;
|
|
left: 112px;
|
|
height: 8px;
|
|
width: 8px;
|
|
background: #ddd;
|
|
border-radius: 8px;
|
|
}
|
|
.phone-head:after{
|
|
content: "";
|
|
position: absolute;
|
|
top: 15px;
|
|
left: 128px;
|
|
height: 8px;
|
|
width: 50px;
|
|
background: #ddd;
|
|
border-radius: 8px;
|
|
}
|
|
.phone-body{
|
|
min-height: 450px;
|
|
border: 1px solid #ddd;
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.phone-foot {
|
|
height: 24px;
|
|
width: 60px;
|
|
margin: 15px auto 5px;
|
|
border: 1px solid #ddd;
|
|
border-radius: 5px;
|
|
}
|