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
023dafcc
authored
Oct 08, 2022
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
概括
parent
f53fb824
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
77 additions
and
569 deletions
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/assets/css/index/index.less
View file @
023dafcc
...
...
@@ -211,346 +211,73 @@
.rate-box {
margin-top: 25px;
height: 178px;
background: #FFFFFF;
border-radius: 2px;
border: 1px solid #E5EBF6;
padding: 10px 10px 12px 12
px;
padding: 20
px;
position: relative;
&:hover {
&::after {
content: "";
position: absolute;
width: 231px;
height: 58px;
background: url(../../images/tips.png) no-repeat;
background-size: 100% 100%;
left: 50%;
top: 50%;
margin-top: -29px;
margin-left: -115px;
}
}
.top {
.title {
font-size: 16px;
color: #333333;
font-weight: 500;
}
.tab {
height: 28px;
background: #F1F4FA;
border-radius: 2px;
border: 1px solid #BEC9DF;
text-align: center;
li {
width: 52px;
box-sizing: border-box;
font-size: 12px;
color: #646b78;
text-align: center;
height: 21px;
border-right: 1px solid #BEC9DF;
padding: 0 5px;
cursor: pointer;
&.curr {
color: #1969f9;
}
&:last-child {
border-right: none;
}
}
}
}
.status {
margin-top: 60px;
height: 18px;
background: #DFE5F1;
border-radius: 9px;
li {
position: relative;
span {
position: absolute;
right: 6px;
top: -45px;
font-size: 22px;
color: #333333;
font-weight: bold;
}
&.color1 {
background: #4DD35B;
border-radius: 9px 0 0 9px;
}
&.color2 {
background: #FF9D4D;
}
&.color3 {
background: #629AFF;
}
}
.progressbar-box {
width: 100%;
margin-top: 30px;
}
}
.offer {
margin-top: 25px;
height: 300px;
background: #FFFFFF;
border-radius: 2px;
border: 1px solid #E5EBF6;
padding: 16px 0 0 14px;
.box {
flex: 0 0 49.5%;
position: relative;
&:hover {
&::after {
content: "";
position: absolute;
width: 231px;
height: 58px;
background: url(../../images/tips.png) no-repeat;
background-size: 100% 100%;
left: 50%;
top: 50%;
margin-top: -29px;
margin-left: -115px;
}
}
.head {
padding-right: 100px;
.t1 {
font-size: 16px;
color: #333333;
}
.tab {
width: 160px;
height: 28px;
background: #F1F4FA;
border-radius: 2px;
border: 1px solid #BEC9DF;
text-align: center;
li {
font-size: 12px;
color: #646b78;
text-align: center;
height: 21px;
border-right: 1px solid #BEC9DF;
padding: 0 5px;
cursor: pointer;
&.curr {
color: #1969f9;
}
&:last-child {
border-right: none;
}
}
}
}
.list {
width: 100%;
border: 1px solid #E5EBF6;
tr {
th {
height: 44px;
background: #F1F4FA;
border-radius: 2px 2px 0px 0px;
font-size: 14px;
color: #333333;
font-weight: normal;
}
td {
height: 44px;
background: #FFFFFF;
font-size: 12px;
color: #333333;
&.first {
text-align: center;
}
}
}
}
}
}
.inquiry {
height: 300px;
margin-top: 25px;
background: #FFFFFF;
border-radius: 2px;
border: 1px solid #E5EBF6;
margin-top: 30px;
.head {
margin-left: 20px;
margin-right: 7px;
border-bottom: 1px solid #E5EBF6;
padding: 20px;
.tab {
li {
position: relative;
padding: 0 8px;
height: 42px;
background: #F1F4FA;
border-radius: 2px 2px 0px 0px;
border-right: 1px solid #E5EBF6;
border-left: 1px solid #E5EBF6;
font-size: 14px;
color: #646b78;
cursor: pointer;
.offer-content {
margin-top: 20px;
height: 360px;
&:first-child
{
border-left: none
;
border-right: none
;
.echarts-box
{
flex: 0 0 60%
;
height: 100%
;
}
&.curr {
background: #FFFFFF;
color: #333333;
font-size: 16px;
&:after {
position: absolute;
left: 0;
width: 100%;
height: 1px;
background: #FFFFFF;
content: '';
bottom: -1px;
}
}
}
}
.params-wrap {
.tabs {
margin-right: 9px;
height: 28px;
background: #F1F4FA;
border-radius: 2px;
border: 1px solid #BEC9DF;
text-align: center;
.list-box {
flex: 0 0 40%;
height: 100%;
li {
width: 40px;
box-sizing: border-box;
.one {
width: 20px;
height: 20px;
border-radius: 50%;
background: #f56c6c;
font-size: 12px;
color: #646b78;
text-align: center;
height: 21px;
border-right: 1px solid #BEC9DF;
padding: 0 5px;
cursor: pointer;
&.curr {
color: #1969f9;
}
&:last-child {
border-right: none;
}
}
}
.el-form-item {
margin-bottom: 0 !important;
}
.el-form-item__content {
line-height: inherit !important;
color: #fff;
}
}
}
.wrap {
margin-top: 20px;
width: 100%;
.box1 {
width: 80%;
position: relative;
&:hover {
&::after {
content: "";
position: absolute;
width: 231px;
height: 58px;
background: url(../../images/tips.png) no-repeat;
background-size: 100% 100%;
left: 50%;
top: 50%;
margin-top: -89px;
margin-left: -115px;
}
}
}
.box2 {
width: 20%;
.t1 {
.two {
width: 20px;
height: 20px;
border-radius: 50%;
background: #409eff;
font-size: 12px;
color: #646b78;
margin-bottom: 6px;
color: #fff;
}
.inp {
width: 80%;
height: 32px;
border-radius: 2px;
border: 1px solid #BEC9DF;
text-indent: 10px;
.three {
width: 20px;
height: 20px;
border-radius: 50%;
background: #67c23a;
font-size: 12px;
&::-webkit-input-placeholder {
color: #a1acc1;
}
}
}
color: #fff;
}
.num{
width: 20px;
height: 20px;
border-radius: 50%;
}
.p-date {
height: 28px !important;
line-height: 28px !important;
}
.el-icon-date:before {
content: "\e78e";
position: relative;
top: -6px !important;
}
.el-date-editor .el-range-separator {
line-height: 19px !important;
font-size: 14px !important;
color: #646b78 !important;
}
.el-date-editor .el-range__close-icon {
line-height: 23px !important;
}
}
src/assets/css/index/index.min.css
View file @
023dafcc
...
...
@@ -180,283 +180,63 @@
}
.home-index
.rate-box
{
margin-top
:
25px
;
height
:
178px
;
background
:
#FFFFFF
;
border-radius
:
2px
;
border
:
1px
solid
#E5EBF6
;
padding
:
10px
10px
12px
12
px
;
padding
:
20
px
;
position
:
relative
;
}
.home-index
.rate-box
:hover::after
{
content
:
""
;
position
:
absolute
;
width
:
231px
;
height
:
58px
;
background
:
url(../../images/tips.png)
no-repeat
;
background-size
:
100%
100%
;
left
:
50%
;
top
:
50%
;
margin-top
:
-29px
;
margin-left
:
-115px
;
}
.home-index
.rate-box
.top
.title
{
font-size
:
16px
;
color
:
#333333
;
font-weight
:
500
;
}
.home-index
.rate-box
.top
.tab
{
height
:
28px
;
background
:
#F1F4FA
;
border-radius
:
2px
;
border
:
1px
solid
#BEC9DF
;
text-align
:
center
;
}
.home-index
.rate-box
.top
.tab
li
{
width
:
52px
;
box-sizing
:
border-box
;
font-size
:
12px
;
color
:
#646b78
;
text-align
:
center
;
height
:
21px
;
border-right
:
1px
solid
#BEC9DF
;
padding
:
0
5px
;
cursor
:
pointer
;
}
.home-index
.rate-box
.top
.tab
li
.curr
{
color
:
#1969f9
;
}
.home-index
.rate-box
.top
.tab
li
:last-child
{
border-right
:
none
;
}
.home-index
.rate-box
.status
{
margin-top
:
60px
;
height
:
18px
;
background
:
#DFE5F1
;
border-radius
:
9px
;
}
.home-index
.rate-box
.status
li
{
position
:
relative
;
}
.home-index
.rate-box
.status
li
span
{
position
:
absolute
;
right
:
6px
;
top
:
-45px
;
font-size
:
22px
;
color
:
#333333
;
font-weight
:
bold
;
}
.home-index
.rate-box
.status
li
.color1
{
background
:
#4DD35B
;
border-radius
:
9px
0
0
9px
;
}
.home-index
.rate-box
.status
li
.color2
{
background
:
#FF9D4D
;
}
.home-index
.rate-box
.status
li
.color3
{
background
:
#629AFF
;
.home-index
.rate-box
.progressbar-box
{
width
:
100%
;
margin-top
:
30px
;
}
.home-index
.offer
{
margin-top
:
25px
;
height
:
300px
;
background
:
#FFFFFF
;
border-radius
:
2px
;
border
:
1px
solid
#E5EBF6
;
padding
:
16px
0
0
14px
;
}
.home-index
.offer
.box
{
flex
:
0
0
49.5%
;
position
:
relative
;
}
.home-index
.offer
.box
:hover::after
{
content
:
""
;
position
:
absolute
;
width
:
231px
;
height
:
58px
;
background
:
url(../../images/tips.png)
no-repeat
;
background-size
:
100%
100%
;
left
:
50%
;
top
:
50%
;
margin-top
:
-29px
;
margin-left
:
-115px
;
}
.home-index
.offer
.box
.head
{
padding-right
:
100px
;
}
.home-index
.offer
.box
.head
.t1
{
font-size
:
16px
;
color
:
#333333
;
}
.home-index
.offer
.box
.head
.tab
{
width
:
160px
;
height
:
28px
;
background
:
#F1F4FA
;
border-radius
:
2px
;
border
:
1px
solid
#BEC9DF
;
text-align
:
center
;
}
.home-index
.offer
.box
.head
.tab
li
{
font-size
:
12px
;
color
:
#646b78
;
text-align
:
center
;
height
:
21px
;
border-right
:
1px
solid
#BEC9DF
;
padding
:
0
5px
;
cursor
:
pointer
;
}
.home-index
.offer
.box
.head
.tab
li
.curr
{
color
:
#1969f9
;
}
.home-index
.offer
.box
.head
.tab
li
:last-child
{
border-right
:
none
;
}
.home-index
.offer
.box
.list
{
width
:
100%
;
border
:
1px
solid
#E5EBF6
;
}
.home-index
.offer
.box
.list
tr
th
{
height
:
44px
;
background
:
#F1F4FA
;
border-radius
:
2px
2px
0px
0px
;
font-size
:
14px
;
color
:
#333333
;
font-weight
:
normal
;
}
.home-index
.offer
.box
.list
tr
td
{
height
:
44px
;
background
:
#FFFFFF
;
font-size
:
12px
;
color
:
#333333
;
}
.home-index
.offer
.box
.list
tr
td
.first
{
text-align
:
center
;
}
.home-index
.inquiry
{
height
:
300px
;
margin-top
:
25px
;
background
:
#FFFFFF
;
border-radius
:
2px
;
border
:
1px
solid
#E5EBF6
;
margin-top
:
30px
;
}
.home-index
.inquiry
.head
{
margin-left
:
20px
;
margin-right
:
7px
;
border-bottom
:
1px
solid
#E5EBF6
;
padding
:
20px
;
}
.home-index
.inquiry
.head
.tab
li
{
position
:
relative
;
padding
:
0
8px
;
height
:
42px
;
background
:
#F1F4FA
;
border-radius
:
2px
2px
0px
0px
;
border-right
:
1px
solid
#E5EBF6
;
border-left
:
1px
solid
#E5EBF6
;
font-size
:
14px
;
color
:
#646b78
;
cursor
:
pointer
;
}
.home-index
.inquiry
.head
.tab
li
:first-child
{
border-left
:
none
;
border-right
:
none
;
.home-index
.offer
.offer-content
{
margin-top
:
20px
;
height
:
360px
;
}
.home-index
.inquiry
.head
.tab
li
.curr
{
background
:
#FFFFFF
;
color
:
#333333
;
font-size
:
16px
;
.home-index
.offer
.offer-content
.echarts-box
{
flex
:
0
0
60%
;
height
:
100%
;
}
.home-index
.inquiry
.head
.tab
li
.curr
:after
{
position
:
absolute
;
left
:
0
;
width
:
100%
;
height
:
1px
;
background
:
#FFFFFF
;
content
:
''
;
bottom
:
-1px
;
.home-index
.offer
.offer-content
.list-box
{
flex
:
0
0
40%
;
height
:
100%
;
}
.home-index
.inquiry
.head
.params-wrap
.tabs
{
margin-right
:
9px
;
height
:
28px
;
background
:
#F1F4FA
;
border-radius
:
2px
;
border
:
1px
solid
#BEC9DF
;
text-align
:
center
;
}
.home-index
.inquiry
.head
.params-wrap
.tabs
li
{
width
:
40px
;
box-sizing
:
border-box
;
.home-index
.offer
.offer-content
.list-box
.one
{
width
:
20px
;
height
:
20px
;
border-radius
:
50%
;
background
:
#f56c6c
;
font-size
:
12px
;
color
:
#646b78
;
text-align
:
center
;
height
:
21px
;
border-right
:
1px
solid
#BEC9DF
;
padding
:
0
5px
;
cursor
:
pointer
;
color
:
#fff
;
}
.home-index
.inquiry
.head
.params-wrap
.tabs
li
.curr
{
color
:
#1969f9
;
}
.home-index
.inquiry
.head
.params-wrap
.tabs
li
:last-child
{
border-right
:
none
;
}
.home-index
.inquiry
.head
.params-wrap
.el-form-item
{
margin-bottom
:
0
!important
;
}
.home-index
.inquiry
.head
.params-wrap
.el-form-item__content
{
line-height
:
inherit
!important
;
}
.home-index
.inquiry
.wrap
{
margin-top
:
20px
;
width
:
100%
;
}
.home-index
.inquiry
.wrap
.box1
{
width
:
80%
;
position
:
relative
;
}
.home-index
.inquiry
.wrap
.box1
:hover::after
{
content
:
""
;
position
:
absolute
;
width
:
231px
;
height
:
58px
;
background
:
url(../../images/tips.png)
no-repeat
;
background-size
:
100%
100%
;
left
:
50%
;
top
:
50%
;
margin-top
:
-89px
;
margin-left
:
-115px
;
}
.home-index
.inquiry
.wrap
.box2
{
width
:
20%
;
}
.home-index
.inquiry
.wrap
.box2
.t1
{
.home-index
.offer
.offer-content
.list-box
.two
{
width
:
20px
;
height
:
20px
;
border-radius
:
50%
;
background
:
#409eff
;
font-size
:
12px
;
color
:
#646b78
;
margin-bottom
:
6px
;
color
:
#fff
;
}
.home-index
.inquiry
.wrap
.box2
.inp
{
width
:
80%
;
height
:
32px
;
border-radius
:
2px
;
border
:
1px
solid
#BEC9DF
;
text-indent
:
10px
;
.home-index
.offer
.offer-content
.list-box
.three
{
width
:
20px
;
height
:
20px
;
border-radius
:
50%
;
background
:
#67c23a
;
font-size
:
12px
;
color
:
#fff
;
}
.home-index
.inquiry
.wrap
.box2
.inp
::-webkit-input-placeholder
{
color
:
#a1acc1
;
}
.home-index
.p-date
{
height
:
28px
!important
;
line-height
:
28px
!important
;
}
.home-index
.el-icon-date
:before
{
content
:
"\e78e"
;
position
:
relative
;
top
:
-6px
!important
;
}
.home-index
.el-date-editor
.el-range-separator
{
line-height
:
19px
!important
;
font-size
:
14px
!important
;
color
:
#646b78
!important
;
}
.home-index
.el-date-editor
.el-range__close-icon
{
line-height
:
23px
!important
;
.home-index
.offer
.offer-content
.list-box
.num
{
width
:
20px
;
height
:
20px
;
border-radius
:
50%
;
}
/*# sourceMappingURL=index.min.css.map */
\ No newline at end of file
src/assets/css/index/index.min.css.map
View file @
023dafcc
{"version":3,"sources":["index.less"],"names":[],"mappings":"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","file":"index.min.css"}
\ No newline at end of file
{"version":3,"sources":["index.less"],"names":[],"mappings":"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","file":"index.min.css"}
\ No newline at end of file
src/views/Index/index.vue
View file @
023dafcc
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