Commit dc990fc6 authored by Xuguangxing's avatar Xuguangxing

fix

parent 6b46c58c
...@@ -79,14 +79,16 @@ export default { ...@@ -79,14 +79,16 @@ export default {
box-sizing: border-box; box-sizing: border-box;
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
align-content: center;
height: 30px; height: 30px;
background: rgba(0, 0, 0, 0.4); background: rgba(0, 0, 0, 0.4);
border-radius: 15px; border-radius: 15px;
padding: @padding-unit; padding: 0 @padding-unit;
&-icon { &-icon {
flex-shrink: 0; flex-shrink: 0;
width: 24px; width: 24px;
height: 24px; height: 24px;
margin-top: 2px;
margin-right: @padding-unit; margin-right: @padding-unit;
.avatar { .avatar {
/deep/ img { /deep/ img {
......
...@@ -33,13 +33,16 @@ ...@@ -33,13 +33,16 @@
.payBtn{ .payBtn{
width: 100%; width: 100%;
position: fixed; position: fixed;
padding: @padding-xs @padding-lg; padding-left: @padding-lg;
padding-right: @padding-lg;
padding-top: 10px;
box-sizing: border-box; box-sizing: border-box;
z-index: 99; z-index: 99;
bottom: 0; bottom: 0;
left:0; left:0;
background-color:@white; background-color:@white;
.iphonex-fix-margin; padding-bottom: calc(10px + constant(safe-area-inset-bottom));
padding-bottom: calc(10px + env(safe-area-inset-bottom));
button{ button{
.text-16; .text-16;
width: 100%; width: 100%;
......
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 to comment