Commit 2f1b7681 by 赵雅纹

邀请好友css更改

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