第一版 支付微信
This commit is contained in:
@@ -25,6 +25,14 @@
|
||||
融儒、释、道、医、美、文为一体,<br />
|
||||
带你感受国学之美
|
||||
</view>
|
||||
</swiper-item>
|
||||
<swiper-item>
|
||||
<view class="guide_pages_bg4">
|
||||
众妙之门,
|
||||
<br />
|
||||
融儒、释、道、医、美、文为一体,<br />
|
||||
带你感受国学之美
|
||||
</view>
|
||||
<button v-if="screenHeight > 667" style="color: #fff; border-color: #fff"
|
||||
class="guide_pages_close close_1624" @click="onClose">
|
||||
开始使用
|
||||
@@ -95,7 +103,7 @@
|
||||
let systemInfo = uni.getSystemInfoSync();
|
||||
this.screenHeight = systemInfo.screenHeight;
|
||||
this.show = true;
|
||||
this.protocolShow = true;
|
||||
// this.protocolShow = true;
|
||||
} else {
|
||||
uni.switchTab({
|
||||
url: "/pages/homePage/index/index",
|
||||
@@ -205,6 +213,20 @@
|
||||
font-weight: bold;
|
||||
line-height: 80rpx;
|
||||
}
|
||||
.guide_pages_bg4 {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
background: url("@/static/icon/e_0ban_4.jpg") no-repeat;
|
||||
background-size: cover;
|
||||
// background-color: #EA552D;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: #fff;
|
||||
font-size: 46rpx;
|
||||
font-weight: bold;
|
||||
line-height: 80rpx;
|
||||
}
|
||||
|
||||
.guide_pages_close {
|
||||
border: 2rpx solid #000;
|
||||
|
||||
Reference in New Issue
Block a user