Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
html
/
bdideal
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
88fac373
authored
Mar 25, 2019
by
hank
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
04b03444
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
52 additions
and
7 deletions
+52
-7
html/products.html
+37
-0
style/about.css
+1
-0
style/about.less
+1
-0
style/common.css
+1
-1
style/products.css
+7
-3
style/products.less
+5
-3
No files found.
html/products.html
View file @
88fac373
...
@@ -158,6 +158,43 @@
...
@@ -158,6 +158,43 @@
<img
src=
"../img/earthselect.png"
class=
"select "
alt=
""
/>
<img
src=
"../img/earthselect.png"
class=
"select "
alt=
""
/>
</div>
</div>
<div
class=
"des-list visible-xs"
>
<ul
class=
""
>
<li>
1、城市全景精细呈现
</li>
<li>
2、多部门、多类型数据融合,全面互联互通
</li>
<li>
3、强大的统计分析
</li>
<li>
4、真正与数据对话——丰富的交互查询手段
</li>
<li>
5、可视化部署、指挥调度
</li>
</ul>
<ul
class=
""
>
<li>
1、全面互联互通,多类型数据融合,大数据云计算处理
</li>
<li>
2、全三维城市态势,千万数据前端展示
</li>
<li>
3、二三维态势联动分析决策
</li>
<li>
4、全时空态势呈现,三维实时渲染
</li>
<li>
5、智能物联,全方位感知城市信息
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div
class=
"solution"
>
<div
class=
"solution"
>
...
...
style/about.css
View file @
88fac373
...
@@ -258,6 +258,7 @@ ul {
...
@@ -258,6 +258,7 @@ ul {
border
:
none
;
border
:
none
;
}
}
.strength
{
.strength
{
display
:
none
;
height
:
534px
;
height
:
534px
;
margin-top
:
89px
;
margin-top
:
89px
;
background
:
#000
;
background
:
#000
;
...
...
style/about.less
View file @
88fac373
...
@@ -277,6 +277,7 @@ ul {
...
@@ -277,6 +277,7 @@ ul {
}
}
}
}
.strength {
.strength {
display: none;
height: 534px;
height: 534px;
margin-top: 89px;
margin-top: 89px;
background: #000;
background: #000;
...
...
style/common.css
View file @
88fac373
...
@@ -43,7 +43,7 @@ body {
...
@@ -43,7 +43,7 @@ body {
/* custom */
/* custom */
a
{
a
{
color
:
#7e8c8d
;
color
:
#7e8c8d
;
text-decoration
:
none
;
text-decoration
:
none
!important
;
-webkit-backface-visibility
:
hidden
;
-webkit-backface-visibility
:
hidden
;
}
}
...
...
style/products.css
View file @
88fac373
...
@@ -641,13 +641,16 @@ ul {
...
@@ -641,13 +641,16 @@ ul {
}
}
}
}
@media
(
max-width
:
768px
)
{
@media
(
max-width
:
768px
)
{
.main-container
{
height
:
4.2rem
!important
;
}
.main-container
.qiu
{
.main-container
.qiu
{
display
:
none
!important
;
display
:
none
!important
;
}
}
.main-container
#banner
.word-box
{
.main-container
#banner
.word-box
{
position
:
absolute
;
position
:
absolute
;
padding-left
:
20px
;
padding-left
:
20px
;
padding-top
:
1
.5
rem
;
padding-top
:
1rem
;
z-index
:
555
;
z-index
:
555
;
width
:
80%
;
width
:
80%
;
}
}
...
@@ -661,7 +664,7 @@ ul {
...
@@ -661,7 +664,7 @@ ul {
width
:
147px
;
width
:
147px
;
height
:
1px
;
height
:
1px
;
background
:
#333333
;
background
:
#333333
;
margin-top
:
0.
5
rem
;
margin-top
:
0.
3
rem
;
}
}
.main-container
#banner
.word-box
p
.btword
{
.main-container
#banner
.word-box
p
.btword
{
font-size
:
0.28rem
;
font-size
:
0.28rem
;
...
@@ -673,9 +676,10 @@ ul {
...
@@ -673,9 +676,10 @@ ul {
font-size
:
0.125rem
;
font-size
:
0.125rem
;
color
:
#333333
;
color
:
#333333
;
}
}
.main-container
#banner
.word-box
p
.conword
{
.main-container
#banner
.word-box
.conword
{
font-size
:
0.16rem
;
font-size
:
0.16rem
;
color
:
#333333
;
color
:
#333333
;
opacity
:
0.6
;
line-height
:
0.26rem
;
line-height
:
0.26rem
;
margin-top
:
0.15rem
;
margin-top
:
0.15rem
;
max-width
:
466px
;
max-width
:
466px
;
...
...
style/products.less
View file @
88fac373
...
@@ -695,13 +695,14 @@ ul {
...
@@ -695,13 +695,14 @@ ul {
}
}
@media (max-width: 768px) {
@media (max-width: 768px) {
.main-container {
.main-container {
height:4.2rem !important;
.qiu {
.qiu {
display: none !important;
display: none !important;
}
}
#banner .word-box {
#banner .word-box {
position: absolute;
position: absolute;
padding-left: 20px;
padding-left: 20px;
padding-top: 1
.5
rem;
padding-top: 1rem;
z-index: 555;
z-index: 555;
width: 80%;
width: 80%;
p.line1 {
p.line1 {
...
@@ -714,7 +715,7 @@ ul {
...
@@ -714,7 +715,7 @@ ul {
width:147px;
width:147px;
height:1px;
height:1px;
background:#333333;
background:#333333;
margin-top: 0.
5
rem;
margin-top: 0.
3
rem;
}
}
p.btword {
p.btword {
font-size: 0.28rem;
font-size: 0.28rem;
...
@@ -727,9 +728,10 @@ ul {
...
@@ -727,9 +728,10 @@ ul {
color: #333333;
color: #333333;
// margin-top: 21px;
// margin-top: 21px;
}
}
p
.conword {
.conword {
font-size: 0.16rem;
font-size: 0.16rem;
color: #333333;
color: #333333;
opacity: 0.6;
line-height: 0.26rem;
line-height: 0.26rem;
margin-top: 0.15rem;
margin-top: 0.15rem;
max-width: 466px;
max-width: 466px;
...
...
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