parent
08ccfb561f
commit
e9b366523b
@ -0,0 +1,22 @@
|
|||||||
|
.nodata-panel-wrapper {
|
||||||
|
display: flex;
|
||||||
|
flex-flow: column nowrap;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
|
.nodata-panel {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
display: block;
|
||||||
|
margin: 0 auto 20px auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-size: 20px;
|
||||||
|
text-align: center;
|
||||||
|
color: #999;
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,36 @@
|
|||||||
|
.tag-green {
|
||||||
|
position: absolute;
|
||||||
|
left: 10px;
|
||||||
|
bottom: 125px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tag-org {
|
||||||
|
position: absolute;
|
||||||
|
left: 0px;
|
||||||
|
top: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tag-org-name {
|
||||||
|
width: 66px;
|
||||||
|
height: 28px;
|
||||||
|
background: #FF6802;
|
||||||
|
width: 66px;
|
||||||
|
height: 28px;
|
||||||
|
border-radius: 0px 20px 20px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tag-org-name-test {
|
||||||
|
width: 45px;
|
||||||
|
height: 23px;
|
||||||
|
font-size: 14px;
|
||||||
|
color: #FFFFFF;
|
||||||
|
line-height: 19px;
|
||||||
|
margin-right: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.intermediatecenter {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
@ -1,79 +1,74 @@
|
|||||||
.slider-img-wrapper img {
|
.slider-img-wrapper img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
/*border-radius: 15px;*/
|
height: 350px;
|
||||||
height: 350px;
|
|
||||||
}
|
|
||||||
.next-slick-list{
|
|
||||||
width: 100%;
|
|
||||||
position: relative;
|
|
||||||
overflow: hidden;
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.user_navlist{
|
.next-slick-list {
|
||||||
/*margin-left: 40px;*/
|
width: 100%;
|
||||||
}
|
position: relative;
|
||||||
.next-slick-list{
|
overflow: hidden;
|
||||||
/*margin-left: 12px;*/
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.black_nav_span{
|
.black_nav_span {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0px 20px;
|
margin: 0px 20px;
|
||||||
border-bottom: 1px solid #4B4B4B;
|
border-bottom: 1px solid #4B4B4B;
|
||||||
padding-left: 8px;
|
padding-left: 8px;
|
||||||
color: #FAFAFA;
|
color: #FAFAFA;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user_navlist_white{
|
.user_navlist_white {
|
||||||
z-index: 100 !important;
|
z-index: 100 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.next-slick.next-slick-horizontal.next-slick-outer{
|
.next-slick.next-slick-horizontal.next-slick-outer {
|
||||||
height: 350px;
|
height: 350px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.black_nav_list li span a{
|
.black_nav_list li span a {
|
||||||
color:#fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.black_nav_list li span a:hover{
|
|
||||||
color:#000;
|
.black_nav_list li span a:hover {
|
||||||
}
|
color: #000;
|
||||||
.black_nav_list li:hover span a{
|
|
||||||
color:#000;
|
|
||||||
}
|
}
|
||||||
.little-titles{
|
|
||||||
height: 22px !important;
|
.black_nav_list li:hover span a {
|
||||||
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user_navlist_white a{
|
.little-titles {
|
||||||
color: #989898 !important;
|
height: 22px !important;
|
||||||
}
|
}
|
||||||
.user_navlist_white .navlistpanel-line .little-titles a{
|
|
||||||
color: #000 !important;
|
.user_navlist_white a {
|
||||||
|
color: #989898 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.newnext-loading{
|
.user_navlist_white .navlistpanel-line .little-titles a {
|
||||||
display:block;
|
color: #000 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.educontentSlider{
|
.newnext-loading {
|
||||||
/*width: 1282px !important;*/
|
display: block;
|
||||||
}
|
}
|
||||||
.user_navlist_white{
|
|
||||||
max-height:350px !important;
|
.user_navlist_white {
|
||||||
overflow-y: auto;
|
max-height: 350px !important;
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.iconfontzhangjie{
|
.iconfontzhangjie {
|
||||||
font-size: 10px !important;
|
font-size: 10px !important;
|
||||||
line-height: 23px;
|
line-height: 23px;
|
||||||
}
|
}
|
||||||
.iconfontshixundaibeijing{
|
|
||||||
font-size: 18px !important;
|
.iconfontshixundaibeijing {
|
||||||
line-height: 24px;
|
font-size: 18px !important;
|
||||||
|
line-height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.next-slick.next-slick-horizontal.next-slick-outer{
|
.next-slick.next-slick-horizontal.next-slick-outer {
|
||||||
padding:0px !important;
|
padding: 0px !important;
|
||||||
}
|
}
|
Loading…
Reference in new issue