提交 d8d89491 编写于 作者: tao.wu's avatar tao.wu

调整页面样式

上级 1247011a
...@@ -65,9 +65,10 @@ ...@@ -65,9 +65,10 @@
width: 100%; width: 100%;
} }
.btn-share-click{ .btn-share-click{
width: 83.2%; width: 312px;
position: absolute; position: absolute;
left: 8.4%; left: 50%;
-webkit-transform: translateX(-50%);
bottom: 18%; bottom: 18%;
} }
} }
......
...@@ -155,9 +155,9 @@ export default { ...@@ -155,9 +155,9 @@ export default {
this.scrollHandle(); this.scrollHandle();
// 微信分享 // 微信分享
this.$picaWxShare({ this.$picaWxShare({
// baseUrl: BASE_URL[process.env.NUXT_ENV_APP], baseUrl: BASE_URL[process.env.NUXT_ENV_APP],
baseUrl: 'https://test1-sc.yunqueyi.com', // 非生产环境需要用test和type=15的配置 // baseUrl: 'https://test1-sc.yunqueyi.com', // 非生产环境需要用test和type=15的配置
type: 15, // type: 15,
authUrl: window.location.href, authUrl: window.location.href,
isDebug: false, isDebug: false,
jsApiList: [ jsApiList: [
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册