作者 Lijianheng

update

... ... @@ -84,4 +84,11 @@
</view>
</view>
<!-- 提现弹层 -->
<view class='mask'>
<view class='mask_item'>
</view>
</view>
</view>
\ No newline at end of file
... ...
... ... @@ -158,7 +158,7 @@ page{
background:rgba(253,255,255,1);
box-shadow:0rpx 8rpx 49rpx 0rpx rgba(0, 0, 0, 0.1);
border-radius:22px;
z-index: 666;
}
.invite_top{
display: flex;
... ... @@ -243,4 +243,30 @@ page{
.invite_bottom_icon image{
width: 100%;
height: 100%;
}
.fontSize{
font-size:40rpx;
font-family:Roboto-Regular;
font-weight:400;
color:rgba(255,255,255,1);
text-shadow:0rpx 14rpx 14rpx rgba(250,127,52,0.22);
}
.mask{
position: fixed;
width: 750rpx;
height: 1800rpx;
background:rgba(0,0,0,0.4);
z-index: 999;
display: flex;
/* align-items: center; */
justify-content: center;
}
.mask_item{
margin-top: 750rpx;
width:686rpx;
height:679rpx;
background:rgba(255,255,255,1);
border-radius:10rpx;
}
\ No newline at end of file
... ...