cuiqian2004
2024-11-04 46a69ec5c8c6dde5249832d46659f988fe16ec3f
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
113
114
115
116
117
118
119
120
121
122
.slider[type='range'] {
    -webkit-appearance: none;
    margin: 9px 0;
    width: 100%
}
 
.slider[type='range']:focus {
    outline: 0
}
 
.slider[type='range']::-webkit-slider-runnable-track {
    cursor: pointer;
    height: 5px;
    width: 100%;
    background: #008ecc;
    border: none
}
 
.slider[type='range']::-webkit-slider-thumb {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    height: 18px;
    width: 18px;
    -webkit-appearance: none;
    margin-top: -6.5px
}
 
.slider[type='range']::-moz-range-track {
    cursor: pointer;
    height: 5px;
    width: 100%;
    background: #008ecc;
    border: none
}
 
.slider[type='range']::-moz-range-thumb {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    height: 18px;
    width: 18px
}
 
.slider[type='range']::-ms-track {
    cursor: pointer;
    height: 5px;
    width: 100%;
    background: transparent;
    border-color: transparent;
    border-width: 9px 0;
    color: transparent
}
 
.slider[type='range']::-ms-fill-lower {
    background: #008ecc;
    border: none
}
 
.slider[type='range']::-ms-fill-upper {
    background: #008ecc;
    border: none
}
 
.slider[type='range']::-ms-thumb {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    height: 18px;
    width: 18px;
    margin-top: 0
}
 
 
.cropper {
    display: inline-block
}
 
.cropper canvas {
    border-radius: 3px
}
 
.cropper canvas:hover {
    cursor: move
}
 
.cropper-tools {
    margin-top: 15px;
    text-align: center
}
 
.cropper-zoom {
    display: inline-block
}
 
.cropper-zoom .slider {
    margin: 0 10px;
    width: 225px
}
 
.cropper-zoom .icon {
    margin-top: 2px;
    font-size: 18px
}
 
.cropper-zoom .icon:last-child {
    font-size: 24px
}
 
.cropper .icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: rgba(0, 0, 0, .54);
    vertical-align: middle;
}