shareSheet.wxss
1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
.container {
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 1000;
}
.cover-view {
background-color: black;
opacity: 0.4;
width: 100%;
height: 100%;
position: fixed;
z-index: 1000;
}
.main-view {
bottom: 0;
width: 100%;
height: 374rpx;
background-color: white;
position: fixed;
z-index: 1200;
}
.main-view .share-view {
height: 262rpx;
display: flex;
}
.main-view .line {
height: 2rpx;
margin-left: 40rpx;
margin-right: 40rpx;
background-color: #dddddd;
}
.main-view .cancel {
height: 110rpx;
font-family: PingFang-SC-Regular;
font-size: 34rpx;
color: #000000;
letter-spacing: -0.23px;
display: flex;
align-items: center;
justify-content: center;
}
.left {
margin-left: 183rpx;
}
.right {
margin-right: 183rpx;
}
.main-view .share-view .item {
width: 100rpx;
height: 100%;
border-radius: 0;
border-style: none;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.main-view .share-view .item .icon {
width: 90rpx;
height: 90rpx;
margin-top: 20rpx;
}
.main-view .share-view .item .title {
width: 150rpx;
font-family: PingFang-SC-Regular;
font-size: 24rpx;
color: #000000;
letter-spacing: -0.16px;
}