65 lines
3.4 KiB
CSS
65 lines
3.4 KiB
CSS
/*------课程实训首页---------*/
|
|
.header-color{background: linear-gradient(304.95deg, rgb(0, 158, 138) 0%, rgb(22, 212, 190) 100%) rgb(22, 212, 190);padding: 30px}
|
|
.active-class .content .sub-con{width:23.7%;border:1px solid #eee;background:#fff;margin: 0 1.5% 1.5% 0px;box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);}
|
|
.active-class .content .sub-con:nth-child(4n+0){margin:0 0 1.5% 0;}
|
|
.active-class .content .sub-con:hover{box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);cursor: pointer;-webkit-animation: bounce-down 1s linear 1;animation: bounce-down 1s linear 1;}
|
|
@-webkit-keyframes bounce-down {
|
|
25% {margin-top:-10px;}
|
|
50%, 100% {margin-top: 0;}
|
|
}
|
|
|
|
@keyframes bounce-down {
|
|
25% {margin-top:-10px;}
|
|
50%, 100% {margin-top: 0;}
|
|
}
|
|
.course-list-index-name{padding: 16px;padding-top: 30px;background: #fff;text-align: center;position: relative;height: 177px;}
|
|
.course-list-index-title{font-weight: bold}
|
|
.college{line-height:40px;height: 40px}
|
|
.half-bot{text-align: center; height: 50px;background: #F5F6F7;}
|
|
.half-bot-content{width: auto;display: inline-block;}
|
|
.bot_li{text-align: center;}
|
|
.bot_li li{float: left;margin:9px 4px 0px 4px;}
|
|
.bot_li li span{display: inline-block;float: left; border: 2px solid #e8e8e8;color: #888;border-radius: 50%;text-align: center;line-height:28px;width: 28px;height: 28px;font-size: 13px}
|
|
/*------课程实训首页---------*/
|
|
|
|
.course_tip_box{width: 460px;padding: 10px;background-color: #FFFFFF;}
|
|
.course_tip_box_Item{margin: 10px 0px;}
|
|
.course_tip_box_Item li{float: left;width: auto;padding: 5px 10px;border-radius: 4px;border: 1px solid #2292e7;margin:0px 10px 10px 0px;}
|
|
.tip_acitve{color: #FFFFFF;background-color: #2292e7;}
|
|
|
|
.subhead{width: 100%; background: #16D4BE linear-gradient(304.95deg,#009E8A 0%, #1ed8c0 50%, #16D4BE 82%, #009E8A 100%);margin-bottom:20px;}
|
|
.subhead_content{width: 1200px;margin: 0px auto;padding: 20px 0px;}
|
|
.publich-half{width: 1200px;margin: 0px auto; min-height:566px}
|
|
.saved-title{margin-bottom: 10px;}
|
|
|
|
.task-array{font-size: 12px;position: absolute;right: 5px;top:5px;width: 20px;height: 20px;line-height: 20px;border-radius: 50%;color: #FFFFFF;background-color: #ffbfaa;z-index: 2;text-align: center;}
|
|
|
|
.stage-item{border:1px solid #d1d5da;}
|
|
.stage{padding: 7px 10px;border-bottom:1px solid #d1d5da;}
|
|
.stage-entry{padding: 10px 10px;}
|
|
.stage-name{width: 100%;}
|
|
.stage-name-label{width: 10%;text-align: center;line-height: 40px;}
|
|
.add-sx{padding:0px 5px;width: 99%;height: 40px;line-height: 40px;border: 1px dashed #ffbfaa;display: inline-block;color: #cccccc;}
|
|
|
|
.box-border{border:1px solid #e1e1e1}
|
|
.boxborder-dashed-orange{border: 1px dashed #ffbfaa;}
|
|
.click_add{text-align: center;height: 90px;line-height: 90px;}
|
|
|
|
.adding-stage-item{padding: 0px 10px 10px 10px;position: relative}
|
|
.task-close-icon{position: absolute;right: -5px;top:-5px;z-index: 2;font-size: 18px!important;}
|
|
|
|
/*编辑部分的列表不用加浮动效果*/
|
|
|
|
.task-index-list-box-all{ width:23.7%;margin: 6px; border-radius:2px; border:1px solid #eee; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15); color:#666; position:relative; }
|
|
|
|
|
|
|
|
.allback{background-color:#FFFFFF}
|
|
.last-all-count{width: 20%;text-align: right;}
|
|
.last-all-count li{float: left;width: 33.3%;}
|
|
|
|
.course-option{width: 570px;padding: 10px;background-color: #FFFFFF;}
|
|
.magic-radio + label:before, .magic-checkbox + label:before{top: 11px;left: 5px;}
|
|
.magic-checkbox + label:after{top: 11px;left: 11px;}
|
|
|