Showing
1 changed file
with
6 additions
and
5 deletions
@@ -88,7 +88,7 @@ | @@ -88,7 +88,7 @@ | ||
88 | } | 88 | } |
89 | 89 | ||
90 | .cost { | 90 | .cost { |
91 | - margin-bottom: 100rem / $pxConvertRem; /*排除被固定底部遮挡的影响*/ | 91 | + // margin-bottom: 100rem / $pxConvertRem; /*排除被固定底部遮挡的影响*/ |
92 | 92 | ||
93 | li { | 93 | li { |
94 | font-size: 28rem / $pxConvertRem; | 94 | font-size: 28rem / $pxConvertRem; |
@@ -104,10 +104,11 @@ | @@ -104,10 +104,11 @@ | ||
104 | } | 104 | } |
105 | 105 | ||
106 | .opt { | 106 | .opt { |
107 | - position: fixed; | ||
108 | - bottom: 0; | ||
109 | - left: 0; | ||
110 | - right: 0; | 107 | + // 测试反馈 底部不需要固定 |
108 | + // position: fixed; | ||
109 | + // bottom: 0; | ||
110 | + // left: 0; | ||
111 | + // right: 0; | ||
111 | text-align: right; | 112 | text-align: right; |
112 | border-top: 1px solid #e0e0e0; | 113 | border-top: 1px solid #e0e0e0; |
113 | } | 114 | } |
-
Please register or login to post a comment