...
|
...
|
@@ -88,7 +88,7 @@ |
|
|
}
|
|
|
|
|
|
.cost {
|
|
|
margin-bottom: 100rem / $pxConvertRem; /*排除被固定底部遮挡的影响*/
|
|
|
// margin-bottom: 100rem / $pxConvertRem; /*排除被固定底部遮挡的影响*/
|
|
|
|
|
|
li {
|
|
|
font-size: 28rem / $pxConvertRem;
|
...
|
...
|
@@ -104,10 +104,11 @@ |
|
|
}
|
|
|
|
|
|
.opt {
|
|
|
position: fixed;
|
|
|
bottom: 0;
|
|
|
left: 0;
|
|
|
right: 0;
|
|
|
// 测试反馈 底部不需要固定
|
|
|
// position: fixed;
|
|
|
// bottom: 0;
|
|
|
// left: 0;
|
|
|
// right: 0;
|
|
|
text-align: right;
|
|
|
border-top: 1px solid #e0e0e0;
|
|
|
}
|
...
|
...
|
@@ -130,4 +131,4 @@ |
|
|
background: #d0021b;
|
|
|
margin-left: 10rem / $pxConvertRem;
|
|
|
}
|
|
|
} |
|
|
\ No newline at end of file |
|
|
} |
...
|
...
|
|