modelCreatePaper.css 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. *{margin: 0;padding: 0;}
  2. body{background: #fff;margin: 0;}
  3. .clearfix:after { content: ""; display: block; visibility: hidden; height: 0; clear: both; }
  4. .clearfix { zoom: 1; }
  5. .ellipsis{display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
  6. .fl { float: left; }
  7. .fr { float: right; }
  8. .mcp-title{background: #E5E5E5;line-height: 38px;font-size: 14px;text-indent: 16px;}
  9. .mcp-main-con{font-size: 14px;}
  10. .mcp-form-list{margin: 20px 0;}
  11. .mcp-form-menu{width: 110px;text-align: right;line-height: 30px;}
  12. .mcp-form-detail{margin-left: 20px;line-height: 30px;position: relative;}
  13. .test-paper-name{width: 220px;height: 30px;border: 1px solid #CCCCCC;text-indent: 10px;}
  14. .mcp-radio-sel > span{display: inline-block;vertical-align: middle;}
  15. .sel-btn{cursor: pointer;position: relative;width: 14px;height: 14px;border-radius: 50%;border: 1px solid #A7A7A7;background: #EEEEEE;}
  16. .sel-btn.select:after{content: '';position: absolute;width: 8px;height: 8px;top: 3px;left: 3px;border-radius: 50%;background: #fff;}
  17. .sel-btn.select{background: #2977ff;border: 1px solid #2977ff;}
  18. .mcp-radio-sel{margin-right: 20px;}
  19. .test-classes-desc{color: #BBBBBB;}
  20. .test-classes-desc > span{color: #FF0000;}
  21. .sel-classes{margin: 10px 0 16px;width: 370px;height: 70px;padding: 10px 20px;overflow: auto;border: 1px solid #DDDDDD;color: #619aff;font-size: 16px;font-weight: 600;}
  22. .sel-classes > span{display: inline-block;margin-right: 10px;cursor: pointer;}
  23. .grade-sel, .bj-sel{position: relative;width: 175px;height: 200px;margin-right: 20px;border: 1px solid #DDDDDD;text-align: center;}
  24. .grade-sel ul li{cursor: pointer;list-style: none;line-height: 50px;}
  25. .grade-top, .class-top {position: absolute;left: 0;right: 0;width: 100%;background: #EEEEEE;border-bottom: 1px solid #ddd;}
  26. .grade-sel ul, .bj-sel ul {margin-top: 30px;height: 170px;overflow: auto;}
  27. .grade-sel ul li.active {background: #EEEEEE;}
  28. .judge-sel {cursor: pointer;display: inline-block;width: 15px;height: 15px;border: 1px solid #4FD2C2;vertical-align: middle;margin-right: 10px;}
  29. .bj-sel ul li{list-style: none;line-height: 38px;}
  30. .judge-sel.active{background:url(/images/sel.png) no-repeat;background-size: 100% 100%;}
  31. .inp-text{position: relative;text-indent: 10px;border-radius: 6px;width: 156px;height: 100%;line-height: 30px;border: 1px solid #D8D8D8;cursor: pointer;}
  32. .inp-text:after{content: '';border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #676767;position: absolute;right: 10px;bottom: 12px;}
  33. .inp-text:before{content: '';height: 30px;width: 30px;background: #EEEEEE;border-left: 1px solid #ccc;position: absolute;right: 0;border-bottom-right-radius: 6px;border-top-right-radius: 6px;}
  34. .select-con{display: none;border: 1px solid #ccc;border-top: none;position: absolute;background: #fff;z-index: 10;width: 156px;text-indent: 10px;line-height: 28px;}
  35. .select-con li{list-style: none;}
  36. .select-con li:hover{background: #619aff;color: #fff;cursor: pointer;}
  37. .bj-sel ul li{list-style: none;line-height: 38px;text-align: left;text-indent: 16px;}
  38. .mcp-fl-btns{text-align: right;margin-right: 20px;}
  39. .mcp-fl-btns > input{border: none;margin-right: 14px;display: inline-block;width: 100px;height: 30px;color: #fff;}
  40. .mcp-sure-btn{background: #0155fe;}
  41. .mcp-back-btn{background: #A0A0A0;}