Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8be034ef
authored
Jun 01, 2021
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
4936e1dd
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
38 additions
and
28 deletions
src/ajax/index.js
src/assets/css/index/index.less
src/assets/css/index/index.min.css
src/assets/css/index/index.min.css.map
src/views/Index/index.vue
src/ajax/index.js
View file @
8be034ef
...
...
@@ -15,7 +15,7 @@ export let NODE_ENVS = "/";
switch
(
envs
)
{
case
'development'
:
//开发环境
NODE_ENVS
=
'http://192.168.
2.251
:8080'
;
NODE_ENVS
=
'http://192.168.
1.240
:8080'
;
break
;
case
'test'
:
//测试环境
...
...
src/assets/css/index/index.less
View file @
8be034ef
...
...
@@ -190,12 +190,13 @@
padding-left: 10px;
cursor: pointer;
transition: all 0.4s ease;
display: block;
}
&:hover {
.wrap
{
transform: translateY(-8px);
}
.wrap
{
transform: translateY(-8px);
}
.color1 {
transform: translateY(0);
...
...
@@ -216,20 +217,22 @@
border: 1px solid #E5EBF6;
padding: 10px 10px 12px 12px;
position: relative;
&:hover{
&::after{
&:hover {
&::after {
content: "";
position: absolute;
width:231px;
height:58px;
width:
231px;
height:
58px;
background: url(../../images/tips.png) no-repeat;
background-size: 100% 100%;
left:50%;
top:50%;
left:
50%;
top:
50%;
margin-top: -29px;
margin-left: -115px;
}
}
.top {
.title {
font-size: 16px;
...
...
@@ -238,7 +241,6 @@
}
.tab {
width: 160px;
height: 28px;
background: #F1F4FA;
border-radius: 2px;
...
...
@@ -246,6 +248,8 @@
text-align: center;
li {
width: 52px;
box-sizing: border-box;
font-size: 12px;
color: #646b78;
text-align: center;
...
...
@@ -310,20 +314,22 @@
.box {
flex: 0 0 49.5%;
position: relative;
&:hover{
&::after{
&:hover {
&::after {
content: "";
position: absolute;
width:231px;
height:58px;
width:
231px;
height:
58px;
background: url(../../images/tips.png) no-repeat;
background-size: 100% 100%;
left:50%;
top:50%;
left:
50%;
top:
50%;
margin-top: -29px;
margin-left: -115px;
}
}
.head {
padding-right: 100px;
...
...
@@ -363,6 +369,7 @@
.list {
width: 100%;
border: 1px solid #E5EBF6;
tr {
th {
height: 44px;
...
...
@@ -378,7 +385,8 @@
background: #FFFFFF;
font-size: 12px;
color: #333333;
&.first{
&.first {
text-align: center;
}
}
...
...
@@ -438,7 +446,6 @@
.params-wrap {
.tabs {
margin-right: 9px;
width: 160px;
height: 28px;
background: #F1F4FA;
border-radius: 2px;
...
...
@@ -446,6 +453,8 @@
text-align: center;
li {
width: 40px;
box-sizing: border-box;
font-size: 12px;
color: #646b78;
text-align: center;
...
...
@@ -481,16 +490,17 @@
.box1 {
width: 80%;
position: relative;
&:hover{
&::after{
&:hover {
&::after {
content: "";
position: absolute;
width:231px;
height:58px;
width:
231px;
height:
58px;
background: url(../../images/tips.png) no-repeat;
background-size: 100% 100%;
left:50%;
top:50%;
left:
50%;
top:
50%;
margin-top: -89px;
margin-left: -115px;
}
...
...
@@ -499,7 +509,7 @@
.box2 {
width: 20%;
.t1 {
font-size: 12px;
color: #646b78;
...
...
src/assets/css/index/index.min.css
View file @
8be034ef
This diff is collapsed.
Click to expand it.
src/assets/css/index/index.min.css.map
View file @
8be034ef
This diff is collapsed.
Click to expand it.
src/views/Index/index.vue
View file @
8be034ef
This diff is collapsed.
Click to expand it.
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