Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
T
test
概览
概览
详情
活动
周期分析
版本库
存储库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
提交
问题看板
Open sidebar
王南南
test
Commits
05807ed7
提交
05807ed7
authored
4月 04, 2019
作者:
武宏岩
浏览文件
操作
浏览文件
下载
差异文件
解决ie不能加载过度效果问题 #13
上级
b695f1cb
f7adb572
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
9 个修改的文件
包含
46 行增加
和
36 行删除
+46
-36
.gitlab-ci.yml
.gitlab-ci.yml
+3
-3
Dockerfile
Dockerfile
+15
-11
about.html
about.html
+5
-5
contactus.html
contactus.html
+6
-5
about.css
css/about.css
+2
-1
index.css
css/index.css
+15
-11
index.html
index.html
+0
-0
jquery-3.3.1.slim.min.js
js/jquery-3.3.1.slim.min.js
+0
-0
wow.min.js
js/wow.min.js
+0
-0
没有找到文件。
.gitlab-ci.yml
浏览文件 @
05807ed7
...
@@ -58,9 +58,9 @@ build_push_image_pred:
...
@@ -58,9 +58,9 @@ build_push_image_pred:
remote_run_image_dev
:
remote_run_image_dev
:
stage
:
deploy
stage
:
deploy
script
:
script
:
-
bash ~/.local/bin/f200.sh
$CONTAINER_NAME 7084 80 $DEV_REPO:$CONTAINER_NAME guojia
192.168.10.200
-
bash ~/.local/bin/f200.sh
$CONTAINER_NAME 8066 80 $DEV_REPO:$CONTAINER_NAME guojia
192.168.10.200
tags
:
tags
:
-
shell-200
-
shell-200
only
:
only
:
-
dev
-
dev
when
:
on_success
when
:
on_success
...
@@ -69,7 +69,7 @@ remote_run_image_pred:
...
@@ -69,7 +69,7 @@ remote_run_image_pred:
stage
:
deploy
stage
:
deploy
script
:
script
:
-
bash ~/.local/bin/fdeploy.sh $CONTAINER_NAME
7084 80 $PRED_REPO:$CONTAINER_NAME zp
39.106.144.161
-
bash ~/.local/bin/fdeploy.sh $CONTAINER_NAME
8066 80 $PROD_REPO:$CONTAINER_NAME zp
39.106.144.161
tags
:
tags
:
-
shell-prod
-
shell-prod
only
:
only
:
...
...
Dockerfile
浏览文件 @
05807ed7
FROM
registry-vpc.cn-beijing.aliyuncs.com/qianjia2018/qianjia_public:dist-node as build-stage
#
FROM registry-vpc.cn-beijing.aliyuncs.com/qianjia2018/qianjia_public:dist-node as build-stage
WORKDIR
/app
#
WORKDIR /app
COPY
package*.json ./
#
COPY package*.json ./
RUN
apk update
&&
apk upgrade
&&
\
#
RUN apk update && apk upgrade && \
apk add
--no-cache
bash git openssh
#
apk add --no-cache bash git openssh
RUN
npm config
set
registry http://172.18.0.1:9000/repository/node-public
&&
npm install
#
RUN npm config set registry http://172.18.0.1:9000/repository/node-public && npm install
COPY
. .
#
COPY . .
RUN
npm run lan
#
RUN npm run lan
FROM
registry-vpc.cn-beijing.aliyuncs.com/qianjia2018/qianjia_public:dist-nginx as production-stage
# FROM registry-vpc.cn-beijing.aliyuncs.com/qianjia2018/qianjia_public:dist-nginx as production-stage
#FROM nginx:1.13.12-alpine as production-stage
# #FROM nginx:1.13.12-alpine as production-stage
COPY
--from=build-stage /app/dist /usr/share/nginx/html
# COPY --from=build-stage /app/dist /usr/share/nginx/html
# EXPOSE 80
# CMD ["nginx", "-g", "daemon off;"]
FROM
nginx:1.13.12-alpine as production-stage
COPY
. /usr/share/nginx/html
EXPOSE
80
EXPOSE
80
CMD
["nginx", "-g", "daemon off;"]
CMD
["nginx", "-g", "daemon off;"]
about.html
浏览文件 @
05807ed7
...
@@ -23,8 +23,7 @@
...
@@ -23,8 +23,7 @@
<!-- 固定导航 -->
<!-- 固定导航 -->
<div
id=
"top_nav"
class=
"header_scroll"
>
<div
id=
"top_nav"
class=
"header_scroll"
>
<div
class=
"main_body clear"
>
<div
class=
"main_body clear"
>
<a
class=
"logo left"
href=
"./index.html#header"
>
<a
class=
"logo left"
href=
"./index.html#header"
></a>
</a>
<div
class=
"nav right"
>
<div
class=
"nav right"
>
<a
class=
"nav_first"
href=
"./index.html#header"
>
首页
</a>
<a
class=
"nav_first"
href=
"./index.html#header"
>
首页
</a>
<a
href=
"./index.html#introduce"
>
公司介绍
</a>
<a
href=
"./index.html#introduce"
>
公司介绍
</a>
...
@@ -402,10 +401,11 @@
...
@@ -402,10 +401,11 @@
<img
src=
"./images/white_logo.png"
alt=
""
>
<img
src=
"./images/white_logo.png"
alt=
""
>
</div>
</div>
<p
class=
"support"
>
千家网络科技提供技术支持
</p>
<p
class=
"support"
>
千家网络科技提供技术支持
</p>
<
span>
唐山千家房地产经纪有限公司版权所有copyright 2005-2014© www.allhome.com.cn Network.All Rights Reserved.冀ICP备14024444号-1
</span
>
<
p
class=
"bottom_title"
>
唐山千家房地产经纪有限公司版权所有copyright 2005-2014© www.allhome.com.cn Network.All Rights Reserved.
</p
>
<a
href=
"http://www.tsgswj.gov.cn//ei/Ei!certificate.action?id=4028858a5e8395ee015e94710f27001f"
target=
"view_window"
<a
href=
"http://www.tsgswj.gov.cn//ei/Ei!certificate.action?id=4028858a5e8395ee015e94710f27001f"
target=
"view_window"
class=
"clear filing_information"
>
class=
" filing_information"
>
<img
class=
"left"
src=
"./images/filing_information.png"
alt=
""
>
<img
src=
"./images/filing_information.png"
alt=
""
>
<span>
冀ICP备14024444号-1
</span>
</a>
</a>
</footer>
</footer>
</body>
</body>
...
...
contactus.html
浏览文件 @
05807ed7
...
@@ -23,8 +23,7 @@
...
@@ -23,8 +23,7 @@
<!-- 固定导航 -->
<!-- 固定导航 -->
<div
id=
"top_nav"
class=
"header_scroll"
>
<div
id=
"top_nav"
class=
"header_scroll"
>
<div
class=
"main_body clear"
>
<div
class=
"main_body clear"
>
<a
class=
"logo left"
href=
"./index.html#header"
>
<a
class=
"logo left"
href=
"./index.html#header"
></a>
</a>
<div
class=
"nav right"
>
<div
class=
"nav right"
>
<a
class=
"nav_first"
href=
"./index.html#header"
>
首页
</a>
<a
class=
"nav_first"
href=
"./index.html#header"
>
首页
</a>
<a
href=
"./index.html#introduce"
>
公司介绍
</a>
<a
href=
"./index.html#introduce"
>
公司介绍
</a>
...
@@ -344,9 +343,11 @@
...
@@ -344,9 +343,11 @@
<img
src=
"./images/white_logo.png"
alt=
""
>
<img
src=
"./images/white_logo.png"
alt=
""
>
</div>
</div>
<p
class=
"support"
>
千家网络科技提供技术支持
</p>
<p
class=
"support"
>
千家网络科技提供技术支持
</p>
<span>
唐山千家房地产经纪有限公司版权所有copyright 2005-2014© www.allhome.com.cn Network.All Rights Reserved.冀ICP备14024444号-1
</span>
<p
class=
"bottom_title"
>
唐山千家房地产经纪有限公司版权所有copyright 2005-2014© www.allhome.com.cn Network.All Rights Reserved.
</p>
<a
href=
"http://www.tsgswj.gov.cn//ei/Ei!certificate.action?id=4028858a5e8395ee015e94710f27001f"
target=
"view_window"
class=
"clear filing_information"
>
<a
href=
"http://www.tsgswj.gov.cn//ei/Ei!certificate.action?id=4028858a5e8395ee015e94710f27001f"
target=
"view_window"
<img
class=
"left"
src=
"./images/filing_information.png"
alt=
""
>
class=
" filing_information"
>
<img
src=
"./images/filing_information.png"
alt=
""
>
<span>
冀ICP备14024444号-1
</span>
</a>
</a>
</footer>
</footer>
</body>
</body>
...
...
css/about.css
浏览文件 @
05807ed7
...
@@ -392,7 +392,8 @@ header {
...
@@ -392,7 +392,8 @@ header {
border-radius
:
50%
;
border-radius
:
50%
;
background
:
url(../images/switch.jpg)
;
background
:
url(../images/switch.jpg)
;
z-index
:
100
;
z-index
:
100
;
}
overflow
:
hidden
;
}
#video_banner
.box_show
li
video
{
#video_banner
.box_show
li
video
{
object-fit
:
fill
;
object-fit
:
fill
;
width
:
100%
;
width
:
100%
;
...
...
css/index.css
浏览文件 @
05807ed7
...
@@ -1326,7 +1326,7 @@
...
@@ -1326,7 +1326,7 @@
/* 发展历程 */
/* 发展历程 */
#cours
{
#cours
{
height
:
800px
;
height
:
800px
;
background
:
url('../images/cours_img.
jp
g')
no-repeat
center
;
background
:
url('../images/cours_img.
pn
g')
no-repeat
center
;
}
}
#cours
.cours_content
{
#cours
.cours_content
{
...
@@ -1528,7 +1528,7 @@
...
@@ -1528,7 +1528,7 @@
/* 荣誉资质 */
/* 荣誉资质 */
#honor
{
#honor
{
margin-bottom
:
80px
;
/* margin-bottom: 80px; */
}
}
#honor
.honor_content
{
#honor
.honor_content
{
text-align
:
center
;
text-align
:
center
;
...
@@ -1646,7 +1646,7 @@
...
@@ -1646,7 +1646,7 @@
background
:
#192d3b
;
background
:
#192d3b
;
}
}
#footer
img
{
#footer
.service_img
img
{
padding-top
:
25px
;
padding-top
:
25px
;
display
:
block
;
display
:
block
;
margin
:
auto
;
margin
:
auto
;
...
@@ -1662,7 +1662,7 @@
...
@@ -1662,7 +1662,7 @@
margin-top
:
12px
;
margin-top
:
12px
;
}
}
#footer
span
{
#footer
.bottom_title
{
font-size
:
12px
;
font-size
:
12px
;
line-height
:
12px
;
line-height
:
12px
;
color
:
rgba
(
255
,
255
,
255
,
.6
);
color
:
rgba
(
255
,
255
,
255
,
.6
);
...
@@ -1672,17 +1672,21 @@
...
@@ -1672,17 +1672,21 @@
}
}
#footer
.filing_information
{
#footer
.filing_information
{
width
:
20px
;
text-decoration
:
none
;
display
:
block
;
position
:
relative
;
margin-left
:
50%
;
left
:
50%
;
t
ransform
:
translate
(
-10px
)
;
t
op
:
10px
;
margin-
top
:
10
px
;
margin-
left
:
-71
px
;
}
}
#footer
.filing_information
img
{
#footer
.filing_information
img
{
width
:
20px
;
width
:
20px
;
height
:
20px
;
height
:
20px
;
padding-top
:
0
;
}
#footer
.filing_information
span
{
color
:
rgba
(
255
,
255
,
255
,
.6
);
font-size
:
12px
;
line-height
:
20px
;
}
}
/* 自定义动画 */
/* 自定义动画 */
...
...
index.html
浏览文件 @
05807ed7
差异被折叠。
点击展开。
js/jquery-3.3.1.slim.min.js
deleted
100644 → 0
浏览文件 @
b695f1cb
差异被折叠。
点击展开。
js/wow.min.js
deleted
100644 → 0
浏览文件 @
b695f1cb
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论