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

1.自适应小屏幕

parent 44b47d21
......@@ -464,9 +464,9 @@
// message: '卡号复制成功'
// });
uni.showToast({
icon:"none",
duration:3000,
title:"卡号复制成功!"
icon: "none",
duration: 3000,
title: "卡号复制成功!"
})
this.$nextTick(function() {
let clipboard = new ClipboardJS('#cardNumright', {
......@@ -995,12 +995,26 @@
}
@media screen and(max-height:600px) {
.bottomdiv {
// position: fixed;
// 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 {
width: 630rpx;
......
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