Commit 2f1b7681 by 赵雅纹

邀请好友css更改

parent 48276b9f
...@@ -58,11 +58,13 @@ ...@@ -58,11 +58,13 @@
<view class="poster-tips"> <view class="poster-tips">
<image src="/assets/imgs/7_1_0/poster-tips.png" mode="widthFix"></image> <image src="/assets/imgs/7_1_0/poster-tips.png" mode="widthFix"></image>
</view> </view>
</view>
<!-- 测试 --> <!-- 测试 -->
<view class="test" > <view class="test" >
<painter customStyle='margin-left:40rpx;z-index:-99999' palette="{{template}}" bind:imgOK="onImgOK" /> <painter palette="{{template}}" bind:imgOK="onImgOK" />
</view>
</view> </view>
<!--goHome--> <!--goHome-->
<go-home /> <go-home />
\ No newline at end of file
...@@ -16,6 +16,7 @@ page{ ...@@ -16,6 +16,7 @@ page{
background: #f9f9f9; background: #f9f9f9;
position: relative; position: relative;
z-index: 9999; z-index: 9999;
} }
swiper { swiper {
...@@ -75,6 +76,7 @@ swiper-item{ ...@@ -75,6 +76,7 @@ swiper-item{
position: fixed; position: fixed;
bottom: 20rpx; bottom: 20rpx;
padding: 0 18rpx 0 18rpx; padding: 0 18rpx 0 18rpx;
z-index: 9999;
} }
.scroll-view_H { .scroll-view_H {
...@@ -146,8 +148,8 @@ swiper-item{ ...@@ -146,8 +148,8 @@ swiper-item{
/* 测试 */ /* 测试 */
.test{ .test{
position: absolute; position: absolute;
bottom: 0; bottom:-400rpx;
transform: translateY(100%); transform: translateY(-200%);
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;
/* background: #ffffff; */ /* background: #ffffff; */
......
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