Commit fa6c6e1c authored by yanghailong's avatar yanghailong

修改样式

parent 17b3bf02
Pipeline #382 failed with stages
<template>
<view >
<view v-if="page">
<view :style="`height:${deviceInfo.windowHeight}px`" >
<view :style="`height:${deviceInfo.windowHeight}px`" >
<view class="" style="position: relative;" :style="`height:${deviceInfo.windowHeight/1.5 }px`" >
<u--image style="position: absolute;z-index: -100;" :showLoading="true" :src="postUrl[0]" :width="deviceInfo.windowWidth+'px'" :height="deviceInfo.windowHeight/1.5+'px'" @click="click" ></u--image>
<u--text style="padding: 30rpx 0;" :text="appInfo.name" align='center' size="65rpx"></u--text>
<u-row style="padding: 40rpx 0;" justify='center'>
<u--image :showLoading="true" :src="appInfo.logo" width="300rpx" height="300rpx" @click="click" ></u--image>
<!-- <u--text style="padding: 30rpx 0;" :text="appInfo.name" align='center' size="65rpx"></u--text> -->
<u-row style="padding: 40rpx 0;height: 600rpx;" justify='center'>
<!-- <u--image :showLoading="true" :src="appInfo.logo" width="300rpx" height="300rpx" @click="click" ></u--image> -->
</u-row>
<u-row justify='center' style="margin: 30rpx 0;" v-if="inviteInfo.invite_code">
<text style="font-size: 26rpx;">注册时候请填写邀请码:</text>
<text style="font-size: 26rpx;color: #fff;">注册时填邀请码:</text>
<text style="color: #7085ff;">{{inviteInfo.invite_code}}</text>
<span @click="copyCode" style='background-color: #7085ff;color: #fff;padding:5rpx 10rpx;border-radius: 10rpx;margin-left: 15rpx;'>复制</span>
<span @click="copyCode" style='background-color: #7085ff;color: #fff;padding:5rpx 10rpx;border-radius: 10rpx;margin-left: 15rpx;font-size: 20rpx;'>复制</span>
<!-- <u--text :text="info.invite_code"></u--text> -->
</u-row>
<u-row style="margin : 20rpx;">
......@@ -21,10 +21,6 @@
<view class="" style="position: absolute;width: 750rpx;z-index: -1000;" >
<u--image :showLoading="true" :src="postUrl[1]" :width="deviceInfo.windowWidth+'px'" :height="deviceInfo.windowHeight - deviceInfo.windowHeight/1.5+'px'" @click="click" ></u--image>
</view>
</view>
<swiper v-if="false" :indicator-dots="false" :vertical='true' :autoplay="false" :style="`height:${deviceInfo.windowHeight}px`" >
......
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