提交 f0e6baeb 编写于 作者: zhongyao.qiao's avatar zhongyao.qiao

feat 三要素迁移

上级 5d2cfa2d
...@@ -47,14 +47,14 @@ ...@@ -47,14 +47,14 @@
<style> <style>
.wx-btn { .wx-btn {
display: block; display: block;
width: 93.33333vw; width: 93.33333%;
height: 10.66667vw; height: 40px;
margin: 1.33333vw auto; margin: 5px auto;
border-radius: 5.33333vw; border-radius: 50%;
font-size: 4.26667vw; font-size: 16px;
font-weight: 600; font-weight: 600;
color: #ffffff; color: #ffffff;
line-height: 10.66667vw; line-height: 40px;
text-align: center; text-align: center;
background: linear-gradient(270deg, #ff7400 0%, #fe4000 100%); background: linear-gradient(270deg, #ff7400 0%, #fe4000 100%);
} }
...@@ -192,7 +192,7 @@ export default { ...@@ -192,7 +192,7 @@ export default {
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
// height: 50px; height: 50px;
padding-bottom: calc(constant(safe-area-inset-bottom) / 2); padding-bottom: calc(constant(safe-area-inset-bottom) / 2);
padding-bottom: calc(env(safe-area-inset-bottom) / 2); padding-bottom: calc(env(safe-area-inset-bottom) / 2);
box-shadow: inset 0px 1px 0px 0px #e9e9e9; box-shadow: inset 0px 1px 0px 0px #e9e9e9;
...@@ -201,14 +201,14 @@ export default { ...@@ -201,14 +201,14 @@ export default {
z-index: 9999; z-index: 9999;
.wx-btn { .wx-btn {
display: block; display: block;
width: 93.33333vw; width: 93.33333%;
height: 10.66667vw; height: 40px;
margin: 1.33333vw auto; margin: 5px auto;
border-radius: 5.33333vw; border-radius: 50%;
font-size: 4.26667vw; font-size: 16px;
font-weight: 600; font-weight: 600;
color: #ffffff; color: #ffffff;
line-height: 10.66667vw; line-height: 40px;
text-align: center; text-align: center;
background: linear-gradient(270deg, #ff7400 0%, #fe4000 100%); background: linear-gradient(270deg, #ff7400 0%, #fe4000 100%);
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册