|
|
@@ -478,6 +478,10 @@
|
|
|
}
|
|
|
|
|
|
#openApp img {
|
|
|
+ display: block;
|
|
|
+ width: 100%;
|
|
|
+ height: 48px;
|
|
|
+ object-fit: contain;
|
|
|
pointer-events: none;
|
|
|
}
|
|
|
|
|
|
@@ -487,6 +491,9 @@
|
|
|
width: 100%;
|
|
|
height: 48px;
|
|
|
min-height: 48px;
|
|
|
+ border-radius: 24px;
|
|
|
+ overflow: hidden;
|
|
|
+ opacity: 1;
|
|
|
}
|
|
|
|
|
|
body.is-wechat.wx-jssdk-ready #launch-btn {
|
|
|
@@ -1035,18 +1042,25 @@
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
|
border: none;
|
|
|
- background: transparent;
|
|
|
+ border-radius: 24px;
|
|
|
+ background: #F47D1F;
|
|
|
+ box-shadow: 0 4px 16px rgba(245, 130, 32, 0.45);
|
|
|
cursor: pointer;
|
|
|
+ overflow: hidden;
|
|
|
+ -webkit-tap-highlight-color: transparent;
|
|
|
}
|
|
|
.wx-open-app-btn img {
|
|
|
display: block;
|
|
|
width: 100%;
|
|
|
height: 48px;
|
|
|
object-fit: contain;
|
|
|
+ opacity: 1;
|
|
|
+ pointer-events: none;
|
|
|
+ -webkit-user-drag: none;
|
|
|
}
|
|
|
</style>
|
|
|
<button class="wx-open-app-btn" aria-label="APP内打开">
|
|
|
- <img src="https://test.ailien.shop/h5/HBuilderProjects/images/uBtn.png" alt="APP内打开" />
|
|
|
+ <img src="https://test.ailien.shop/h5/HBuilderProjects/images/uBtn.png" alt="APP内打开" width="320" height="48" />
|
|
|
</button>
|
|
|
</script>
|
|
|
</wx-open-launch-app>
|