任务大纲
@@ -2794,6 +2813,55 @@ export default {
margin-left: 30px;
margin-top: 10px;
}
+ .notable {
+ width: 100%;
+ height: 100%;
+ display: flex;
+ justify-content: center;
+ .notablebox {
+ width: 412px;
+ height: 212px;
+ background: linear-gradient(180deg, #fef3dd 0%, #fffaf0 100%);
+ border-radius: 10px;
+ display: flex;
+ justify-content: center;
+ text-align: center;
+ margin-top: 77px;
+ margin-bottom: 109px;
+ cursor: pointer;
+ position: relative;
+ .smallleft {
+ position: absolute;
+ top: 18px;
+ left: 0px;
+ width: 8px;
+ height: 21px;
+ border-radius: 0px 4px 4px 0px;
+ background-color: #ffb64e;
+ }
+ .smallright {
+ position: absolute;
+ bottom: 18px;
+ right: 0px;
+ width: 8px;
+ height: 21px;
+ border-radius: 4px 0px 0px 4px;
+ background-color: #ffb64e;
+ }
+ .boxbody {
+ .boximg {
+ width: 72px;
+ height: 72px;
+ margin: 32px auto 20px auto;
+ background-image: url(@/assets/images/coursewareManage/nostate.png);
+ background-size: 100% 100%;
+ }
+ .boxtitle {
+ margin-bottom: 4px;
+ }
+ }
+ }
+ }
.onerow {
//width: 100%;
display: flex;