更新
This commit is contained in:
@@ -333,7 +333,7 @@ img {max-width: 100%;}
|
|||||||
.studyExtend li:hover::before {background-color: #273981;}
|
.studyExtend li:hover::before {background-color: #273981;}
|
||||||
|
|
||||||
.studyDynamic,
|
.studyDynamic,
|
||||||
.studyDynamic li{height: 280px; text-align: left;}
|
.studyDynamic li{height: 230px; text-align: left;}
|
||||||
.studyDynamic .indexTeam-cont {padding: 10px 15px; position: relative;}
|
.studyDynamic .indexTeam-cont {padding: 10px 15px; position: relative;}
|
||||||
.studyDynamic-name {margin-bottom: 10px;}
|
.studyDynamic-name {margin-bottom: 10px;}
|
||||||
.studyDynamic-time {color: #203175; display: flex;}
|
.studyDynamic-time {color: #203175; display: flex;}
|
||||||
|
|||||||
9
resources/views/admin/testlogin/index.blade.php
Normal file
9
resources/views/admin/testlogin/index.blade.php
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>系统维护中</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div style="text-align: center;line-height: 200px;margin: 100px auto;font-size: 41px;font-weight: bold;color: #aeaeae;">系统正在维护中......</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -17,8 +17,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ul class="indexTeam-ul studyDynamic">
|
<ul class="indexTeam-ul studyDynamic">
|
||||||
@if (getArticlesBYCate(8,3)->isNotEmpty())
|
@if (getArticlesBYCate(8,4)->isNotEmpty())
|
||||||
@foreach (getArticlesBYCate(8,3) as $article)
|
@foreach (getArticlesBYCate(8,4) as $article)
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ $article->link }}" target="_blank">
|
<a href="{{ $article->link }}" target="_blank">
|
||||||
<div class="ce-img indexTeam-img">
|
<div class="ce-img indexTeam-img">
|
||||||
|
|||||||
Reference in New Issue
Block a user