Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
saas-weichat
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hqzhdj_app
saas-weichat
Commits
398f2051
Commit
398f2051
authored
Feb 07, 2025
by
yanglang123
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xiugai
parent
6ac39054
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
11 deletions
+11
-11
src/components/indexComponent/indexBtnScroll/index.jsx
+1
-1
src/components/indexComponent/indexComponent/style.css
+1
-1
src/components/indexComponent/indexComponent/style.less
+1
-1
src/components/login/login.css
+3
-3
src/components/login/login.less
+3
-3
src/components/login/loginForm.jsx
+2
-2
No files found.
src/components/indexComponent/indexBtnScroll/index.jsx
View file @
398f2051
...
@@ -92,7 +92,7 @@ class IndexBtnScroll extends Component {
...
@@ -92,7 +92,7 @@ class IndexBtnScroll extends Component {
right
:
"0"
,
right
:
"0"
,
}
}
}
}
>
>
<
img
style=
{
{
width
:
"
180px
"
}
}
src=
{
MessageIcon
}
alt=
""
/>
<
img
style=
{
{
width
:
"
90%
"
}
}
src=
{
MessageIcon
}
alt=
""
/>
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
...
...
src/components/indexComponent/indexComponent/style.css
View file @
398f2051
...
@@ -316,7 +316,7 @@
...
@@ -316,7 +316,7 @@
}
}
.index-module-news-item-container
.index-module-news-item-content-container
.index-module-news-info-container
.index-module-news-item-info-name
{
.index-module-news-item-container
.index-module-news-item-content-container
.index-module-news-info-container
.index-module-news-item-info-name
{
width
:
100%
;
width
:
100%
;
font-size
:
32px
;
font-size
:
0.32rem
;
font-weight
:
400
;
font-weight
:
400
;
color
:
#333333
;
color
:
#333333
;
line-height
:
40px
;
line-height
:
40px
;
...
...
src/components/indexComponent/indexComponent/style.less
View file @
398f2051
...
@@ -332,7 +332,7 @@
...
@@ -332,7 +332,7 @@
.index-module-news-item-info-name {
.index-module-news-item-info-name {
width: 100%;
width: 100%;
font-size:
32px
;
font-size:
.32rem
;
font-weight: 400;
font-weight: 400;
color: #333333;
color: #333333;
line-height: 40px;
line-height: 40px;
...
...
src/components/login/login.css
View file @
398f2051
...
@@ -57,9 +57,9 @@
...
@@ -57,9 +57,9 @@
align-items
:
center
;
align-items
:
center
;
}
}
.login
.login-container
.login-form
.login-form-item
.login-form-top-logo
.login-input-top-icon
{
.login
.login-container
.login-form
.login-form-item
.login-form-top-logo
.login-input-top-icon
{
width
:
1
50px
;
width
:
1
.5rem
;
height
:
1
50px
;
height
:
1
.5rem
;
margin-bottom
:
60px
;
margin-bottom
:
0.6rem
;
}
}
.login
.login-container
.login-form
.login-form-item
.login-form-top-logo
.login-input-top-font
{
.login
.login-container
.login-form
.login-form-item
.login-form-top-logo
.login-input-top-font
{
color
:
#f5222d
;
color
:
#f5222d
;
...
...
src/components/login/login.less
View file @
398f2051
...
@@ -48,9 +48,9 @@
...
@@ -48,9 +48,9 @@
justify-content: center;
justify-content: center;
align-items: center;
align-items: center;
.login-input-top-icon {
.login-input-top-icon {
width: 1
50px
;
width: 1
.5rem
;
height: 1
50px
;
height: 1
.5rem
;
margin-bottom:
60px
;
margin-bottom:
.6rem
;
}
}
.login-input-top-font {
.login-input-top-font {
color: #f5222d;
color: #f5222d;
...
...
src/components/login/loginForm.jsx
View file @
398f2051
...
@@ -452,10 +452,10 @@ class LoginForm extends Component {
...
@@ -452,10 +452,10 @@ class LoginForm extends Component {
<
div
className=
"login-form-item"
>
<
div
className=
"login-form-item"
>
<
div
className=
"login-form-top-logo"
>
<
div
className=
"login-form-top-logo"
>
<
img
src=
{
loginTopLogoImg
}
alt=
""
className=
"login-input-top-icon"
/>
<
img
src=
{
loginTopLogoImg
}
alt=
""
className=
"login-input-top-icon"
/>
<
div
className=
"login-input-top-font"
style=
{
{
fontSize
:
"
56px
"
}
}
>
<
div
className=
"login-input-top-font"
style=
{
{
fontSize
:
"
0.56rem
"
}
}
>
机电e先锋
机电e先锋
</
div
>
</
div
>
<
div
className=
"login-input-top-font"
style=
{
{
fontSize
:
"
34px
"
}
}
>
<
div
className=
"login-input-top-font"
style=
{
{
fontSize
:
"
0.34rem
"
}
}
>
智慧党建平台
智慧党建平台
</
div
>
</
div
>
</
div
>
</
div
>
...
...
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