Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
94f0489d
authored
2020-10-14 15:00:36 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
添加公共样式
1 parent
545dcf99
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
1 deletions
src/assets/less/main.less
src/assets/less/main.less
View file @
94f0489
...
...
@@ -11,4 +11,26 @@
}
.db{
display: block;
}
\ No newline at end of file
}
.fl{
float: left;
}
.fr{
float: right;
}
.formInput {
height: 20px;
width: 96%;
line-height: 20px;
outline: none;
border: none;
color: #606764;
overflow: visible;
cursor: text;
text-align: center;
}
.psr{
position: relative;
}
ol, ul { list-style:none; }
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment