创建uniapp基础形态
This commit is contained in:
Vendored
+15
@@ -0,0 +1,15 @@
|
||||
@font-face {
|
||||
font-family: 'Font Awesome 7 Free';
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
font-display: block;
|
||||
src: url('/static/webfonts/fa-solid-900.woff2') format('woff2');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Font Awesome 7 Brands';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: block;
|
||||
src: url('/static/webfonts/fa-brands-400.woff2') format('woff2');
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
// 简约潮流主题变量
|
||||
$color-primary: #6366f1;
|
||||
$color-primary-light: #818cf8;
|
||||
$color-primary-dark: #4f46e5;
|
||||
$color-accent: #ec4899;
|
||||
$color-bg: #f8fafc;
|
||||
$color-card: #ffffff;
|
||||
$color-text: #1e293b;
|
||||
$color-text-secondary: #64748b;
|
||||
$color-text-muted: #94a3b8;
|
||||
$color-border: #e2e8f0;
|
||||
$gradient-primary: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #ec4899 100%);
|
||||
$gradient-soft: linear-gradient(160deg, #eef2ff 0%, #faf5ff 50%, #fdf2f8 100%);
|
||||
$shadow-sm: 0 2rpx 12rpx rgba(99, 102, 241, 0.08);
|
||||
$shadow-md: 0 8rpx 32rpx rgba(99, 102, 241, 0.12);
|
||||
$radius-sm: 16rpx;
|
||||
$radius-md: 24rpx;
|
||||
$radius-lg: 32rpx;
|
||||
$radius-full: 999rpx;
|
||||
+2
-1
@@ -1 +1,2 @@
|
||||
@import 'uview-plus/theme.scss';
|
||||
// 已迁移至项目根目录 uni.scss,此文件保留兼容引用
|
||||
@import '../uni.scss';
|
||||
|
||||
Reference in New Issue
Block a user