105 lines
2.6 KiB
HTML
105 lines
2.6 KiB
HTML
<style>
|
|
.archives-label span.label {
|
|
font-weight: normal;
|
|
}
|
|
|
|
.archives-title {
|
|
width: 400px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.coursepop{
|
|
width: 350px;
|
|
height: 600px;
|
|
overflow: hidden;
|
|
position: fixed;
|
|
left: -10000px;
|
|
}
|
|
.coursepop p{
|
|
margin: 0;
|
|
}
|
|
.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: 13px;
|
|
}
|
|
.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;
|
|
}
|
|
</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> |