Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivWeb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
CivWeb
Commits
be466768
Commit
be466768
authored
Nov 22, 2024
by
周宏民
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style: 集成登录标题样式修改
parent
2f6db084
Pipeline
#94145
waiting for manual action with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
5 deletions
+21
-5
index.js
src/pages/bootpage/template/integrationNew/index.js
+3
-1
index.less
src/pages/bootpage/template/integrationNew/index.less
+18
-4
No files found.
src/pages/bootpage/template/integrationNew/index.js
View file @
be466768
...
...
@@ -410,7 +410,9 @@ const IntegrationNew = props => {
/>
</div>
<div className={styles.integrationNew_title_text}>
<span>{integratedConfig?.title || props.global.title || '智慧水务综合监控平台'}</span>
<span title={integratedConfig?.title || props.global.title || '智慧水务综合监控平台'}>
{integratedConfig?.title || props.global.title || '智慧水务综合监控平台'}
</span>
</div>
</div>
{integratedConfig?.subtitle ? (
...
...
src/pages/bootpage/template/integrationNew/index.less
View file @
be466768
...
...
@@ -188,14 +188,28 @@
font-size: 36px;
color: #FFFFFF;
letter-spacing: 4px;
//
background: linear-gradient(0deg, #56A1EF 0%, #FFFFFF 59%);
//
-webkit-background-clip: text;
//
-webkit-text-fill-color: transparent;
background: linear-gradient(0deg, #56A1EF 0%, #FFFFFF 59%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
position: relative;
// top: -8px;
font-family: Microsoft YaHei;
position: relative;
}
// 利用伪类实现阴影效果
span::before {
content: attr(title);
// 必须设置 绝对定位 和 z-index: -1 才行
position: absolute;
z-index: -1;
// 阴影
text-shadow: 0px 4px 3px rgba(4, 50, 140, 0.81), 0px 0px 13px rgba(89, 105, 252, 0.60);
}
}
}
...
...
@@ -304,7 +318,7 @@
visibility: hidden;
}
:global {}
@-webkit-keyframes scale-in-center {
0% {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment