89 lines
1.3 KiB
Plaintext
89 lines
1.3 KiB
Plaintext
|
|
||
|
page{ background:#fff;}
|
||
|
.zhezhao{
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
z-index: 999;
|
||
|
width:100%;height:100%;
|
||
|
background:rgba(255,255,255,.4);
|
||
|
}
|
||
|
.suoIcon{width:80rpx;height:92rpx;padding-bottom:10rpx;}
|
||
|
.imagePathBox{
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
background:#fff;
|
||
|
position: fixed;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
right: 0;
|
||
|
bottom: 0;
|
||
|
z-index: 99;
|
||
|
}
|
||
|
.mask{
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
/* background: rgba(255,255,266,0.5); */
|
||
|
position: fixed;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
right: 0;
|
||
|
bottom: 0;
|
||
|
z-index: 90;
|
||
|
}
|
||
|
.shengcheng{
|
||
|
width: 80%;
|
||
|
height: 80%;
|
||
|
position: fixed;
|
||
|
top: 50rpx;
|
||
|
left: 50%;
|
||
|
margin-left: -40%;
|
||
|
z-index: 10;
|
||
|
}
|
||
|
.baocun{
|
||
|
display: block;
|
||
|
width: 80%;
|
||
|
height: 80rpx;
|
||
|
padding: 0;
|
||
|
line-height: 80rpx;
|
||
|
text-align: center;
|
||
|
position: fixed;
|
||
|
bottom: 50rpx;
|
||
|
left: 10%;
|
||
|
background: #D03020;
|
||
|
color: #fff;
|
||
|
font-size: 32rpx;
|
||
|
border-radius: 44rpx;
|
||
|
}
|
||
|
|
||
|
.shareFriends{
|
||
|
display: block;
|
||
|
width: 80%;
|
||
|
height: 104rpx;
|
||
|
padding: 0;
|
||
|
line-height: 80rpx;
|
||
|
text-align: center;
|
||
|
position: fixed;
|
||
|
bottom: 50rpx;
|
||
|
left: 10%;
|
||
|
background: #D03020;
|
||
|
color: rgb(211, 208, 208);
|
||
|
font-size: 32rpx;
|
||
|
border-radius: 44rpx;
|
||
|
}
|
||
|
|
||
|
|
||
|
button[class="baocun"]::after{
|
||
|
border: 0;
|
||
|
}
|
||
|
|
||
|
/* canvas绘图 */
|
||
|
/* .canvas-box{
|
||
|
width:0rpx;
|
||
|
height:0rpx;
|
||
|
overflow: hidden;
|
||
|
position: fixed;
|
||
|
left:0rpx;
|
||
|
bottom:30rpx;
|
||
|
z-index: 99;
|
||
|
} */
|
||
|
|