body {
background-color: #F5F7FD;
}
.a {
text-decoration: none;
color: #212529;
}
.a:hover {
color: #476EFB;
}
.fs-12 {
font-size: 0.75rem;
}
.fs-14 {
font-size: 0.875rem;
}
.z-zindex-100 {
z-index: 100;
}
.img-scale {
transition: .5s;
}
.img-scale:hover {
transform: scale(1.1);
}
#nav {
height: 60px;
}
/* .main-menu {
column-gap: 25px;
} */
.main-menu a {
margin-right: 25px;
}
.main-menu a, .header-right a {
text-decoration: none;
color: #666;
}
.main-menu a:hover, .main-menu .active, .header-right a:hover, .header-right .active {
color: #466EFB;
}
.breadcrumb-item {
font-size: 0.875rem;
}
.breadcrumb-item a, .breadcrumb-item {
text-decoration: none;
color: #6c757d;
}
.footer {
background-color: #2D3236;
font-size: 0.875rem;
}
.footer-menu a {
text-decoration: none;
color: #fff;
}
.footer-menu a:hover {
color: rgba(255, 255, 255, 0.884);
}
.footer-menu .line:last-child {
display: none;
}
.icp {
text-decoration: none;
color: #fff;
}
.icp:hover {
color: rgba(255, 255, 255, 0.884);
}
.footer-qrcode .qrcode:last-child {
margin-left: 2rem;
}
.qrcode-container {
border: 2px solid rgb(117, 116, 116);
border-radius: 8px;
padding: 5px;
}
.qrcode img {
max-width: 120px;
height: auto;
}
.header-right a{
margin-left: 25px;
}
.alignleft {
float: left;
margin: 0.5em 1em 0.5em 0;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignright {
float: right;
margin: 0.5em 0 0.5em 1em;
}
.the-content img {
max-width: 100%;
height: auto;
}
/* 首页 */
#dj-home-slider img {
height: 350px;
object-fit: cover;
}
.dj-hot-item a {
display: block;
width: 100%;
height: 100%;
padding: 2px 0;
font-size: 0.75rem;
background-color: #ECF0FF;
border-radius: 2px;
}
.dj-hot-item a:hover {
background-color: #476EFB;
color: #fff;
}
/* .newest-bar{
box-sizing: border-box;
} */
.newest-bar span {
display: inline-block;
box-sizing: border-box;
border-top: 2px solid #5B789F;
padding: 1rem;
height: 56px;
}
.dj-card-title {
color: #212529;
}
.dj-card:hover .dj-card-title {
color: #0d6efd;
}
.dj-card-body {
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 1rem 1rem;
height: 100%;
}
.dj-card-excerpt {
font-size: 0.875rem;
}
.dj-card-foot {
font-size: 0.75rem;
}
.dj-card-foot .name {
font-size: 0.875rem;
}
.dj-reply-link {
font-size: 0.875rem;
}
.dj-ask-link, .dj-ask-link a {
color: #999;
}
.dj-ask-item {
font-size: 0.875rem;
}
.dj-ask-item a {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
width: 100%;
}
.dj-friend i {
color: #4AB0FF;
}
.dj-friend-links {
font-size: 0.875rem;
}
.widget_dj_focus {
height: 350px;
}
.widget_dj_focus .card {
height: 100%;
}
.widget_dj_focus .focus-img {
height: 200px;
object-fit: cover;
}
.widget_dj_focus .focus-body {
background-color: #333;
color: #fff;
}
.widget_dj_focus .focus-title {
font-size: 1.1rem;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
width: 100%;
height: 40px;
}
.widget_dj_focus .focus-text {
font-size: 0.875rem;
}
.widget_dj_group .btn-sm {
font-size: 0.75rem;
padding-top: 0.05rem;
padding-bottom: 0.05rem;
}
/* .widget_dj_group .card-body {
row-gap: 1rem;
} */
.widget_dj_group .card-body>div {
margin-bottom: 1rem;
}
.widget_dj_group .fa-users {
font-size: 0.75rem;
}
.widget_dj_group .group-icon {
text-align: center;
display: inline-block;
width: 25px;
height: 25px;
border-radius: 50%;
}
.widget_dj_group .active {
color: #0d6efd;
}
.dj-popover-content img {
max-width: 100px;
}
.dj-popover-content {
column-gap: 10px;
}
.dj-popover-content .text-primary {
font-size: 1rem;
}
.dj-popover-content .dj-popover-body {
font-size: 0.875rem;
color: #606266;
}
.popover {
max-width: 325px;
}
.widget_dj_article_gather .dj-gather-wrap .dj-gather-list {
margin-bottom: 10px;
}
.widget_dj_article_gather .dj-gather-list img {
width: 100px;
}
.widget_dj_course_gather .gather-title, .widget_dj_article_gather .gather-title {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.widget_dj_tagcloud .tags-list {
display: grid;
grid-template-columns: repeat(3, calc(33% - 5px));
gap: 10px 10px;
}
.widget_dj_tagcloud .tags-list a {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.widget_dj_sentence .card-body{
padding: 0;
}
.widget_dj_sentence .list-group-item a{
text-decoration: none;
}
.widget_dj_sentence .list-group-item a:hover{
opacity: 0.8;
}
/* 资讯列表 */
.dj-child-cat a{
text-decoration: none;
padding: 0 2px;
color: #212529;
}
.dj-child-cat a.cat-active, .dj-child-cat a:hover{
color: #466EFB;
}
/* 评分类列表 */
.course-list-group a {
font-size: 0.875rem;
}
.course-list-group .list-group-item-action:hover {
background-color: #f8fbff;
}
.course-list-group .course-list-active {
color: #5698da;
background: #f8fbff;
border-left: 2px solid #5698da;
}
.course-quick {
display: grid;
grid-template-columns: repeat(2, calc(50% - 5px));
gap: 10px 10px;
}
.course-quick a {
color: #428bca;
text-decoration: none;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.course-quick a:hover {
color: #466efb;
}
.dj-gather-rank {
display: grid;
grid-template-columns: 40px calc(100% - 40px);
row-gap: 10px;
}
.dj-gather-rank .rank-num {
width: 42px;
height: 42px;
color: #fff;
border-radius: 8px;
font-size: 1.3rem;
}
.dj-gather-rank:nth-child(1) .rank-num {
background: #D9534F;
}
.dj-gather-rank:nth-child(2) .rank-num {
background: #F0AD4E;
}
.dj-gather-rank:nth-child(3) .rank-num {
background: #5CB85C;
}
.dj-gather-rank:nth-child(4) .rank-num {
background: #428BCA;
}
.dj-gather-rank:nth-child(5) .rank-num {
background: #5BC0DE;
}
.dj-gather-rank:nth-child(6) .rank-num {
background: #5BC0DE;
}
.dj-gather-rank:nth-child(7) .rank-num {
background: #5BC0DE;
}
.dj-gather-rank:nth-child(8) .rank-num {
background: #5BC0DE;
}
.dj-gather-rank .rank-num {
background: #999999;
}
.course-post-list li {
padding: 5px 0;
}
.course-post-list a {
color: #428bca;
text-decoration: none;
}
.course-post-list a:hover {
color: #466efb;
}
.course-post-list .little {
color: #999;
padding-left: 10px;
}
.course-detail p {
line-height: 1.9;
}
.course-prev-next a {
color: #428bca;
text-decoration: none;
}
.dj-bottom-module p:last-child {
margin-bottom: 0;
}
/* 搜烦弹窗 */
#searchModal {
display: none;
position: fixed;
z-index: 999;
top: 60px;
background-color: #fff;
overflow: hidden;
height: 100%;
width: 100%;
outline: 0;
}
#searchModal .search-hot-words {
gap: 10px;
}
#searchModal .search-hot-words>a {
background-color: #f2f2f2;
padding: 6px 12px;
border-radius: 4px;
font-size: 0.875rem;
color: #777;
text-decoration: none;
}
#searchModal .search-hot-words>a:hover {
color: #0d6efd;
}
.dj-prevnext-muted {
color: #ccc !important;
}
.dj-nextprev-title {
display: block;
width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}【蚌埠哪里有卖的_专业做鸡电话号码,欢迎您的光临】蚌埠拉丝桥南有女的,蚌埠久珏御足正规吗...