SliderVerify.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
112
/* components/SliderVerify/SliderVerify.wxss */
/* 滑动验证 */
.slide_model {
width: 100%;
height: 100vh;
z-index: 10;
position: fixed;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.4);
display: flex;
align-items: center;
justify-content: center;
}
.slide_model>view {
float: left;
z-index: 1;
position: relative;
width: calc(300px + 60rpx);
background-color: rgb(255, 255, 255);
border-radius: 8px
}
.canvas_img {
width: 300px;
height: 150px;
position: relative;
background-color: rgb(255, 255, 255);
float: left;
margin: 30rpx 30rpx 0;
}
.canvas_view {
width: 50px;
height: 50px;
position: absolute;
background: #fff;
z-index: 2;
}
.canfile_image {
width: 50px;
height: 50px;
position: absolute;
left: 0;
z-index: 3;
box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
}
.canvas_kus {
width: 40px;
height: 40px;
background-color: #fff;
font-size: 36rpx;
font-weight: 700;
position: absolute;
left: 0;
top: 0;
border: 1px solid #ddd;
color: #fff;
}
.canvas_srinl {
width: 300px;
/* height: 104px; */
height: 150px;
}
.canvas_width {
position: absolute;
left: 0;
top: 0;
height: 40px;
background-color: #1991FA;
width: 0;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
.cuIcon-back_android {
transform: rotate(180deg);
}
.canvas_slide {
width: 300px;
height: 40px;
background: #eee;
text-align: center;
/* padding-left: 50rpx; */
line-height: 80rpx;
float: left;
margin: 30rpx;
position: relative;
font-size: 26rpx;
}
.canvas_guil {
width: 100%;
border-top: 1px solid #f4f4f4;
height: 80rpx;
display: flex;
align-items: center;
float: left;
font-size: 35rpx;
color: #666;
}
.canvas_guil>view {
margin-left: 30rpx;
}