cloud-business 0.1.91-12 → 0.1.91-14
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/cloud-business.css +55 -51
- package/cloud-business.js +2 -2
- package/cloud-business.min.css +1 -1
- package/cloud-business.min.js +1 -1
- package/package.json +1 -1
package/cloud-business.css
CHANGED
|
@@ -14342,6 +14342,10 @@ body {
|
|
|
14342
14342
|
margin-left: 4px;
|
|
14343
14343
|
font-size: 14px;
|
|
14344
14344
|
}
|
|
14345
|
+
.account-area-new .customer-account-info-new .customer-info-wrap .customer-info-text .newCloud-icon-question-circle {
|
|
14346
|
+
cursor: pointer;
|
|
14347
|
+
color: rgba(0, 0, 0, 0.65);
|
|
14348
|
+
}
|
|
14345
14349
|
.account-area-new .customer-account-info-new .customer-info-wrap .customer-info-text:hover .newCloud-icon-view,
|
|
14346
14350
|
.account-area-new .customer-account-info-new .customer-info-wrap .customer-info-text:hover .newCloud-icon-hide {
|
|
14347
14351
|
display: inline-block;
|
|
@@ -14350,7 +14354,7 @@ body {
|
|
|
14350
14354
|
width: calc(100% - 90px);
|
|
14351
14355
|
}
|
|
14352
14356
|
.account-area-new .customer-account-info-new .customer-info-wrap .customer-info-text-address {
|
|
14353
|
-
max-width: calc(100% -
|
|
14357
|
+
max-width: calc(100% - 40px);
|
|
14354
14358
|
overflow: hidden;
|
|
14355
14359
|
text-decoration: none;
|
|
14356
14360
|
white-space: nowrap;
|
|
@@ -14401,6 +14405,56 @@ body {
|
|
|
14401
14405
|
margin-bottom: 8px;
|
|
14402
14406
|
}
|
|
14403
14407
|
|
|
14408
|
+
body {
|
|
14409
|
+
margin: 0;
|
|
14410
|
+
--shuyunBlue1: #EDF6FF;
|
|
14411
|
+
--shuyunBlue2: #CCE6FF;
|
|
14412
|
+
--shuyunBlue3: #72B0ED;
|
|
14413
|
+
--shuyunBlue4: #0066CC;
|
|
14414
|
+
--shuyunBlue5: #004CA3;
|
|
14415
|
+
--shuyunBlue6: #003775;
|
|
14416
|
+
--shuyunBlue7: #002147;
|
|
14417
|
+
}
|
|
14418
|
+
.over-length-tip-common {
|
|
14419
|
+
width: 100%;
|
|
14420
|
+
cursor: pointer;
|
|
14421
|
+
overflow: hidden;
|
|
14422
|
+
white-space: nowrap;
|
|
14423
|
+
text-overflow: ellipsis;
|
|
14424
|
+
}
|
|
14425
|
+
.over-length-tip-href {
|
|
14426
|
+
display: block;
|
|
14427
|
+
width: 100%;
|
|
14428
|
+
overflow: hidden;
|
|
14429
|
+
white-space: nowrap;
|
|
14430
|
+
text-overflow: ellipsis;
|
|
14431
|
+
color: var(--shuyunBlue4) !important;
|
|
14432
|
+
cursor: pointer;
|
|
14433
|
+
}
|
|
14434
|
+
.over-length-tip-href:hover {
|
|
14435
|
+
color: var(--shuyunBlue4) !important;
|
|
14436
|
+
}
|
|
14437
|
+
.text-overflow-other {
|
|
14438
|
+
overflow: hidden;
|
|
14439
|
+
white-space: nowrap;
|
|
14440
|
+
text-overflow: ellipsis;
|
|
14441
|
+
width: calc(100% - 60px) !important;
|
|
14442
|
+
padding-right: 0;
|
|
14443
|
+
}
|
|
14444
|
+
.wx-span {
|
|
14445
|
+
width: 100%;
|
|
14446
|
+
}
|
|
14447
|
+
.search-empty-com {
|
|
14448
|
+
display: flex;
|
|
14449
|
+
width: 100%;
|
|
14450
|
+
height: 170px;
|
|
14451
|
+
flex-direction: column;
|
|
14452
|
+
justify-content: center;
|
|
14453
|
+
color: rgba(0, 0, 0, 0.45);
|
|
14454
|
+
align-items: center;
|
|
14455
|
+
border-radius: 2px;
|
|
14456
|
+
}
|
|
14457
|
+
|
|
14404
14458
|
/**
|
|
14405
14459
|
* style.less
|
|
14406
14460
|
* @author wangbo
|
|
@@ -15320,56 +15374,6 @@ body {
|
|
|
15320
15374
|
height: calc(100% - 50px);
|
|
15321
15375
|
}
|
|
15322
15376
|
|
|
15323
|
-
body {
|
|
15324
|
-
margin: 0;
|
|
15325
|
-
--shuyunBlue1: #EDF6FF;
|
|
15326
|
-
--shuyunBlue2: #CCE6FF;
|
|
15327
|
-
--shuyunBlue3: #72B0ED;
|
|
15328
|
-
--shuyunBlue4: #0066CC;
|
|
15329
|
-
--shuyunBlue5: #004CA3;
|
|
15330
|
-
--shuyunBlue6: #003775;
|
|
15331
|
-
--shuyunBlue7: #002147;
|
|
15332
|
-
}
|
|
15333
|
-
.over-length-tip-common {
|
|
15334
|
-
width: 100%;
|
|
15335
|
-
cursor: pointer;
|
|
15336
|
-
overflow: hidden;
|
|
15337
|
-
white-space: nowrap;
|
|
15338
|
-
text-overflow: ellipsis;
|
|
15339
|
-
}
|
|
15340
|
-
.over-length-tip-href {
|
|
15341
|
-
display: block;
|
|
15342
|
-
width: 100%;
|
|
15343
|
-
overflow: hidden;
|
|
15344
|
-
white-space: nowrap;
|
|
15345
|
-
text-overflow: ellipsis;
|
|
15346
|
-
color: var(--shuyunBlue4) !important;
|
|
15347
|
-
cursor: pointer;
|
|
15348
|
-
}
|
|
15349
|
-
.over-length-tip-href:hover {
|
|
15350
|
-
color: var(--shuyunBlue4) !important;
|
|
15351
|
-
}
|
|
15352
|
-
.text-overflow-other {
|
|
15353
|
-
overflow: hidden;
|
|
15354
|
-
white-space: nowrap;
|
|
15355
|
-
text-overflow: ellipsis;
|
|
15356
|
-
width: calc(100% - 60px) !important;
|
|
15357
|
-
padding-right: 0;
|
|
15358
|
-
}
|
|
15359
|
-
.wx-span {
|
|
15360
|
-
width: 100%;
|
|
15361
|
-
}
|
|
15362
|
-
.search-empty-com {
|
|
15363
|
-
display: flex;
|
|
15364
|
-
width: 100%;
|
|
15365
|
-
height: 170px;
|
|
15366
|
-
flex-direction: column;
|
|
15367
|
-
justify-content: center;
|
|
15368
|
-
color: rgba(0, 0, 0, 0.45);
|
|
15369
|
-
align-items: center;
|
|
15370
|
-
border-radius: 2px;
|
|
15371
|
-
}
|
|
15372
|
-
|
|
15373
15377
|
/**
|
|
15374
15378
|
* index.less
|
|
15375
15379
|
* wangbo
|