修改样式
This commit is contained in:
parent
81e69cc8ac
commit
5928a4d9cb
2
main.js
2
main.js
|
|
@ -210,7 +210,7 @@ Vue.prototype.onBridgeReady = function(data) {
|
|||
}
|
||||
// 测试
|
||||
// const baseUrl = ''
|
||||
const baseUrl = 'http://api.zpc-xy.com/'
|
||||
const baseUrl = 'https://api.zpc-xy.com/'
|
||||
|
||||
// 正式
|
||||
// const baseUrl = 'https://xinglanmh.shequtuangou.vip'
|
||||
|
|
|
|||
|
|
@ -142,12 +142,12 @@
|
|||
|
||||
<!-- 进福利群 -->
|
||||
<view class="group-fixed" @click="$refs.qunliao_show.open()">
|
||||
<image :src="$img1('common/jqfl.png')"></image>
|
||||
<image :src="$img1('image/fuliqun.png')"></image>
|
||||
</view>
|
||||
|
||||
<!-- 邀请好友 -->
|
||||
<view class="group-fixed2" @tap="$c.to({url:'/pages/user/tui-guang'})">
|
||||
<image :src="$img1('common/yqhy.png')"></image>
|
||||
<image :src="$img1('image/yaoqing.png')"></image>
|
||||
</view>
|
||||
|
||||
<!-- 排行榜 -->
|
||||
|
|
@ -1156,8 +1156,8 @@
|
|||
}
|
||||
|
||||
.group-fixed {
|
||||
width: 141rpx;
|
||||
height: 50rpx;
|
||||
width: 187rpx;
|
||||
height: 100rpx;
|
||||
position: fixed;
|
||||
z-index: 10;
|
||||
right: 0;
|
||||
|
|
@ -1172,12 +1172,12 @@
|
|||
}
|
||||
|
||||
.group-fixed2 {
|
||||
width: 141rpx;
|
||||
height: 50rpx;
|
||||
width: 187rpx;
|
||||
height: 100rpx;
|
||||
position: fixed;
|
||||
z-index: 10;
|
||||
right: 0;
|
||||
bottom: 25vh;
|
||||
bottom: 28vh;
|
||||
|
||||
animation: zoom 1.2s ease-in-out infinite;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user