Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录
切换导航
S
shop-new
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
王天霸
shop-new
Commits
09438fbb
提交
09438fbb
authored
2月 15, 2022
作者:
huaxinzhu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
web9-10
上级
a1dcefa3
全部展开
显示空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
958 行增加
和
68 行删除
+958
-68
certify.css
src/views/officialweb/css/certify.css
+120
-0
public.css
src/views/officialweb/css/public.css
+492
-2
carousel01.png
src/views/officialweb/image/carousel01.png
+0
-0
carousel02.png
src/views/officialweb/image/carousel02.png
+0
-0
carousel03.png
src/views/officialweb/image/carousel03.png
+0
-0
index.html
src/views/officialweb/index.html
+346
-66
没有找到文件。
src/views/officialweb/css/certify.css
0 → 100644
浏览文件 @
09438fbb
@charset
"utf-8"
;
/* CSS Document */
#brand-swiper
{
position
:
relative
;
max-width
:
1024px
;
margin
:
0
auto
}
#brand-swiper
{
height
:
460px
;
padding-bottom
:
10px
;
}
#brand-swiper
.swiper-slide
{
width
:
800px
;
height
:
426px
;
background
:
#fff
;
box-shadow
:
0
8px
30px
#ddd
;
overflow
:
hidden
;
}
#brand-swiper
.swiper-slide
img
{
display
:
block
;
}
#brand-swiper
.swiper-slide
p
{
line-height
:
98px
;
padding-top
:
0
;
text-align
:
center
;
color
:
#636363
;
font-size
:
1.1em
;
margin
:
0
;
}
#brand-swiper
.swiper-pagination
{
width
:
100%
;
/*bottom: 20px;*/
}
#brand-swiper
.swiper-pagination-bullets
.swiper-pagination-bullet
{
margin
:
0
5px
;
border
:
3px
solid
#fff
;
background-color
:
#d5d5d5
;
width
:
10px
;
height
:
10px
;
opacity
:
1
;
}
#brand-swiper
.swiper-pagination-bullets
.swiper-pagination-bullet-active
{
border
:
3px
solid
#00aadc
;
background-color
:
#fff
;
}
#brand-swiper
.swiper-button-prev
{
left
:
-30px
;
width
:
45px
;
height
:
45px
;
background
:
url(../images/wm_button_icon.png)
no-repeat
;
background-position
:
0
0
;
background-size
:
100%
;
}
#brand-swiper
.swiper-button-prev
:hover
{
background-position
:
0
-46px
;
background-size
:
100%
}
#brand-swiper
.swiper-button-next
{
right
:
-30px
;
width
:
45px
;
height
:
45px
;
background
:
url(../images/wm_button_icon.png)
no-repeat
;
background-position
:
0
-93px
;
background-size
:
100%
;
}
#brand-swiper
.swiper-button-next
:hover
{
background-position
:
0
-139px
;
background-size
:
100%
}
#brand-swiper-pagination
{
text-align
:
center
;
}
.custom-swiper-title
{
width
:
800px
;
margin
:
0
auto
10px
;
display
:
flex
;
flex-direction
:
row
;
justify-content
:
space-between
;
align-items
:
center
;
}
.pre-title-span
{
height
:
30px
;
line-height
:
30px
;
cursor
:
pointer
;
font-size
:
20px
;
font-weight
:
400
;
color
:
#000
;
text-indent
:
40px
;
}
.pre1
{
background
:
url("../../../assets/image/website/clothes.png")
no-repeat
0
center
;
}
.pre2
{
background
:
url("../../../assets/image/website/electrical.png")
no-repeat
0
center
;
}
.pre3
{
background
:
url("../../../assets/image/website/food.png")
no-repeat
0
center
;
}
.pre4
{
background
:
url("../../../assets/image/website/maternal.png")
no-repeat
0
center
;
}
.active-custom-title
{
color
:
red
;
}
src/views/officialweb/css/public.css
浏览文件 @
09438fbb
...
...
@@ -51,6 +51,16 @@ header {
display
:
none
!important
;
}
html
,
body
{
width
:
100%
;
height
:
100%
;
}
.pc-content
{
/*width: 100%;*/
/*height: 100%;*/
}
header
{
width
:
100%
;
position
:
fixed
;
...
...
@@ -59,6 +69,17 @@ header {
z-index
:
999
;
}
.header-con
{
width
:
80%
;
margin
:
0
auto
;
height
:
100px
;
color
:
#fff
;
display
:
flex
;
flex-direction
:
row
;
justify-content
:
space-between
;
align-items
:
center
;
}
.scroll-active
{
background-color
:
#070D41
;
}
...
...
@@ -76,18 +97,487 @@ header {
.nav
>
li
{
padding
:
10px
25px
;
cursor
:
pointer
;
font-size
:
18px
;
}
.swiper
{
.nav
>
li
:first-child
{
padding-left
:
0
;
}
.nav
>
li
>
a
{
color
:
#fff
;
}
.top-logo
{
width
:
114px
;
height
:
35px
;
border
:
none
;
}
.register-login-btn
{
display
:
flex
;
flex-direction
:
row
;
justify-content
:
start
;
align-items
:
center
;
font-size
:
16px
;
}
.register-btn
,
.login-btn
{
padding
:
5px
20px
;
border-radius
:
4px
;
cursor
:
pointer
;
}
.register-btn
{
border
:
1px
solid
#fff
;
}
.login-btn
{
border
:
1px
solid
#1D8EFE
;
background
:
#1D8EFE
;
margin-left
:
20px
;
}
#banner-swiper
{
width
:
100%
;
height
:
562px
;
}
/*.hxz-bullet {*/
/* color: #ff6600;*/
/*}*/
.hxz-bullet-active
{
width
:
30px
;
padding-top
:
1px
;
border-radius
:
10px
;
background-color
:
#fff
;
opacity
:
1
;
}
.active
{
background-color
:
#1e1e1e
!important
;
}
/* banner */
.banner
{
width
:
100%
;
height
:
562px
;
margin-right
:
auto
;
margin-left
:
auto
;
overflow
:
hidden
;
}
/* 核心优势 */
.advantage-main-con
{
margin-bottom
:
100px
;
}
.advantage
{
margin-bottom
:
0
;
transition
:
all
0.5s
;
}
.advantage-title
,
.process-title
,
.brands-title
{
text-align
:
center
;
font-size
:
38px
;
font-weight
:
400
;
color
:
#333333
;
padding
:
90px
0
;
}
.advantage-con
{
width
:
80%
;
margin
:
0
auto
;
display
:
flex
;
flex-direction
:
row
;
justify-content
:
center
;
align-items
:
center
;
position
:
relative
;
transition
:
0.5s
;
}
.pre-advantage
{
width
:
268px
;
height
:
190px
;
border
:
1px
solid
#DCDCDC
;
margin
:
0
20px
;
position
:
relative
;
background
:
#FFFFFF
;
z-index
:
0
;
border-radius
:
2px
;
}
.dl-con
{
width
:
100%
;
height
:
100%
;
text-align
:
center
;
background
:
#FFFFFF
;
z-index
:
0
;
/* 这个值要保证和 当前容器dom 一致 */
border
:
none
;
overflow
:
hidden
;
}
.dl-con
>
dt
{
width
:
85px
;
height
:
88px
;
margin
:
25px
auto
;
}
.dl-con
>
dd
{
font-size
:
18px
;
color
:
#232323
;
margin
:
0
auto
;
}
.dl-con
>
.dl-con-ad1
{
background
:
url("../../../assets/image/website/ad1.png")
no-repeat
center
center
;
background-size
:
cover
;
}
.dl-con
>
.dl-con-ad2
{
background
:
url("../../../assets/image/website/ad2.png")
no-repeat
center
center
;
background-size
:
cover
;
}
.dl-con
>
.dl-con-ad3
{
background
:
url("../../../assets/image/website/ad3.png")
no-repeat
center
center
;
background-size
:
cover
;
}
.dl-con
>
.dl-con-ad4
{
background
:
url("../../../assets/image/website/ad4.png")
no-repeat
center
center
;
background-size
:
cover
;
}
.pre-advantage-details
{
width
:
270px
;
height
:
410px
;
position
:
absolute
;
top
:
-110px
;
left
:
-1px
;
z-index
:
199
;
background
:
#fff
url("../../../assets/image/website/adfooter.png")
no-repeat
bottom
center
;
box-shadow
:
0
6px
18px
1px
rgba
(
57
,
124
,
255
,
0.26
);
overflow
:
hidden
;
display
:
none
;
}
.ad-details-title
{
width
:
100%
;
height
:
76px
;
line-height
:
76px
;
text-align
:
center
;
color
:
#fff
;
font-weight
:
400
;
font-size
:
20px
;
background
:
linear-gradient
(
118deg
,
#0157FF
0%
,
#538DFF
100%
);
overflow
:
hidden
;
}
.ad-details
{
width
:
calc
(
100%
-
60px
);
padding
:
30px
;
color
:
#333333
;
font-size
:
16px
;
font-weight
:
400
;
line-height
:
28px
;
word-wrap
:
break-word
;
text-align
:
justify
;
text-align-last
:
center
;
-ms-text-align-last
:
center
;
-moz-text-align-last
:
center
;
}
.mgT20
{
margin-top
:
80px
;
}
.up-ad-details
{
display
:
block
;
z-index
:
199
;
}
.mgB100
{
margin-bottom
:
150px
;
}
/*入驻流程*/
.progress-main-con
{
padding-bottom
:
90px
;
background-color
:
#f9f9fa
;
}
.process-steps
,
.process-mater
{
display
:
flex
;
flex-direction
:
row
;
justify-content
:
center
;
align-items
:
center
;
}
.pro-step
{
width
:
275px
;
height
:
315px
;
background
:
#fff
;
margin
:
0
20px
;
}
.pro-ma
{
width
:
590px
;
height
:
190px
;
background
:
#fff
;
margin
:
35px
20px
0
;
background
:
#fff
url("../../../assets/image/website/mate-bg.png")
no-repeat
100%
;
}
.pro-ma
:hover
,
.pro-step
:hover
{
box-shadow
:
0
2px
10px
0
rgba
(
0
,
0
,
0
,
0.05
);
}
.step-one
,
.step-two
,
.step-three
,
.step-four
{
width
:
58px
;
height
:
58px
;
text-align
:
center
;
margin
:
30px
auto
;
}
.step-one
{
background
:
url("../../../assets/image/website/step1.png")
no-repeat
center
center
;
}
.step-two
{
background
:
url("../../../assets/image/website/step2.png")
no-repeat
center
center
;
}
.step-three
{
background
:
url("../../../assets/image/website/step3.png")
no-repeat
center
center
;
}
.step-four
{
background
:
url("../../../assets/image/website/step4.png")
no-repeat
center
center
;
}
.pro-step
>
dl
>
dd
{
height
:
20px
;
font-size
:
20px
;
font-weight
:
400
;
margin
:
0
auto
;
text-align
:
center
;
}
.pro-step
>
span
{
display
:
block
;
width
:
100px
;
height
:
25px
;
font-size
:
14px
;
color
:
#666
;
background
:
#F0F0F5
;
border-radius
:
13px
;
line-height
:
25px
;
margin
:
18px
auto
;
text-align
:
center
;
}
.pro-step
>
p
{
font-size
:
14px
;
font-weight
:
400
;
color
:
#666666
;
line-height
:
28px
;
text-align
:
center
;
padding
:
0
20px
;
}
.set-in-ma
{
height
:
20px
;
font-size
:
20px
;
font-weight
:
400
;
color
:
#000000
;
line-height
:
20px
;
text-indent
:
30px
;
margin
:
35px
0
15px
68px
;
}
.m-bg
{
background
:
url("../../../assets/image/website/setIn1.png")
no-repeat
0
center
;
}
.n-m-bg
{
background
:
url("../../../assets/image/website/setIn2.png")
no-repeat
0
center
;
}
.optional
{
display
:
flex
;
justify-content
:
start
;
flex-direction
:
row
;
}
.optional
>
ul
:nth-child
(
1
)
{
margin
:
0
50px
0
72px
;
}
.optional
>
ul
>
li
{
font-size
:
16px
;
margin
:
15px
0
;
text-indent
:
20px
;
background
:
url("../../../assets/image/website/arrow.png")
no-repeat
0
center
;
}
/*入驻品牌*/
.brand-main-con
{
padding
:
0
0
90px
;
background
:
linear-gradient
(
0deg
,
#DEE8F9
46%
,
#FEFEFF
100%
);
}
.brands-title
{
text-align
:
center
;
font-size
:
38px
;
font-weight
:
400
;
color
:
#333
;
padding
:
90px
0
0
;
}
.brands-tip
{
text-align
:
center
;
font-size
:
24px
;
font-weight
:
400
;
color
:
#333
;
opacity
:
0.82
;
padding
:
35px
0
20px
;
}
/*关于我们-底部*/
.contact
{
height
:
243px
;
background
:
url("../../../assets/image/website/footer-bg.png")
no-repeat
center
0
;
background-size
:
100%
100%
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
}
.contact
>
p
{
letter-spacing
:
2px
;
text-align
:
center
;
font-size
:
26px
;
font-weight
:
400
;
color
:
#FFFFFF
;
line-height
:
46px
;
}
.contact
>
p
>
span
{
color
:
#1966FF
;
}
.about-con
{
height
:
200px
;
color
:
#fff
;
background
:
#242A37
;
display
:
flex
;
flex-direction
:
row
;
justify-content
:
center
;
align-items
:
center
;
font-size
:
14px
;
}
.about-list
,
.about-us
{}
.about-list
{
height
:
110px
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
border-right
:
1px
solid
#50555f
;
padding-right
:
80px
;
}
.about-list
>
ul
{
height
:
66px
;
font-size
:
18px
;
font-weight
:
400
;
color
:
#FFFFFF
;
display
:
flex
;
flex-direction
:
row
;
justify-content
:
space-around
;
}
.about-list
>
ul
>
li
{
height
:
30px
;
padding
:
0
40px
;
line-height
:
30px
;
border-right
:
1px
solid
#50555f
;
cursor
:
pointer
;
}
.about-list
>
ul
>
li
:last-child
{
border
:
none
;
}
.about-gs
{
font-size
:
14px
;
font-weight
:
400
;
color
:
#959BA8
;
}
.about-us
{
margin-left
:
80px
;
}
.about-us
>
p
{
letter-spacing
:
1px
;
font-weight
:
400
;
color
:
#959BA8
;
line-height
:
26px
;
}
.about-us
.us-title
{
font-size
:
18px
;
font-weight
:
400
;
color
:
#FFFFFF
;
line-height
:
40px
;
}
/* 公共样式 */
/*增加 手指标*/
.custom-cursor
{
cursor
:
pointer
;
}
/* 取消a标签默认样式 */
a
{
text-decoration
:
none
;
}
/*正常的未被访问过的链接*/
a
:link
{
text-decoration
:
none
;
}
/*已经访问过的链接*/
a
:visited
{
text-decoration
:
none
;
}
/*鼠标划过(停留)的链接*/
a
:hover
{
text-decoration
:
none
;
}
/* 正在点击的链接*/
a
:active
{
text-decoration
:
none
;
}
/* 可以自定义 滚动条样式 */
/* 滚动条宽度 */
/*::-webkit-scrollbar {*/
/* width: 12px;*/
/* height: 12px;*/
/*}*/
/* 滚动条的滑块 */
/*::-webkit-scrollbar-thumb {*/
/* background-color: #c0ccda;*/
/* border-radius: 6px;*/
/*}*/
}
/* pc end */
...
...
src/views/officialweb/image/carousel01.png
0 → 100755
浏览文件 @
09438fbb
296.6 KB
src/views/officialweb/image/carousel02.png
0 → 100755
浏览文件 @
09438fbb
331.9 KB
src/views/officialweb/image/carousel03.png
0 → 100755
浏览文件 @
09438fbb
415.2 KB
src/views/officialweb/index.html
浏览文件 @
09438fbb
差异被折叠。
点击展开。
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论