Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
microduino-web-test
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘兵
microduino-web-test
Commits
62d2626a
Commit
62d2626a
authored
Oct 14, 2024
by
刘兵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ceshi-shujukupeizhi-yangshi
parent
409e6b75
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
243 additions
and
5 deletions
+243
-5
config.php
cms/e/config/config.php
+1
-1
config.php.env
cms/env/config.php.env
+1
-1
home.css
cms/skin/website/css/home.css
+239
-1
config.php
wap/e/config/config.php
+1
-1
config.php.env
wap/env/config.php.env
+1
-1
No files found.
cms/e/config/config.php
View file @
62d2626a
...
...
@@ -13,7 +13,7 @@ $ecms_config['db']['dbserver']='127.0.0.1'; //数据库登录地址
$ecms_config
[
'db'
][
'dbport'
]
=
''
;
//端口,不填为按默认
$ecms_config
[
'db'
][
'dbusername'
]
=
'root'
;
//数据库用户名
$ecms_config
[
'db'
][
'dbpassword'
]
=
'1992326qa'
;
//数据库密码
$ecms_config
[
'db'
][
'dbname'
]
=
'microduino_pc'
;
//数据库名
$ecms_config
[
'db'
][
'dbname'
]
=
'microduino_pc
-test
'
;
//数据库名
$ecms_config
[
'db'
][
'setchar'
]
=
'utf8'
;
//设置默认编码
$ecms_config
[
'db'
][
'dbchar'
]
=
'utf8'
;
//数据库默认编码
$ecms_config
[
'db'
][
'dbtbpre'
]
=
'mico_'
;
//数据表前缀
...
...
cms/env/config.php.env
View file @
62d2626a
...
...
@@ -13,7 +13,7 @@ $ecms_config['db']['dbserver']='192.168.9.43'; //数据库登录地址
$ecms_config['db']['dbport']=''; //端口,不填为按默认
$ecms_config['db']['dbusername']='root'; //数据库用户名
$ecms_config['db']['dbpassword']='1992326qa'; //数据库密码
$ecms_config['db']['dbname']='microduino_pc'; //数据库名
$ecms_config['db']['dbname']='microduino_pc
-test
'; //数据库名
$ecms_config['db']['setchar']='utf8'; //设置默认编码
$ecms_config['db']['dbchar']='utf8'; //数据库默认编码
$ecms_config['db']['dbtbpre']='mico_'; //数据表前缀
...
...
cms/skin/website/css/home.css
View file @
62d2626a
...
...
@@ -227,7 +227,9 @@ img {
color
:
#fff
;
}
.home
.wp6
{
background
:
url('../image/8background.png')
no-repeat
center
/
100%
100%
;
/* background: url('../image/8background.png') no-repeat center/100% 100%; */
background
:
url('')
no-repeat
center
/
100%
100%
;
color
:
#F4F4F4
;
padding-bottom
:
98px
;
}
.home
.wp6
img
{
...
...
@@ -241,4 +243,239 @@ img {
width
:
1180px
;
font-size
:
0
;
margin-bottom
:
-20px
;
}
.home
.wp6
.tab
{
height
:
794px
;
background-color
:
#F4F4F4
;
;
margin
:
0
auto
;
}
.home
.wp6
.tab-menu
{
/* height: 294px; */
/* width: 100%; */
background-color
:
#f4f4f4
;
}
.home
.wp6
.tab-menu
li
:first-child
{
background
:
url('../image/anli-icon1.png')
no-repeat
center
/
80px
80px
;
}
.home
.wp6
.tab
{
height
:
794px
;
background-color
:
#F4F4F4
;
;
margin
:
0
auto
;
}
.home
.wp6
.tab-menu
{
height
:
294px
;
width
:
100%
;
background-color
:
#f4f4f4
;
}
.home
.wp6
.tab-menu
li
:first-child
{
background
:
url('../image/anli-icon1.png')
no-repeat
center
/
80px
80px
;
}
.home
.wp6
.tab-menu
li
:nth-child
(
2
)
{
background
:
url('../image/anli-icon2.png')
no-repeat
center
/
80px
80px
;
}
.home
.wp6
.tab-menu
li
.cur
:first-child
{
background
:
url('../image/anli-icon3.png')
no-repeat
center
/
80px
80px
;
}
.home
.wp6
.tab-menu
li
.cur
:nth-child
(
2
)
{
background
:
url('../image/anli-icon4.png')
no-repeat
center
/
80px
80px
;
}
.home
.wp6
.tab-menu
li
{
display
:
inline-block
;
width
:
100px
;
height
:
80px
;
margin
:
0
auto
;
margin-right
:
143px
;
margin-bottom
:
37px
;
cursor
:
pointer
;
}
.home
.wp6
.tab-menu
p
{
display
:
inline-block
;
margin
:
80px
0
47px
0
;
font-size
:
36px
;
}
.home
.wp6
.tab-menu
li
:nth-child
(
2
)
{
margin-right
:
0
;
}
.home
.wp6
.tab-menu
li
img
{
width
:
100%
;
}
.home
.wp6
.tab-box
{
width
:
1060px
;
height
:
500px
;
margin
:
0
auto
;
display
:
flex
}
.home
.wp6
.tab-box-1
,
.home
.wp6
.tab-box-2
{
position
:
relative
;
top
:
-32px
}
.home
.wp6
.tab-box-1
{
height
:
380px
;
margin
:
60px
0
;
}
.home
.wp6
.school-card
{
width
:
160px
!important
;
height
:
180px
!important
;
float
:
left
;
margin
:
10px
20px
10px
0
;
}
.home
.wp6
.school-card
:nth-child
(
6n
)
{
margin-right
:
0
}
.home
.wp6
.school-card
img
{
width
:
160px
!important
;
height
:
180px
!important
;
}
.home
.wp6
.school-card
span
{
margin-top
:
-40px
;
display
:
block
;
}
.home
.wp6
.tab-box-2
{
width
:
250px
;
height
:
300px
;
margin
:
100px
0
;
}
.home
.wp6
.brand-card
{
float
:
left
;
margin-right
:
20px
;
height
:
300px
;
width
:
250px
;
background-color
:
#ffff
;
border-radius
:
16px
}
.home
.wp6
.brand-card
img
{
height
:
200px
;
width
:
200px
;
margin
:
25px
25px
75px
25px
;
}
.home
.wp6
.brand-card
p
{
font-size
:
22px
;
margin-top
:
-50px
}
.home
.wp6
.brand-card
:nth-child
(
4
)
{
margin-right
:
0
}
.home
.wp6
.tab-box
>
div
{
width
:
100%
;
display
:
none
;
}
.home
.wp6
.tab-box
>
div
:first-Child
{
display
:
block
;
height
:
380px
;
}
.home
.wp6
.tab-box-1
::before
,
.home
.wp6
.tab-box-2
::before
{
border-left
:
30px
solid
transparent
;
border-right
:
30px
solid
transparent
;
border-bottom
:
30px
solid
;
content
:
""
;
position
:
relative
;
width
:
0
;
color
:
#f4f4f4
;
display
:
flex
;
}
.home
.wp6
.tab-box-1
::before
{
bottom
:
57px
;
left
:
386px
;
}
.home
.wp6
.tab-box-2
::before
{
left
:
615px
;
bottom
:
97px
;
}
.home
.wp6
.l-style
,
.home
.wp6
.r-style
{
position
:
absolute
;
top
:
160px
;
bottom
:
0
;
width
:
40px
;
height
:
60px
;
}
.home
.wp7
.tab
{
position
:
absolute
;
top
:
-40px
;
width
:
240px
;
font-size
:
0
;
display
:
flex
;
justify-content
:
space-between
;
}
.home
.wp7
.tab
>
img
{
width
:
80px
;
height
:
80px
;
cursor
:
pointer
;
}
.home
.wp7
>
div
{
width
:
100%
;
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
position
:
relative
;
}
.home
.wp7
#tab1
{
background
:
#999
no-repeat
center
/
1180px
;
background-blend-mode
:
multiply
;
width
:
100%
;
height
:
670px
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
color
:
#fff
;
}
.home
.wp7
#tab1
>
div
{
border
:
1px
solid
#fff
;
border-radius
:
20px
;
width
:
280px
;
height
:
180px
;
;
margin-right
:
80px
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
cursor
:
pointer
;
}
.home
.wp7
#tab1
>
div
:hover
>
p
:nth-child
(
2
)
{
text-decoration
:
underline
;
}
.home
.wp7
#tab1
>
div
:nth-child
(
3n
+
3
)
{
margin-right
:
0
;
}
.home
.wp7
#tab1
>
div
>
p
:first-child
{
font-size
:
36px
;
margin-bottom
:
18px
;
}
.home
.wp7
#tab1
>
div
>
p
:nth-child
(
2
)
{
font-size
:
18px
;
}
\ No newline at end of file
wap/e/config/config.php
View file @
62d2626a
...
...
@@ -13,7 +13,7 @@ $ecms_config['db']['dbserver']='127.0.0.1'; //数据库登录地址
$ecms_config
[
'db'
][
'dbport'
]
=
''
;
//端口,不填为按默认
$ecms_config
[
'db'
][
'dbusername'
]
=
'root'
;
//数据库用户名
$ecms_config
[
'db'
][
'dbpassword'
]
=
'1992326qa'
;
//数据库密码
$ecms_config
[
'db'
][
'dbname'
]
=
'microduino'
;
//数据库名
$ecms_config
[
'db'
][
'dbname'
]
=
'microduino
-test
'
;
//数据库名
$ecms_config
[
'db'
][
'setchar'
]
=
'utf8'
;
//设置默认编码
$ecms_config
[
'db'
][
'dbchar'
]
=
'utf8'
;
//数据库默认编码
$ecms_config
[
'db'
][
'dbtbpre'
]
=
'mico_'
;
//数据表前缀
...
...
wap/env/config.php.env
View file @
62d2626a
...
...
@@ -13,7 +13,7 @@ $ecms_config['db']['dbserver']='192.168.9.43'; //数据库登录地址
$ecms_config['db']['dbport']=''; //端口,不填为按默认
$ecms_config['db']['dbusername']='root'; //数据库用户名
$ecms_config['db']['dbpassword']='1992326qa'; //数据库密码
$ecms_config['db']['dbname']='microduino'; //数据库名
$ecms_config['db']['dbname']='microduino
-test
'; //数据库名
$ecms_config['db']['setchar']='utf8'; //设置默认编码
$ecms_config['db']['dbchar']='utf8'; //数据库默认编码
$ecms_config['db']['dbtbpre']='mico_'; //数据表前缀
...
...
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