Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_front_app_page
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenqikuai
fns_front_app_page
Commits
4d32e300
Commit
4d32e300
authored
Nov 01, 2021
by
xhx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: style
parent
f00de02e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
package.json
package.json
+1
-2
App.vue
src/App.vue
+9
-3
No files found.
package.json
View file @
4d32e300
...
@@ -24,4 +24,4 @@
...
@@ -24,4 +24,4 @@
"
vite
"
:
"^2.6.4"
,
"
vite
"
:
"^2.6.4"
,
"
vue-tsc
"
:
"^0.3.0"
"
vue-tsc
"
:
"^0.3.0"
}
}
}
}
\ No newline at end of file
src/App.vue
View file @
4d32e300
<
template
>
<
template
>
<div
class=
"page1"
>
<div
class=
"page1"
>
<img
src=
"./assets/jianhanglogo.png"
class=
"jianhanglogo"
/>
<div
class=
"jianhanglogo"
>
<img
src=
"./assets/jianhanglogo.png"
class=
"jianhanglogo-img"
/>
</div>
<div
class=
"txtContainer0"
>
维护中小企业的合法权益
</div>
<div
class=
"txtContainer0"
>
维护中小企业的合法权益
</div>
<div
class=
"txtContainer1"
>
<div
class=
"txtContainer1"
>
<div
class=
"line"
></div>
<div
class=
"line"
></div>
...
@@ -294,8 +296,12 @@ a {
...
@@ -294,8 +296,12 @@ a {
text-align: center;
text-align: center;
.jianhanglogo {
.jianhanglogo {
width: 210px;
width: 210px;
// height: 100px;
margin: 0 auto;
margin: 0 auto;
padding-top: 65px;
padding-top: 65px;
.jianhanglogo-img {
width: 100%;
}
}
}
.txtContainer0 {
.txtContainer0 {
margin-top: 60px;
margin-top: 60px;
...
@@ -325,7 +331,7 @@ a {
...
@@ -325,7 +331,7 @@ a {
border-radius: 11px;
border-radius: 11px;
background: rgba(255, 255, 255, 0.22);
background: rgba(255, 255, 255, 0.22);
border: 1px solid rgba(255, 255, 255, 0.48);
border: 1px solid rgba(255, 255, 255, 0.48);
z-index: 5;
//
z-index: 5;
display: flex;
display: flex;
flex-direction: column;
flex-direction: column;
...
@@ -338,7 +344,7 @@ a {
...
@@ -338,7 +344,7 @@ a {
height: 57px;
height: 57px;
background: #ffffff;
background: #ffffff;
border-radius: 14px;
border-radius: 14px;
z-index: 10;
//
z-index: 10;
}
}
.btnTxt {
.btnTxt {
font-size: 16px;
font-size: 16px;
...
...
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