mirror of
https://github.com/yangjian102621/geekai.git
synced 2026-04-22 11:04:26 +08:00
手机端视频生成页面调整完成
This commit is contained in:
@@ -1,17 +1,9 @@
|
||||
@font-face {
|
||||
font-family: "OPlusSans3-Regular";
|
||||
src: url("../fonts/OPlusSans3-Regular.ttf") format("truetype");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "OPlusSans3-Medium";
|
||||
src: url("../fonts/OPlusSans3-Medium.ttf") format("truetype");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
$font-regular: "OPlusSans3-Regular", "PingFangSC-Regular", "Roboto", "sans-serif";
|
||||
$font-medium: "OPlusSans3-Medium", "PingFangSC-Medium", "Roboto", "sans-serif";
|
||||
$font-regular: 'PingFangSC-Regular', 'Roboto', 'sans-serif', 'ui-sans-serif', '-apple-system',
|
||||
'system-ui', 'Segoe UI', 'Helvetica', 'Apple Color Emoji', 'Arial', 'sans-serif', 'Segoe UI Emoji',
|
||||
'Segoe UI Symbol';
|
||||
$font-medium: 'PingFangSC-Medium', 'Roboto', 'sans-serif', 'ui-sans-serif', '-apple-system',
|
||||
'system-ui', 'Segoe UI', 'Helvetica', 'Apple Color Emoji', 'Arial', 'sans-serif', 'Segoe UI Emoji',
|
||||
'Segoe UI Symbol';
|
||||
|
||||
.font-regular {
|
||||
font-family: $font-regular;
|
||||
@@ -21,4 +13,4 @@ $font-medium: "OPlusSans3-Medium", "PingFangSC-Medium", "Roboto", "sans-serif";
|
||||
.font-medium {
|
||||
font-family: $font-medium;
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
.mobile-mj {
|
||||
.text-line {
|
||||
padding: 6px;
|
||||
padding: 6px 0;
|
||||
font-size: 14px;
|
||||
|
||||
.van-row {
|
||||
@@ -91,7 +91,8 @@
|
||||
padding: 0;
|
||||
position: relative;
|
||||
|
||||
.van-image, .task-in-queue {
|
||||
.van-image,
|
||||
.task-in-queue {
|
||||
min-height: 100px;
|
||||
}
|
||||
|
||||
@@ -213,4 +214,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
.mobile-sd {
|
||||
.text-line {
|
||||
padding: 0 6px;
|
||||
padding: 0;
|
||||
font-size: 14px;
|
||||
|
||||
.van-row {
|
||||
@@ -98,7 +98,8 @@
|
||||
padding: 0;
|
||||
position: relative;
|
||||
|
||||
.van-image, .task-in-queue {
|
||||
.van-image,
|
||||
.task-in-queue {
|
||||
min-height: 100px;
|
||||
}
|
||||
|
||||
@@ -201,4 +202,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -498,40 +498,10 @@
|
||||
.custom-upload {
|
||||
width: 100%;
|
||||
|
||||
:deep(.el-upload-dragger) {
|
||||
:deep(.el-upload) {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
border: 2px dashed var(--el-border-color);
|
||||
border-radius: 12px;
|
||||
background: var(--el-bg-color);
|
||||
transition: all 0.3s ease;
|
||||
cursor: pointer;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
|
||||
&:hover {
|
||||
border-color: var(--el-color-primary);
|
||||
background: var(--el-color-primary-light-9);
|
||||
transform: translateY(-2px);
|
||||
box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
|
||||
}
|
||||
|
||||
&.is-dragover {
|
||||
border-color: var(--el-color-primary);
|
||||
background: var(--el-color-primary-light-9);
|
||||
transform: scale(1.02);
|
||||
}
|
||||
}
|
||||
|
||||
.upload-btn {
|
||||
background: var(--el-color-primary) !important;
|
||||
border-color: var(--el-color-primary) !important;
|
||||
width: 100%;
|
||||
|
||||
&:hover {
|
||||
background: var(--el-color-primary-dark-2) !important;
|
||||
border-color: var(--el-color-primary-dark-2) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,10 +1,17 @@
|
||||
@use 'font.scss' as *;
|
||||
:root[data-theme="light"] {
|
||||
:root[data-theme='light'] {
|
||||
--text-fb: #000;
|
||||
--text-color: #5b62ce; // 主要的文本颜色
|
||||
--normal-color: rgba(43, 54, 116, 1); // 普通颜色
|
||||
--theme-textcolor-normal: #5b62ce;
|
||||
p, h1, h2, h3, h4, h5, h6, article {
|
||||
p,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
article {
|
||||
font-family: $font-regular;
|
||||
}
|
||||
html,
|
||||
@@ -55,4 +62,4 @@
|
||||
--quote-text-color: #333;
|
||||
// 面板背景
|
||||
--panel-bg: linear-gradient(135deg, #f5eafe 0%, #e9e6fc 100%);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
@font-face {
|
||||
font-family: "iconfont"; /* Project id 4125778 */
|
||||
src: url('iconfont.woff2?t=1752831319382') format('woff2'),
|
||||
url('iconfont.woff?t=1752831319382') format('woff'),
|
||||
url('iconfont.ttf?t=1752831319382') format('truetype');
|
||||
src: url('iconfont.woff2?t=1754626711656') format('woff2'),
|
||||
url('iconfont.woff?t=1754626711656') format('woff'),
|
||||
url('iconfont.ttf?t=1754626711656') format('truetype');
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
@@ -13,6 +13,26 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-back-bold:before {
|
||||
content: "\e654";
|
||||
}
|
||||
|
||||
.icon-back-circle:before {
|
||||
content: "\e653";
|
||||
}
|
||||
|
||||
.icon-back:before {
|
||||
content: "\e6c8";
|
||||
}
|
||||
|
||||
.icon-openai:before {
|
||||
content: "\e652";
|
||||
}
|
||||
|
||||
.icon-suanli:before {
|
||||
content: "\e651";
|
||||
}
|
||||
|
||||
.icon-jimeng2:before {
|
||||
content: "\eabc";
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -5,6 +5,41 @@
|
||||
"css_prefix_text": "icon-",
|
||||
"description": "",
|
||||
"glyphs": [
|
||||
{
|
||||
"icon_id": "27025075",
|
||||
"name": "返回",
|
||||
"font_class": "back-bold",
|
||||
"unicode": "e654",
|
||||
"unicode_decimal": 58964
|
||||
},
|
||||
{
|
||||
"icon_id": "6237605",
|
||||
"name": "返回",
|
||||
"font_class": "back-circle",
|
||||
"unicode": "e653",
|
||||
"unicode_decimal": 58963
|
||||
},
|
||||
{
|
||||
"icon_id": "18952076",
|
||||
"name": "返回",
|
||||
"font_class": "back",
|
||||
"unicode": "e6c8",
|
||||
"unicode_decimal": 59080
|
||||
},
|
||||
{
|
||||
"icon_id": "33483666",
|
||||
"name": "openai",
|
||||
"font_class": "openai",
|
||||
"unicode": "e652",
|
||||
"unicode_decimal": 58962
|
||||
},
|
||||
{
|
||||
"icon_id": "25677845",
|
||||
"name": "算力",
|
||||
"font_class": "suanli",
|
||||
"unicode": "e651",
|
||||
"unicode_decimal": 58961
|
||||
},
|
||||
{
|
||||
"icon_id": "42693930",
|
||||
"name": "即梦AI-02",
|
||||
@@ -434,7 +469,7 @@
|
||||
},
|
||||
{
|
||||
"icon_id": "39584617",
|
||||
"name": "MidJourney-copy",
|
||||
"name": "MidJourney",
|
||||
"font_class": "MidJourney",
|
||||
"unicode": "e60e",
|
||||
"unicode_decimal": 58894
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user