浏览代码

调试

dev
corala 3 年前
父节点
当前提交
35e051e72e
共有 2 个文件被更改,包括 18 次插入4 次删除
  1. +3
    -1
      pages/AR/index.wxml
  2. +15
    -3
      pages/AR/index.wxss

+ 3
- 1
pages/AR/index.wxml 查看文件

@@ -15,7 +15,9 @@
</view>
</view> -->
<view id="loading" wx:if="{{showLoading}}">
<image id="logoscan" src="https://static.quhouse.com/fecdef9ed6a045aaade3d48980e33a35.png"></image>
<image id="logoscan1" class="logoscan1" mode="widthFix" src="https://static.quhouse.com/55294240277f443fac7e7190224e7b44.png"></image>
<image id="logoscan2" class="logoscan2" mode="widthFix" src="https://static.quhouse.com/8c7d146f447546cea00776f3893237e8.png"></image>
<image id="logoscan3" class="logoscan3" mode="widthFix" src="https://static.quhouse.com/a4e924b079ed42f49f22b390d0651876.png"></image>
<loading text="{{showLoadingText}}"></loading>
</view>
<!-- <view id="content" wx:if="{{showContent}}">


+ 15
- 3
pages/AR/index.wxss 查看文件

@@ -74,14 +74,26 @@ camera {
margin: auto;
z-index: 40;
}
#logoscan{
#logoscan1,#logoscan2,#logoscan3{
position: fixed;
width: 200rpx;
height: 100rpx;
top: 30rpx;
left:30rpx;
z-index: 40;
}
.logoscan1{
top: 30rpx;
left: 30rpx;
width: 150rpx !important;
height: 80rpx !important;
}
.logoscan2{
top: 46rpx;
left: 220rpx;
}
.logoscan3{
top: 46rpx;
left: 470rpx;
}

.primary-button {
width: 540rpx;


正在加载...
取消
保存