refactor(ui): 更新 CDN 域名并统一资源路径格式

- 将 CDN 域名从 https://cdn.cunwuyun.cn/ 更改为 https://cdn.sinoecare.com/
- 统一资源路径格式,移除多余的斜杠
- 更新了多个样式类中的背景图片 URL
This commit is contained in:
aixianling
2025-01-21 09:15:50 +08:00
parent 6744b18240
commit ba8dc41c83

View File

@@ -3,7 +3,7 @@
@import "ckeditor"; @import "ckeditor";
@import "vars"; @import "vars";
$cdn: "https://cdn.cunwuyun.cn/"; $cdn: "https://cdn.sinoecare.com/";
$--color-primary: $primaryColor; $--color-primary: $primaryColor;
$--color-text-placeholder: $placeholderColor; $--color-text-placeholder: $placeholderColor;
$--border-color-base: $borderColor; $--border-color-base: $borderColor;
@@ -164,7 +164,7 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
缺省页相关样式 缺省页相关样式
*/ */
.no-data { .no-data {
background: url("https://cdn.cunwuyun.cn/ui/svg/NoData.svg") no-repeat center; background: url("https://cdn.sinoecare.com/ui/svg/NoData.svg") no-repeat center;
background-size: 120px 120px; background-size: 120px 120px;
height: 120px; height: 120px;
margin: 48px auto 10px; margin: 48px auto 10px;
@@ -174,28 +174,28 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
缺省页相关样式 缺省页相关样式
*/ */
.ai-empty__bg { .ai-empty__bg {
background: url("https://cdn.cunwuyun.cn/ui/svg/empty.svg") no-repeat center; background: url("https://cdn.sinoecare.com/ui/svg/empty.svg") no-repeat center;
background-size: 120px 120px; background-size: 120px 120px;
height: 120px; height: 120px;
margin: 48px auto 0; margin: 48px auto 0;
} }
.no-permission { .no-permission {
background: url("https://cdn.cunwuyun.cn/ui/svg/NoAuthority.svg") no-repeat center; background: url("https://cdn.sinoecare.com/ui/svg/NoAuthority.svg") no-repeat center;
background-size: 120px 120px; background-size: 120px 120px;
height: 120px; height: 120px;
margin-top: 48px; margin-top: 48px;
} }
.no-message { .no-message {
background: url("https://cdn.cunwuyun.cn/ui/svg/NoMessage.svg") no-repeat center; background: url("https://cdn.sinoecare.com/ui/svg/NoMessage.svg") no-repeat center;
background-size: 120px 120px; background-size: 120px 120px;
height: 120px; height: 120px;
margin-top: 48px; margin-top: 48px;
} }
.done-success { .done-success {
background: url("https://cdn.cunwuyun.cn/ui/svg/Success.svg") no-repeat center; background: url("https://cdn.sinoecare.com/ui/svg/Success.svg") no-repeat center;
background-size: 120px 120px; background-size: 120px 120px;
height: 120px; height: 120px;
} }
@@ -207,7 +207,7 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
} }
.developing { .developing {
background: url("https://cdn.cunwuyun.cn/ui/svg/developing.svg") no-repeat center; background: url("https://cdn.sinoecare.com/ui/svg/developing.svg") no-repeat center;
background-size: 400px 320px; background-size: 400px 320px;
width: 100%; width: 100%;
height: 100%; height: 100%;
@@ -657,11 +657,11 @@ h1, h2, h3, p {
*/ */
.signLeftBg { .signLeftBg {
background-image: url('#{$cdn}/ui/background/#{$theme}/loginLeft.png'); background-image: url('#{$cdn}ui/background/#{$theme}/loginLeft.png');
} }
.navBg { .navBg {
background-image: url('#{$cdn}/ui/background/#{$theme}/nav_bg.png'); background-image: url('#{$cdn}ui/background/#{$theme}/nav_bg.png');
} }
/** /**