切换导航条
此项目
正在载入...
登录
景龙
/
xingqiu
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
景龙
6 years ago
提交
c99dc44fd68ae490b6751eef1076a2d53331d12b
1 个父辈
f83dd6d4
1 个管道 的构建
通过
耗费 1 秒
修改头部样式
变更
9
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
9 个修改的文件
包含
74 行增加
和
55 行删除
app/portal/controller/RegionController.php
public/themes/simpleboot3/portal/region/get_more_star.html
public/themes/simpleboot3/public/assets/css/bootstrap4.0.css
public/themes/simpleboot3/public/assets/css/footer.css
public/themes/simpleboot3/public/assets/css/header.css
public/themes/simpleboot3/public/assets/css/index.css
public/themes/simpleboot3/public/assets/css/show.css
public/themes/simpleboot3/public/assets/js/public.js
public/themes/simpleboot3/public/header.html
app/portal/controller/RegionController.php
查看文件 @
c99dc44
...
...
@@ -121,7 +121,7 @@ class RegionController extends HomeBaseController
->
field
(
$field
)
->
order
(
'weigh desc'
)
->
paginate
(
1
);
$arr
[
'data'
]
=
$res
;
$arr
[
'data'
]
=
$res
->
toArray
()
;
$arr
[
'page'
]
=
$res
->
render
();
return
$arr
;
}
...
...
public/themes/simpleboot3/portal/region/get_more_star.html
查看文件 @
c99dc44
...
...
@@ -7,6 +7,7 @@
<meta
http-equiv=
"X-UA-Compatible"
content=
"ie=edge"
>
<title>
明星访谈更多
</title>
<link
rel=
"stylesheet"
href=
"__TMPL__/public/assets/css/layui.css"
>
<link
rel=
"stylesheet"
href=
"__TMPL__/public/assets/css/bootstrap4.0.css"
>
<link
rel=
"stylesheet"
href=
"__TMPL__/public/assets/css/header.css"
>
<link
rel=
"stylesheet"
href=
"__TMPL__/public/assets/css/show.css"
>
</head>
...
...
@@ -100,16 +101,19 @@
<p>3</p>
<span> > </span>
</div> -->
</div>
<div
class=
"pagination"
>
{$page|default=''}
<!--分页-->
<div
class=
"pagination"
>
{$page|default=''}
</div>
</div>
<!--<div id="page">-->
<!--</div>-->
</div>
<!-- 底部 -->
<
footer></footer
>
<
include
file=
"public@footer"
>
<script
src=
"__TMPL__/public/assets/js/jquery-3.2.1.min.js"
></script>
<script
src=
"__TMPL__/public/assets/js/layui.js"
></script>
<script
src=
"__TMPL__/public/assets/js/public.js"
></script>
...
...
public/themes/simpleboot3/public/assets/css/bootstrap4.0.css
0 → 100644
查看文件 @
c99dc44
此 diff 太大无法显示。
public/themes/simpleboot3/public/assets/css/footer.css
查看文件 @
c99dc44
...
...
@@ -81,6 +81,9 @@
color
:
rgba
(
255
,
255
,
255
,
1
);
opacity
:
0.4
;
}
.about_content
p
{
height
:
76px
;
}
/* 关注我们 */
#footer
.about_bot
{
...
...
public/themes/simpleboot3/public/assets/css/header.css
查看文件 @
c99dc44
...
...
@@ -17,7 +17,7 @@
#header
.home_logo
{
width
:
110px
;
height
:
70px
;
margin
:
0
175px
0
21
0px
;
margin
:
0
44px
0
0px
;
}
#header
.home_logo
img
{
...
...
@@ -35,7 +35,7 @@
color
:
rgba
(
77
,
77
,
77
,
1
);
width
:
70px
;
height
:
76px
;
margin
:
0
3
0px
;
margin
:
0
2
0px
;
text-align
:
center
;
border-top
:
4px
solid
rgba
(
255
,
255
,
255
,
1
);
}
...
...
@@ -112,7 +112,8 @@
#header
.home_search
{
position
:
relative
;
width
:
308px
;
width
:
222px
;
margin-left
:
28px
;
}
...
...
@@ -120,7 +121,7 @@
#header
.home_search
.search_icon
{
position
:
absolute
;
left
:
85
px
;
left
:
22
px
;
top
:
32px
;
background-image
:
url("../starImg/aicon_23.png")
;
background-repeat
:
no-repeat
;
...
...
@@ -134,7 +135,7 @@
/* 输入框 */
#header
.home_search
input
{
margin
:
0
16px
0
76
px
;
margin
:
0
16px
0
10
px
;
width
:
160px
;
height
:
33px
;
background
:
rgba
(
242
,
242
,
242
,
1
);
...
...
public/themes/simpleboot3/public/assets/css/index.css
查看文件 @
c99dc44
...
...
@@ -673,6 +673,7 @@ p {
}
.personal_narration
p
{
height
:
90px
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
display
:
-webkit-box
;
...
...
@@ -803,6 +804,7 @@ p {
.scout_box
h1
{
width
:
237px
;
height
:
46px
;
margin
:
42px
auto
0
;
font-size
:
16px
;
font-weight
:
400
;
...
...
public/themes/simpleboot3/public/assets/css/show.css
查看文件 @
c99dc44
...
...
@@ -260,6 +260,7 @@ body {
}
.show_INMain_con2
p
{
height
:
90px
;
font-size
:
16px
;
color
:
rgba
(
102
,
102
,
102
,
1
);
line-height
:
32px
;
...
...
@@ -806,6 +807,7 @@ body {
}
.show_3_list_txt
p
{
height
:
256px
;
font-size
:
16px
;
color
:
rgba
(
102
,
102
,
102
,
1
);
line-height
:
32px
;
...
...
public/themes/simpleboot3/public/assets/js/public.js
查看文件 @
c99dc44
...
...
@@ -54,4 +54,8 @@ $(function(){
}
else
{
$
(
'.home_nav_act'
).
children
(
'a'
).
addClass
(
'home_nav_act'
);
}
//改变分页图标
$
(
'.page-item'
).
eq
(
0
).
children
().
text
(
'<'
);
$
(
'.page-item:last'
).
children
().
text
(
'>'
);
});
\ No newline at end of file
...
...
public/themes/simpleboot3/public/header.html
查看文件 @
c99dc44
<!--头部 -->
<div
id=
"header"
>
<!-- logo -->
<section
class=
"home_logo"
>
<img
src=
"__TMPL__/public/assets/starImg/logo.png"
alt=
""
>
</section>
<!-- 导航栏 -->
<section
class=
"home_nav"
>
<ul>
<li
class=
"home_nav_act"
>
<a
class=
"home_nav_act"
href=
"/"
>
首页
</a>
</li>
<volist
name=
"slide"
id=
"vo"
>
<li
class=
"slide_vo"
>
<a
class=
"home_nav_act_A"
href=
"{$vo.url}"
>
{$vo.name}
</a>
<div
class=
"home_nav_down"
>
<div
class=
"home_nav_down2"
>
<img
src=
"__TMPL__/public/assets/starImg/aicon_32.png"
alt=
""
>
<dl>
<volist
name=
"vo.child"
id=
"voo"
>
<dd><a
href=
"{$voo.url}"
>
{$voo.name}
</a></dd>
</volist>
</dl>
</div>
</div>
<div
style=
"width: 1200px;margin: auto"
>
<section
class=
"home_logo"
>
<img
src=
"__TMPL__/public/assets/starImg/logo.png"
alt=
""
>
</section>
<!-- 导航栏 -->
<section
class=
"home_nav"
>
<ul>
<li
class=
"home_nav_act"
>
<a
class=
"home_nav_act"
href=
"/"
>
首页
</a>
</li>
</volist>
<!--<li>-->
<volist
name=
"slide"
id=
"vo"
>
<li
class=
"slide_vo"
>
<a
class=
"home_nav_act_A"
href=
"{$vo.url}"
>
{$vo.name}
</a>
<div
class=
"home_nav_down"
>
<div
class=
"home_nav_down2"
>
<img
src=
"__TMPL__/public/assets/starImg/aicon_32.png"
alt=
""
>
<dl>
<volist
name=
"vo.child"
id=
"voo"
>
<dd><a
href=
"{$voo.url}"
>
{$voo.name}
</a></dd>
</volist>
</dl>
</div>
</div>
</li>
</volist>
<!--<li>-->
<!--<a href="">星球奇境</a>-->
<!--<!– 下拉导航 –>-->
<!--<div class="home_nav_down">-->
<!--<div class="home_nav_down2">-->
<!--<img src="__TMPL__/public/assets/starImg/aicon_32.png" alt="">-->
<!--<dl>-->
<!--<dd><a href="">地标1</a></dd>-->
<!--<dd><a href="">地标1</a></dd>-->
<!--<dd><a href="">地标1</a></dd>-->
<!--<dd><a href="">地标1</a></dd>-->
<!--</dl>-->
<!--</div>-->
<!--<div class="home_nav_down2">-->
<!--<img src="__TMPL__/public/assets/starImg/aicon_32.png" alt="">-->
<!--<dl>-->
<!--<dd><a href="">地标1</a></dd>-->
<!--<dd><a href="">地标1</a></dd>-->
<!--<dd><a href="">地标1</a></dd>-->
<!--<dd><a href="">地标1</a></dd>-->
<!--</dl>-->
<!--</div>-->
<!--</li>-->
</ul>
</section>
<!-- 搜索框 -->
<section
class=
"home_search"
>
<i
class=
"search_icon"
></i>
<input
type=
"text"
placeholder=
"巴厘岛"
>
</section>
<!-- 登录注册 -->
<section
class=
"home_login"
>
<!--</div>-->
<!--</li>-->
</ul>
</section>
<!-- 搜索框 -->
<section
class=
"home_search"
>
<i
class=
"search_icon"
></i>
<input
type=
"text"
placeholder=
"巴厘岛"
>
</section>
<!-- 登录注册 -->
<section
class=
"home_login"
>
<span>
<p>
注册
</p>
<p>
登录
</p>
</span>
</section>
</section>
</div>
<!-- logo -->
</div>
\ No newline at end of file
...
...
请
注册
或
登录
后发表评论