Commit 7a25c575 authored by 李智书's avatar 李智书

1.自适应小屏幕

parent 44b47d21
...@@ -464,9 +464,9 @@ ...@@ -464,9 +464,9 @@
// message: '卡号复制成功' // message: '卡号复制成功'
// }); // });
uni.showToast({ uni.showToast({
icon:"none", icon: "none",
duration:3000, duration: 3000,
title:"卡号复制成功!" title: "卡号复制成功!"
}) })
this.$nextTick(function() { this.$nextTick(function() {
let clipboard = new ClipboardJS('#cardNumright', { let clipboard = new ClipboardJS('#cardNumright', {
...@@ -995,11 +995,25 @@ ...@@ -995,11 +995,25 @@
} }
.bottomdiv {
position: fixed; @media screen and(max-height:600px) {
left: 0; .bottomdiv {
right: 0; // position: fixed;
bottom: 30rpx; // left: 0;
// right: 0;
// bottom: 30rpx;
margin-top: 173rpx;
padding-bottom: 80rpx;
}
}
@media screen and(min-height:600px) {
.bottomdiv {
position: fixed;
left: 0;
right: 0;
bottom: 30rpx;
}
} }
.DepositID { .DepositID {
......
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