153 lines
3.1 KiB
HTML
153 lines
3.1 KiB
HTML
<style>
|
|
.archives-label span.label {
|
|
font-weight: normal;
|
|
}
|
|
|
|
.archives-title {
|
|
width: 400px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.coursepop{
|
|
height: 100%;
|
|
}
|
|
.coursepop .mingci{
|
|
padding-top: 194px;
|
|
font-weight: bold;
|
|
color: #DDA541;
|
|
text-align: center;
|
|
}
|
|
.coursepop .mingci .num{
|
|
font-size: 20px;
|
|
}
|
|
.coursepop .infobox{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 10px 40px;
|
|
}
|
|
.coursepop .infobox>div{
|
|
background-color: #F8F8F8;
|
|
border-radius: 10px;
|
|
width: 56%;
|
|
padding: 10px;
|
|
}
|
|
.coursepop .infobox .text{
|
|
width: 42%;
|
|
font-size: 12px;
|
|
}
|
|
.coursepop .infobox .text img{
|
|
margin-bottom: 5px;
|
|
}
|
|
.coursepop .infobox .text p{
|
|
margin-top: 2px;
|
|
}
|
|
.coursepop .infobox .text span:last-child{
|
|
font-size: 14px;
|
|
}
|
|
.coursepop .infobox .course .title{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
font-weight: bold;
|
|
font-size: 12px;
|
|
}
|
|
.coursepop .infobox .course .title p{
|
|
width: 60%;
|
|
text-align: center;
|
|
}
|
|
.coursepop .infobox .course .title p:first-child{
|
|
width: 40%;
|
|
}
|
|
.coursepop .infobox .course .item{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-top: 8px;
|
|
}
|
|
.coursepop .infobox .course .item p{
|
|
width: 60%;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
}
|
|
.coursepop .infobox .course .item p:first-child{
|
|
width: 40%;
|
|
}
|
|
.coursepop .infobox .course .item p:last-child{
|
|
border-bottom: 1px solid #333;
|
|
padding-bottom: 5px;
|
|
}
|
|
.coursepop{
|
|
width: 350px;
|
|
height: 600px;
|
|
overflow: hidden;
|
|
position: fixed;
|
|
left: -1000px;
|
|
}
|
|
.coursepop .contbox{
|
|
width: 80%;
|
|
margin: 0 auto;
|
|
margin-top: 186px;
|
|
padding: 0 15px;
|
|
}
|
|
.coursepop .contbox .info{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.coursepop .contbox .info .text{
|
|
line-height: 24px;
|
|
width: 50%;
|
|
}
|
|
.coursepop .contbox .info .text p{
|
|
margin-bottom: 0;
|
|
}
|
|
.coursepop .contbox .pm{
|
|
line-height: 32px;
|
|
margin-top: 15px;
|
|
}
|
|
.coursepop .contbox .pm p{
|
|
margin-bottom: 0;
|
|
}
|
|
.coursepop .code{
|
|
margin-top: 30px;
|
|
}
|
|
.clubbox{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.clubbox p{
|
|
margin-bottom:15px;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.clubbox .logo{
|
|
max-height: 40px;
|
|
}
|
|
.clubbox img{
|
|
width: 60px;
|
|
margin: 0 16px;
|
|
height: 60px;
|
|
}
|
|
</style>
|
|
<div class="panel panel-default panel-intro">
|
|
<div class="panel-body">
|
|
<div id="myTabContent" class="tab-content">
|
|
<div class="tab-pane fade active in" id="one">
|
|
<div class="widget-body no-padding">
|
|
<div id="toolbar" class="toolbar">
|
|
{:build_toolbar('refresh')}
|
|
</div>
|
|
<table id="table" class="table table-striped table-bordered table-hover table-nowrap"
|
|
data-operate-edit="{:$auth->check('cms/archives/edit')}"
|
|
data-operate-del="{:$auth->check('cms/archives/del')}"
|
|
width="100%">
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="coursepop"></div> |