cloud-business 0.1.123 → 0.1.124
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 +2 -1
- package/cloud-business.js +1 -1
- package/cloud-business.min.css +1 -1
- package/cloud-business.min.js +1 -1
- package/package.json +1 -1
package/cloud-business.css
CHANGED
|
@@ -3655,7 +3655,7 @@ body {
|
|
|
3655
3655
|
}
|
|
3656
3656
|
.account-area-new .customer-account-info-new .info-explain-container .info-explain {
|
|
3657
3657
|
position: absolute;
|
|
3658
|
-
right:
|
|
3658
|
+
right: 16px;
|
|
3659
3659
|
font-size: 14px;
|
|
3660
3660
|
color: #0055CC;
|
|
3661
3661
|
line-height: 20px;
|
|
@@ -3816,6 +3816,7 @@ body {
|
|
|
3816
3816
|
}
|
|
3817
3817
|
.info-explain-modal > p {
|
|
3818
3818
|
font-size: 14px;
|
|
3819
|
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
3819
3820
|
color: rgba(0, 0, 0, 0.85);
|
|
3820
3821
|
line-height: 20px;
|
|
3821
3822
|
}
|