Commit 0bb5572e by zhangheng

j

parent ed5cf8c5
......@@ -174,20 +174,20 @@ ul, li {
#container {
position: relative;
background: url("../images/bj.jpg") no-repeat center;
width: 640px;
height: 1238px;
width: 8.53333rem;
height: 16.50667rem;
}
#container .btn-prize {
justify-content: center;
width: 200px;
height: 200px;
width: 2.66667rem;
height: 2.66667rem;
font-size: 27px;
border: 1px solid red;
}
#container .prize-type {
position: absolute;
width: 300px;
height: 300px;
width: 4rem;
height: 4rem;
opacity: 0;
}
#container .word {
......
......@@ -50,8 +50,9 @@ $ea-prefix-for-spec: false !global;
// width: torem($w);
// height:torem($h);
//}
@function torem($px) {
@return $px
@return $px / 75px * 1rem;
}
@mixin bounds_by_pos($x, $y, $w, $h) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment