mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 19:06:43 +08:00
Merge branch 'stat' of https://codeup.aliyun.com/6265f483e4166464dc2f9c14/boeu/portal into stat
This commit is contained in:
@@ -56,9 +56,33 @@ body {margin: 0px;padding: 0px;}
|
||||
.ranking-data{
|
||||
min-height: 246px;
|
||||
margin: 0px;
|
||||
// overflow-y: auto;
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.portal-ranking-list{
|
||||
border-radius: 8px;
|
||||
padding: 30px;
|
||||
// height: 544px;
|
||||
// overflow-y: auto;
|
||||
.ranking-title{
|
||||
font-size: 24px;
|
||||
font-family: FZLTCHJW--GB1-0, FZLTCHJW--GB1;
|
||||
font-weight: 600;
|
||||
color: #000000;
|
||||
line-height: 28px;
|
||||
padding-bottom:12px
|
||||
}
|
||||
.ranking-data{
|
||||
min-height: 246px;
|
||||
margin: 0px;
|
||||
// overflow-y: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
//排行块的背景
|
||||
.ranking-bg{
|
||||
background: url('/images/qa-box.png') no-repeat top left;
|
||||
@@ -252,9 +276,10 @@ body {margin: 0px;padding: 0px;}
|
||||
@media screen and (max-width: 1366px){
|
||||
.xcontent2{
|
||||
width: 1100px;
|
||||
padding: 20px 5px;
|
||||
}
|
||||
.xcontent2-minor{
|
||||
width: 260px;
|
||||
width: 234px;
|
||||
}
|
||||
.portal-ranking{
|
||||
padding: 20px 15px;
|
||||
@@ -277,9 +302,10 @@ body {margin: 0px;padding: 0px;}
|
||||
@media screen and (max-width: 1680px) and (min-width:1367px){
|
||||
.xcontent2{
|
||||
width: 1366px;
|
||||
padding: 30px 20px;
|
||||
}
|
||||
.xcontent2-minor{
|
||||
width: 320px;
|
||||
width: 300px;
|
||||
}
|
||||
.portal-ranking{
|
||||
padding: 30px 20px;
|
||||
@@ -296,7 +322,8 @@ body {margin: 0px;padding: 0px;}
|
||||
|
||||
@media screen and (max-width: 1920px) and (min-width: 1681px){
|
||||
.xcontent2{
|
||||
width: 1690px;
|
||||
width: 1640px;
|
||||
padding: 30px 26px;
|
||||
}
|
||||
.xcontent2-minor{
|
||||
width: 400px;
|
||||
@@ -317,7 +344,8 @@ body {margin: 0px;padding: 0px;}
|
||||
|
||||
@media screen and (min-width: 1921px){
|
||||
.xcontent2{
|
||||
width: 1900px;
|
||||
width: 1880px;
|
||||
padding: 30px 26px;
|
||||
}
|
||||
.xcontent2-minor{
|
||||
width: 400px;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<div class="article-banner">
|
||||
<portal-header current="article" :goSearch="3"></portal-header>
|
||||
</div>
|
||||
<div>
|
||||
<div style="padding-top:30px">
|
||||
<div class="xcontent2">
|
||||
<div class="xcontent2-main" style="margin-right: 30px;" >
|
||||
<div v-if="noData" >
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<portal-header current="article" @emitInput="emitInput"></portal-header>
|
||||
</div>
|
||||
<!--内容区域-->
|
||||
<div class="">
|
||||
<div style="padding-top:30px" class="">
|
||||
<div class="xcontent2">
|
||||
<div class="xcontent2-main" style="margin-right: 30px;background-color: #fff;padding-top: 50px;">
|
||||
<div>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<div class="course-banner">
|
||||
<portal-header current="course" @emitInput="emitInput"></portal-header>
|
||||
</div>
|
||||
<div class="">
|
||||
<div style="padding-top:30px" class="">
|
||||
<div class="xcontent2">
|
||||
<div class="xcontent2-main content-div">
|
||||
<div class="search-div" style="margin-right:36px">
|
||||
@@ -121,7 +121,7 @@
|
||||
上传课程
|
||||
</div>
|
||||
</div>
|
||||
<div class="portal-ranking ranking-bg">
|
||||
<div class="portal-ranking-list ranking-bg">
|
||||
<div class="ranking-title">好评榜</div>
|
||||
<ul class="ranking-data">
|
||||
<li class="list-info" v-for="(item, index) in scorelist" :key="index" style="cursor: pointer;margin-top:24px;line-height: 30px;display: flex;">
|
||||
@@ -166,7 +166,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div style="margin-top:26px" class="portal-ranking ranking-bg1">
|
||||
<div style="margin-top:26px" class="portal-ranking-list ranking-bg1">
|
||||
<div class="ranking-title">人气榜</div>
|
||||
<ul class="ranking-data">
|
||||
<li class="list-info" v-for="(item, index) in ankingList" :key="index" style="cursor: pointer;margin-top:24px;line-height: 30px;display: flex;">
|
||||
@@ -211,7 +211,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div style="margin-top:26px" class="portal-ranking ranking-bg2">
|
||||
<div style="margin-top:26px" class="portal-ranking-list ranking-bg2">
|
||||
<div class="ranking-title">热度榜</div>
|
||||
<ul class="ranking-data">
|
||||
<li class="list-info" v-for="(item, index) in hotList" :key="index" style="cursor: pointer;margin-top:24px;line-height: 30px;display: flex;">
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<div class="qa-banner">
|
||||
<portal-header current="qa" :goSearch="4"></portal-header>
|
||||
</div>
|
||||
<div >
|
||||
<div style="padding-top:30px" >
|
||||
<div class="xcontent2">
|
||||
<div style="margin-right: 30px;" class="xcontent2-main">
|
||||
<div v-if="noData">
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<div class="qa-banner">
|
||||
<portal-header current="qa" :goSearch="4"></portal-header>
|
||||
</div>
|
||||
<div class="portal-content xcontent" >
|
||||
<div style="padding-top:30px" class="portal-content xcontent" >
|
||||
<div class="xrow" style="display: flex;justify-content: space-between;">
|
||||
<div style="flex: 1;" class="xcol content-div">
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<portal-header current="qa" class="qa-nav" @emitInput="emitInput"></portal-header>
|
||||
</div>
|
||||
|
||||
<div class="portal-content">
|
||||
<div style="padding-top:30px" class="portal-content">
|
||||
|
||||
<div class="xcontent2">
|
||||
<div class="xcontent2-main" style="margin-right: 30px;background-color: #fff;padding-top: 50px;">
|
||||
|
||||
Reference in New Issue
Block a user