bhd-components 0.9.27 → 0.9.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.es5.development.css +332 -12
- package/dist/index.esm.es5.development.js +284 -141
- package/dist/index.esm.es5.production.css +10 -1
- package/dist/index.esm.es5.production.js +1 -1
- package/dist/vendor.esm.es5.development.js +4226 -960
- package/dist/vendor.esm.es5.production.js +114 -106
- package/es2017/bhdEditor/index.d.ts +2 -0
- package/es2017/bhdEditor/index.js +3 -0
- package/es2017/bhdModalCropper/index.d.ts +10 -0
- package/es2017/bhdModalCropper/index.js +144 -0
- package/es2017/bhdModalCropper/index.module.less +362 -0
- package/es2017/index.d.ts +1 -0
- package/es2017/index.js +1 -0
- package/es2017/message/index.module.less +12 -4
- package/esm/bhdEditor/index.d.ts +2 -0
- package/esm/bhdEditor/index.js +3 -0
- package/esm/bhdModalCropper/index.d.ts +10 -0
- package/esm/bhdModalCropper/index.js +151 -0
- package/esm/bhdModalCropper/index.module.less +362 -0
- package/esm/index.d.ts +1 -0
- package/esm/index.js +1 -0
- package/esm/message/index.module.less +12 -4
- package/package.json +6 -2
|
@@ -2229,7 +2229,7 @@
|
|
|
2229
2229
|
"description": "图标,六级填充色"
|
|
2230
2230
|
}
|
|
2231
2231
|
*/
|
|
2232
|
-
.
|
|
2232
|
+
.index_module_customSuccess__70ac51ed.bhd-message-notice .bhd-message-notice-content {
|
|
2233
2233
|
background: #23d9c3 !important;
|
|
2234
2234
|
color: #ffffff;
|
|
2235
2235
|
font-weight: 600;
|
|
@@ -2238,7 +2238,11 @@
|
|
|
2238
2238
|
border-radius: 4px !important;
|
|
2239
2239
|
box-shadow: 0 6px 16px 0 rgba(32, 32, 32, 0.08), 0 3px 6px -4px rgba(49, 49, 49, 0.12), 0 9px 28px 8px rgba(35, 35, 35, 0.05) !important;
|
|
2240
2240
|
}
|
|
2241
|
-
.
|
|
2241
|
+
.index_module_customSuccess__70ac51ed.bhd-message-notice .bhd-message-notice-content > .bhd-message-success {
|
|
2242
|
+
display: flex;
|
|
2243
|
+
align-items: center;
|
|
2244
|
+
}
|
|
2245
|
+
.index_module_customSuccess__70ac51ed.bhd-message-notice .bhd-message-notice-content > .bhd-message-success > .anticon {
|
|
2242
2246
|
color: #ffffff;
|
|
2243
2247
|
font-size: 14px;
|
|
2244
2248
|
display: inline-flex;
|
|
@@ -2251,9 +2255,8 @@
|
|
|
2251
2255
|
vertical-align: middle;
|
|
2252
2256
|
text-rendering: optimizeLegibility;
|
|
2253
2257
|
-webkit-font-smoothing: antialiased;
|
|
2254
|
-
transform: translateY(-1px);
|
|
2255
2258
|
}
|
|
2256
|
-
.
|
|
2259
|
+
.index_module_customWarning__70ac51ed.bhd-message-notice .bhd-message-notice-content {
|
|
2257
2260
|
background-color: #ffc107 !important;
|
|
2258
2261
|
color: #ffffff;
|
|
2259
2262
|
font-weight: 600;
|
|
@@ -2262,7 +2265,11 @@
|
|
|
2262
2265
|
border-radius: 4px !important;
|
|
2263
2266
|
box-shadow: 0 6px 16px 0 rgba(32, 32, 32, 0.08), 0 3px 6px -4px rgba(49, 49, 49, 0.12), 0 9px 28px 8px rgba(35, 35, 35, 0.05) !important;
|
|
2264
2267
|
}
|
|
2265
|
-
.
|
|
2268
|
+
.index_module_customWarning__70ac51ed.bhd-message-notice .bhd-message-notice-content .bhd-message-warning {
|
|
2269
|
+
display: flex;
|
|
2270
|
+
align-items: center;
|
|
2271
|
+
}
|
|
2272
|
+
.index_module_customWarning__70ac51ed.bhd-message-notice .bhd-message-notice-content .bhd-message-warning > .anticon {
|
|
2266
2273
|
color: #ffffff;
|
|
2267
2274
|
font-size: 14px;
|
|
2268
2275
|
display: inline-flex;
|
|
@@ -2275,9 +2282,8 @@
|
|
|
2275
2282
|
vertical-align: middle;
|
|
2276
2283
|
text-rendering: optimizeLegibility;
|
|
2277
2284
|
-webkit-font-smoothing: antialiased;
|
|
2278
|
-
transform: translateY(-1px);
|
|
2279
2285
|
}
|
|
2280
|
-
.
|
|
2286
|
+
.index_module_customError__70ac51ed.bhd-message-notice .bhd-message-notice-content {
|
|
2281
2287
|
background-color: #f8700c !important;
|
|
2282
2288
|
color: #ffffff;
|
|
2283
2289
|
font-weight: 600;
|
|
@@ -2286,7 +2292,11 @@
|
|
|
2286
2292
|
border-radius: 4px !important;
|
|
2287
2293
|
box-shadow: 0 6px 16px 0 rgba(32, 32, 32, 0.08), 0 3px 6px -4px rgba(49, 49, 49, 0.12), 0 9px 28px 8px rgba(35, 35, 35, 0.05) !important;
|
|
2288
2294
|
}
|
|
2289
|
-
.
|
|
2295
|
+
.index_module_customError__70ac51ed.bhd-message-notice .bhd-message-notice-content .bhd-message-error {
|
|
2296
|
+
display: flex;
|
|
2297
|
+
align-items: center;
|
|
2298
|
+
}
|
|
2299
|
+
.index_module_customError__70ac51ed.bhd-message-notice .bhd-message-notice-content .bhd-message-error > .anticon {
|
|
2290
2300
|
color: #ffffff;
|
|
2291
2301
|
font-size: 14px;
|
|
2292
2302
|
display: inline-flex;
|
|
@@ -2299,9 +2309,8 @@
|
|
|
2299
2309
|
vertical-align: middle;
|
|
2300
2310
|
text-rendering: optimizeLegibility;
|
|
2301
2311
|
-webkit-font-smoothing: antialiased;
|
|
2302
|
-
transform: translateY(-1px);
|
|
2303
2312
|
}
|
|
2304
|
-
.
|
|
2313
|
+
.index_module_customInfo__70ac51ed.bhd-message-notice .bhd-message-notice-content {
|
|
2305
2314
|
background: #5991ef !important;
|
|
2306
2315
|
color: #ffffff;
|
|
2307
2316
|
font-weight: 600;
|
|
@@ -2310,7 +2319,11 @@
|
|
|
2310
2319
|
border-radius: 4px !important;
|
|
2311
2320
|
box-shadow: 0 6px 16px 0 rgba(32, 32, 32, 0.08), 0 3px 6px -4px rgba(49, 49, 49, 0.12), 0 9px 28px 8px rgba(35, 35, 35, 0.05) !important;
|
|
2312
2321
|
}
|
|
2313
|
-
.
|
|
2322
|
+
.index_module_customInfo__70ac51ed.bhd-message-notice .bhd-message-notice-content > .bhd-message-info {
|
|
2323
|
+
display: flex;
|
|
2324
|
+
align-items: center;
|
|
2325
|
+
}
|
|
2326
|
+
.index_module_customInfo__70ac51ed.bhd-message-notice .bhd-message-notice-content > .bhd-message-info > .anticon {
|
|
2314
2327
|
color: #ffffff;
|
|
2315
2328
|
font-size: 14px;
|
|
2316
2329
|
display: inline-flex;
|
|
@@ -2323,7 +2336,6 @@
|
|
|
2323
2336
|
vertical-align: middle;
|
|
2324
2337
|
text-rendering: optimizeLegibility;
|
|
2325
2338
|
-webkit-font-smoothing: antialiased;
|
|
2326
|
-
transform: translateY(-1px);
|
|
2327
2339
|
}
|
|
2328
2340
|
|
|
2329
2341
|
/* 变量色值 */
|
|
@@ -12848,3 +12860,311 @@ strong {
|
|
|
12848
12860
|
background-color: #ff7d66 !important;
|
|
12849
12861
|
color: #ffffff !important;
|
|
12850
12862
|
}
|
|
12863
|
+
|
|
12864
|
+
.index_module_BhdModalCropper__36cc44f0 .bhd-modal-content .bhd-modal-header {
|
|
12865
|
+
border-bottom: 0;
|
|
12866
|
+
padding: 24px 32px;
|
|
12867
|
+
}
|
|
12868
|
+
.index_module_BhdModalCropper__36cc44f0 .bhd-modal-content .bhd-modal-body {
|
|
12869
|
+
padding: 0 32px;
|
|
12870
|
+
}
|
|
12871
|
+
.index_module_BhdModalCropper__36cc44f0 .bhd-modal-content .bhd-modal-close {
|
|
12872
|
+
right: 29px;
|
|
12873
|
+
top: 24px;
|
|
12874
|
+
}
|
|
12875
|
+
.index_module_BhdModalCropper__36cc44f0 .bhd-modal-content .bhd-modal-footer {
|
|
12876
|
+
border-top: 0;
|
|
12877
|
+
padding: 24px 32px;
|
|
12878
|
+
}
|
|
12879
|
+
.index_module_cropperBox__36cc44f0 {
|
|
12880
|
+
/*!
|
|
12881
|
+
* Cropper.js v1.6.2
|
|
12882
|
+
* https://fengyuanchen.github.io/cropperjs
|
|
12883
|
+
*
|
|
12884
|
+
* Copyright 2015-present Chen Fengyuan
|
|
12885
|
+
* Released under the MIT license
|
|
12886
|
+
*
|
|
12887
|
+
* Date: 2024-04-21T07:43:02.731Z
|
|
12888
|
+
*/
|
|
12889
|
+
}
|
|
12890
|
+
.index_module_cropperBox__36cc44f0 .cropper-container {
|
|
12891
|
+
direction: ltr;
|
|
12892
|
+
font-size: 0;
|
|
12893
|
+
line-height: 0;
|
|
12894
|
+
position: relative;
|
|
12895
|
+
touch-action: none;
|
|
12896
|
+
-webkit-touch-callout: none;
|
|
12897
|
+
-webkit-user-select: none;
|
|
12898
|
+
-moz-user-select: none;
|
|
12899
|
+
user-select: none;
|
|
12900
|
+
}
|
|
12901
|
+
.index_module_cropperBox__36cc44f0 .cropper-container img {
|
|
12902
|
+
backface-visibility: hidden;
|
|
12903
|
+
display: block;
|
|
12904
|
+
height: 100%;
|
|
12905
|
+
image-orientation: 0deg;
|
|
12906
|
+
max-height: none !important;
|
|
12907
|
+
max-width: none !important;
|
|
12908
|
+
min-height: 0 !important;
|
|
12909
|
+
min-width: 0 !important;
|
|
12910
|
+
width: 100%;
|
|
12911
|
+
}
|
|
12912
|
+
.index_module_cropperBox__36cc44f0 .cropper-wrap-box,
|
|
12913
|
+
.index_module_cropperBox__36cc44f0 .cropper-canvas,
|
|
12914
|
+
.index_module_cropperBox__36cc44f0 .cropper-drag-box,
|
|
12915
|
+
.index_module_cropperBox__36cc44f0 .cropper-crop-box,
|
|
12916
|
+
.index_module_cropperBox__36cc44f0 .cropper-modal {
|
|
12917
|
+
bottom: 0;
|
|
12918
|
+
left: 0;
|
|
12919
|
+
position: absolute;
|
|
12920
|
+
right: 0;
|
|
12921
|
+
top: 0;
|
|
12922
|
+
}
|
|
12923
|
+
.index_module_cropperBox__36cc44f0 .cropper-wrap-box,
|
|
12924
|
+
.index_module_cropperBox__36cc44f0 .cropper-canvas {
|
|
12925
|
+
overflow: hidden;
|
|
12926
|
+
}
|
|
12927
|
+
.index_module_cropperBox__36cc44f0 .cropper-drag-box {
|
|
12928
|
+
background-color: #fff;
|
|
12929
|
+
opacity: 0;
|
|
12930
|
+
}
|
|
12931
|
+
.index_module_cropperBox__36cc44f0 .cropper-modal {
|
|
12932
|
+
background-color: #000;
|
|
12933
|
+
opacity: 0.5;
|
|
12934
|
+
}
|
|
12935
|
+
.index_module_cropperBox__36cc44f0 .cropper-view-box {
|
|
12936
|
+
display: block;
|
|
12937
|
+
height: 100%;
|
|
12938
|
+
outline: 1px solid #39f;
|
|
12939
|
+
outline-color: rgba(51, 153, 255, 0.75);
|
|
12940
|
+
overflow: hidden;
|
|
12941
|
+
width: 100%;
|
|
12942
|
+
}
|
|
12943
|
+
.index_module_cropperBox__36cc44f0 .cropper-dashed {
|
|
12944
|
+
border: 0 dashed #eee;
|
|
12945
|
+
display: block;
|
|
12946
|
+
opacity: 0.5;
|
|
12947
|
+
position: absolute;
|
|
12948
|
+
}
|
|
12949
|
+
.index_module_cropperBox__36cc44f0 .cropper-dashed.dashed-h {
|
|
12950
|
+
border-bottom-width: 1px;
|
|
12951
|
+
border-top-width: 1px;
|
|
12952
|
+
height: calc(100% / 3);
|
|
12953
|
+
left: 0;
|
|
12954
|
+
top: calc(100% / 3);
|
|
12955
|
+
width: 100%;
|
|
12956
|
+
}
|
|
12957
|
+
.index_module_cropperBox__36cc44f0 .cropper-dashed.dashed-v {
|
|
12958
|
+
border-left-width: 1px;
|
|
12959
|
+
border-right-width: 1px;
|
|
12960
|
+
height: 100%;
|
|
12961
|
+
left: calc(100% / 3);
|
|
12962
|
+
top: 0;
|
|
12963
|
+
width: calc(100% / 3);
|
|
12964
|
+
}
|
|
12965
|
+
.index_module_cropperBox__36cc44f0 .cropper-center {
|
|
12966
|
+
display: block;
|
|
12967
|
+
height: 0;
|
|
12968
|
+
left: 50%;
|
|
12969
|
+
opacity: 0.75;
|
|
12970
|
+
position: absolute;
|
|
12971
|
+
top: 50%;
|
|
12972
|
+
width: 0;
|
|
12973
|
+
}
|
|
12974
|
+
.index_module_cropperBox__36cc44f0 .cropper-center::before,
|
|
12975
|
+
.index_module_cropperBox__36cc44f0 .cropper-center::after {
|
|
12976
|
+
background-color: #eee;
|
|
12977
|
+
content: " ";
|
|
12978
|
+
display: block;
|
|
12979
|
+
position: absolute;
|
|
12980
|
+
}
|
|
12981
|
+
.index_module_cropperBox__36cc44f0 .cropper-center::before {
|
|
12982
|
+
height: 1px;
|
|
12983
|
+
left: -3px;
|
|
12984
|
+
top: 0;
|
|
12985
|
+
width: 7px;
|
|
12986
|
+
}
|
|
12987
|
+
.index_module_cropperBox__36cc44f0 .cropper-center::after {
|
|
12988
|
+
height: 7px;
|
|
12989
|
+
left: 0;
|
|
12990
|
+
top: -3px;
|
|
12991
|
+
width: 1px;
|
|
12992
|
+
}
|
|
12993
|
+
.index_module_cropperBox__36cc44f0 .cropper-face,
|
|
12994
|
+
.index_module_cropperBox__36cc44f0 .cropper-line,
|
|
12995
|
+
.index_module_cropperBox__36cc44f0 .cropper-point {
|
|
12996
|
+
display: block;
|
|
12997
|
+
height: 100%;
|
|
12998
|
+
opacity: 0.1;
|
|
12999
|
+
position: absolute;
|
|
13000
|
+
width: 100%;
|
|
13001
|
+
}
|
|
13002
|
+
.index_module_cropperBox__36cc44f0 .cropper-face {
|
|
13003
|
+
background-color: #fff;
|
|
13004
|
+
left: 0;
|
|
13005
|
+
top: 0;
|
|
13006
|
+
}
|
|
13007
|
+
.index_module_cropperBox__36cc44f0 .cropper-line {
|
|
13008
|
+
background-color: #39f;
|
|
13009
|
+
}
|
|
13010
|
+
.index_module_cropperBox__36cc44f0 .cropper-line.line-e {
|
|
13011
|
+
cursor: ew-resize;
|
|
13012
|
+
right: -3px;
|
|
13013
|
+
top: 0;
|
|
13014
|
+
width: 5px;
|
|
13015
|
+
}
|
|
13016
|
+
.index_module_cropperBox__36cc44f0 .cropper-line.line-n {
|
|
13017
|
+
cursor: ns-resize;
|
|
13018
|
+
height: 5px;
|
|
13019
|
+
left: 0;
|
|
13020
|
+
top: -3px;
|
|
13021
|
+
}
|
|
13022
|
+
.index_module_cropperBox__36cc44f0 .cropper-line.line-w {
|
|
13023
|
+
cursor: ew-resize;
|
|
13024
|
+
left: -3px;
|
|
13025
|
+
top: 0;
|
|
13026
|
+
width: 5px;
|
|
13027
|
+
}
|
|
13028
|
+
.index_module_cropperBox__36cc44f0 .cropper-line.line-s {
|
|
13029
|
+
bottom: -3px;
|
|
13030
|
+
cursor: ns-resize;
|
|
13031
|
+
height: 5px;
|
|
13032
|
+
left: 0;
|
|
13033
|
+
}
|
|
13034
|
+
.index_module_cropperBox__36cc44f0 .cropper-point {
|
|
13035
|
+
background-color: #39f;
|
|
13036
|
+
height: 5px;
|
|
13037
|
+
opacity: 0.75;
|
|
13038
|
+
width: 5px;
|
|
13039
|
+
}
|
|
13040
|
+
.index_module_cropperBox__36cc44f0 .cropper-point.point-e {
|
|
13041
|
+
cursor: ew-resize;
|
|
13042
|
+
margin-top: -3px;
|
|
13043
|
+
right: -3px;
|
|
13044
|
+
top: 50%;
|
|
13045
|
+
}
|
|
13046
|
+
.index_module_cropperBox__36cc44f0 .cropper-point.point-n {
|
|
13047
|
+
cursor: ns-resize;
|
|
13048
|
+
left: 50%;
|
|
13049
|
+
margin-left: -3px;
|
|
13050
|
+
top: -3px;
|
|
13051
|
+
}
|
|
13052
|
+
.index_module_cropperBox__36cc44f0 .cropper-point.point-w {
|
|
13053
|
+
cursor: ew-resize;
|
|
13054
|
+
left: -3px;
|
|
13055
|
+
margin-top: -3px;
|
|
13056
|
+
top: 50%;
|
|
13057
|
+
}
|
|
13058
|
+
.index_module_cropperBox__36cc44f0 .cropper-point.point-s {
|
|
13059
|
+
bottom: -3px;
|
|
13060
|
+
cursor: s-resize;
|
|
13061
|
+
left: 50%;
|
|
13062
|
+
margin-left: -3px;
|
|
13063
|
+
}
|
|
13064
|
+
.index_module_cropperBox__36cc44f0 .cropper-point.point-ne {
|
|
13065
|
+
cursor: nesw-resize;
|
|
13066
|
+
right: -3px;
|
|
13067
|
+
top: -3px;
|
|
13068
|
+
}
|
|
13069
|
+
.index_module_cropperBox__36cc44f0 .cropper-point.point-nw {
|
|
13070
|
+
cursor: nwse-resize;
|
|
13071
|
+
left: -3px;
|
|
13072
|
+
top: -3px;
|
|
13073
|
+
}
|
|
13074
|
+
.index_module_cropperBox__36cc44f0 .cropper-point.point-sw {
|
|
13075
|
+
bottom: -3px;
|
|
13076
|
+
cursor: nesw-resize;
|
|
13077
|
+
left: -3px;
|
|
13078
|
+
}
|
|
13079
|
+
.index_module_cropperBox__36cc44f0 .cropper-point.point-se {
|
|
13080
|
+
bottom: -3px;
|
|
13081
|
+
cursor: nwse-resize;
|
|
13082
|
+
height: 20px;
|
|
13083
|
+
opacity: 1;
|
|
13084
|
+
right: -3px;
|
|
13085
|
+
width: 20px;
|
|
13086
|
+
}
|
|
13087
|
+
@media (min-width: 768px) {
|
|
13088
|
+
.index_module_cropperBox__36cc44f0 .cropper-point.point-se {
|
|
13089
|
+
height: 15px;
|
|
13090
|
+
width: 15px;
|
|
13091
|
+
}
|
|
13092
|
+
}
|
|
13093
|
+
@media (min-width: 992px) {
|
|
13094
|
+
.index_module_cropperBox__36cc44f0 .cropper-point.point-se {
|
|
13095
|
+
height: 10px;
|
|
13096
|
+
width: 10px;
|
|
13097
|
+
}
|
|
13098
|
+
}
|
|
13099
|
+
@media (min-width: 1200px) {
|
|
13100
|
+
.index_module_cropperBox__36cc44f0 .cropper-point.point-se {
|
|
13101
|
+
height: 5px;
|
|
13102
|
+
opacity: 0.75;
|
|
13103
|
+
width: 5px;
|
|
13104
|
+
}
|
|
13105
|
+
}
|
|
13106
|
+
.index_module_cropperBox__36cc44f0 .cropper-point.point-se::before {
|
|
13107
|
+
background-color: #39f;
|
|
13108
|
+
bottom: -50%;
|
|
13109
|
+
content: " ";
|
|
13110
|
+
display: block;
|
|
13111
|
+
height: 200%;
|
|
13112
|
+
opacity: 0;
|
|
13113
|
+
position: absolute;
|
|
13114
|
+
right: -50%;
|
|
13115
|
+
width: 200%;
|
|
13116
|
+
}
|
|
13117
|
+
.index_module_cropperBox__36cc44f0 .cropper-invisible {
|
|
13118
|
+
opacity: 0;
|
|
13119
|
+
}
|
|
13120
|
+
.index_module_cropperBox__36cc44f0 .cropper-bg {
|
|
13121
|
+
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
|
|
13122
|
+
}
|
|
13123
|
+
.index_module_cropperBox__36cc44f0 .cropper-hide {
|
|
13124
|
+
display: block;
|
|
13125
|
+
height: 0;
|
|
13126
|
+
position: absolute;
|
|
13127
|
+
width: 0;
|
|
13128
|
+
}
|
|
13129
|
+
.index_module_cropperBox__36cc44f0 .cropper-hidden {
|
|
13130
|
+
display: none !important;
|
|
13131
|
+
}
|
|
13132
|
+
.index_module_cropperBox__36cc44f0 .cropper-move {
|
|
13133
|
+
cursor: move;
|
|
13134
|
+
}
|
|
13135
|
+
.index_module_cropperBox__36cc44f0 .cropper-crop {
|
|
13136
|
+
cursor: crosshair;
|
|
13137
|
+
}
|
|
13138
|
+
.index_module_cropperBox__36cc44f0 .cropper-disabled .cropper-drag-box,
|
|
13139
|
+
.index_module_cropperBox__36cc44f0 .cropper-disabled .cropper-face,
|
|
13140
|
+
.index_module_cropperBox__36cc44f0 .cropper-disabled .cropper-line,
|
|
13141
|
+
.index_module_cropperBox__36cc44f0 .cropper-disabled .cropper-point {
|
|
13142
|
+
cursor: not-allowed;
|
|
13143
|
+
}
|
|
13144
|
+
.index_module_cropperBtn__36cc44f0 {
|
|
13145
|
+
display: flex;
|
|
13146
|
+
align-items: center;
|
|
13147
|
+
justify-content: space-between;
|
|
13148
|
+
margin-top: 24px;
|
|
13149
|
+
}
|
|
13150
|
+
.index_module_cropperBtn__36cc44f0 .index_module_icons__36cc44f0 {
|
|
13151
|
+
display: flex;
|
|
13152
|
+
align-items: center;
|
|
13153
|
+
gap: 8px;
|
|
13154
|
+
}
|
|
13155
|
+
.index_module_cropperBtn__36cc44f0 .index_module_icons__36cc44f0 > span {
|
|
13156
|
+
display: flex;
|
|
13157
|
+
align-items: center;
|
|
13158
|
+
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
13159
|
+
padding: 4px;
|
|
13160
|
+
cursor: pointer;
|
|
13161
|
+
color: rgba(0, 0, 0, 0.65);
|
|
13162
|
+
}
|
|
13163
|
+
.index_module_cropperBtn__36cc44f0 .index_module_icons__36cc44f0 > span:hover {
|
|
13164
|
+
border-color: #ff7d66;
|
|
13165
|
+
color: #ff7d66;
|
|
13166
|
+
}
|
|
13167
|
+
.index_module_cropperBtn__36cc44f0 .index_module_icons__36cc44f0 .anticon {
|
|
13168
|
+
font-size: 14px;
|
|
13169
|
+
cursor: pointer;
|
|
13170
|
+
}
|