shareIt.wxss
2.0 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
/* pages/shareIt/shareIt.wxss */
page {
width: 100%;
height: 100%;
}
.shar {
position: relative;
width: 100%;
height: 100%;
}
.bg {
overflow: hidden;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.bottom {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 0 72rpx;
box-sizing: border-box;
width: 100%;
position: fixed;
bottom: 46rpx;
left: 0;
}
.botton {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 104rpx;
background: linear-gradient(180deg, rgba(255, 235, 123, 1) 0%, rgba(255, 210, 69, 1) 100%);
box-shadow: 0px 8rpx 28rpx 0px rgba(237, 88, 14, 1);
border-radius: 52rpx;
font-weight: 600;
color: rgba(254, 49, 22, 1);
font-size: 32rpx;
}
.botom {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
font-weight: 600;
color: rgba(255, 210, 69, 1);
font-size: 28rpx;
margin-top: 32rpx;
}
/* //弹框 */
.kabox {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
width: 100%;
height: 850rpx;
background: rgba(255, 255, 255, 1);
border-radius: 24rpx;
padding: 40rpx 48rpx;
box-sizing: border-box;
}
.biaot {
font-weight: bold;
color: rgba(6, 18, 31, 1);
font-size: 36rpx;
}
.nrbox {
width: 100%;
height: 510rpx;
margin-top: 32rpx;
overflow-y: scroll;
font-size: 28rpx;
color: rgba(61, 68, 76, 1);
line-height: 42rpx;
}
.tk_bottom {
margin-top: 24rpx;
width: 100%;
border-top: 2rpx solid #eee;
display: flex;
align-items: center;
justify-content: center;
}
.tk_bon {
display: flex;
align-items: center;
justify-content: center;
width: 296rpx;
height: 88rpx;
font-weight: 600;
color: rgba(18, 27, 33, 1);
font-size: 28rpx;
margin-top: 40rpx;
background-color: #0071FD;
border-radius: 64rpx;
}