product-setting.css 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. .words-gray{text-align: justify; color: #a699a6}
  2. .words-red{text-align: justify;color: #f00;}
  3. .words-hot{text-align: justify;color: #00af66;}
  4. .font-bold{font-weight: bold;color: #000;}
  5. .product-tit{padding: 8px 5px;width: 130px;text-align: center;background-color: #E2EAED;color: #000;margin: 0px !important}
  6. .product-box{border-top:1px solid #ccc;min-width: 1300px;}
  7. .product-menu{width: 18%;height: 700px;border-right: 1px solid #ccc;}
  8. .product-setting{position: relative; padding: 0 10px; width: 32%;height: 700px;border-right: 1px solid #ccc;display: none;}
  9. .product-class{padding: 0 10px;width: 50%;height: 700px;}
  10. .product-menu{padding-top: 14px;}
  11. .product-menu dl{padding-left: 30px;line-height: 26px;}
  12. .product-menu dt{position: relative;padding-left: 18px;cursor: pointer;}
  13. .product-menu dt:before{position: absolute;content: "";left: 0;top:50%;border-width: 6px;border-color: #ccc transparent transparent transparent;border-style: solid;transform:translateY(-50%);-webkit-transform:translateY(-50%);}
  14. .product-menu .on:before{border-color: transparent transparent transparent #ccc ;}
  15. /*.product-menu dd{padding-left: 32px;cursor: pointer;}*/
  16. /*.product-menu dd:hover{color:#00af66;}*/
  17. /*.product-menu dd.active{color: #00af66;}*/
  18. .product-menu a{padding-left: 32px;cursor: pointer;}
  19. .product-menu a:hover{color:#00af66;}
  20. .product-menu a.active{color: #00af66;}
  21. .product-edit{width: 100px;text-align: center;line-height: 28px; border:1px solid #ccc;border-radius: 3px;background-color: #fff; display: none;}
  22. .product-edit li{cursor: pointer; border-bottom: 1px solid #ccc;}
  23. .product-edit li:last-child{border-bottom: 0;}
  24. .product-edit li:hover{background-color: #00af66;color: #fff;}
  25. .setting-title{margin-top: 10px; line-height: 30px;}
  26. .setting-title span{font-size: 18px;font-weight: bold;color: #000;}
  27. .setting-title .preview,.add-class{color: #00af66;cursor: pointer;}
  28. .setting-title label{margin-right: 20px;display: none;}
  29. .setting-title label input{margin:0 5px 1px 0;vertical-align: middle}
  30. .show-content{margin-top: 20px;}
  31. .show-content em{display: inline-block;margin-left: 5px; width: 16px;height: 16px;font-size: 12px; text-align: center;line-height: 16px;font-weight: bold; background: #00af66;color: #fff;border-radius: 50%;cursor: pointer;}
  32. .show-btn{position: relative; width: 50px;height: 16px;background-color: #e4e4e4;border-radius: 10px;cursor: pointer;}
  33. .show-btn span{position: absolute; width: 20px;height: 20px;top: 50%;transform:translateY(-50%);-webkit-transform:translateY(-50%); border-radius: 50%;}
  34. .show-btn span.on{right: 8px;background-color: #00af66;}
  35. .show-btn span.off{left: 8px;background-color: #ff6666;}
  36. .set-user{margin-top: 10px; padding:5px 0; border:1px solid #ccc;}
  37. .set-user label{padding-left: 8%; width: 50%;line-height: 30px;}
  38. .set-user input,.add-class-box input{margin-right: 5px;margin-bottom: 3px; width: 14px;height: 14px;vertical-align: middle; border:1px solid #ccc;border-radius: 0;}
  39. .show-content p.words-red{margin-top: 10px;}
  40. .grade-name{margin-bottom: 10px; line-height: 30px; border-bottom: 1px solid #ccc;}
  41. .class-name,.add-class-box label{margin:0 5px 10px 0; padding-left:5px;min-width: 114px;line-height: 24px;}
  42. .class-name{ background-color: #f2f2f2;}
  43. .class-name:hover{background-color: rgba(0,175,102,.2);}
  44. .class-name em{width: 24px;font-size: 20px; text-align: center;cursor: pointer;}
  45. .product-class dl{margin-top: 14px;}
  46. .layer{position: fixed;left: 0;top:0;width: 100%;height: 100%;z-index: 6;display: none;}
  47. .layer-shoadow{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,.6);}
  48. .layer-content{position: absolute;left: 50%;top:50%;width: 550px;height: 260px;transform:translate(-50%,-50%);background: #fff;}
  49. .layer .layer-title{padding-left: 10px; height:36px;line-height: 36px;border-bottom: 1px solid #ccc;}
  50. .layer .layer-title em{width: 48px;font-size: 30px;text-align: center;cursor: pointer;}
  51. .layer-rename .layer-content,.layer-delete .layer-content{width: 360px;height: 200px;}
  52. .new-name{margin-top: 30px;text-align: center;}
  53. .new-name input{width: 200px;height: 30px;padding-left: 5px;}
  54. .layer-btn{text-align: center;}
  55. .layer-btn a{padding:5px 20px; margin-right: 10px;text-decoration: none; background-color: #00af66;color: #fff;}
  56. .layer-btn a:hover{background-color: #048a52;}
  57. .layer-btn button{padding:5px 20px; margin-right: 10px;text-decoration: none; background-color: #00af66;color: #fff;}
  58. .layer-btn button:hover{background-color: #048a52;}
  59. .layer-btn .cancel{margin-right: 0; background-color: #999;}
  60. .rename-btn{margin-top: 60px;}
  61. .layer-delete .new-name{margin-top: 50px;}
  62. .product-preview{position: absolute;padding:0; left: 100%;top:0;width: 0;height: 700px;overflow: auto; background-color:#fff;border-left: 1px solid #ccc;}
  63. .product-preview img{max-width: 100%;}
  64. .product-preview h3{margin-top: 6px;line-height: 30px; font-size: 20px;border-bottom:1px solid #ccc;}
  65. .close-tab{width: 30px;font-size: 30px; text-align: center;cursor: pointer;}
  66. .tab-track .introduce{margin-top: 30px;}
  67. .track-img {margin-top: 10px;}
  68. .track-img img{max-width: 50%;vertical-align: middle;}
  69. .introduce-content p{line-height: 20px;margin-top: 14px;}
  70. .product-preview>div{display: none;}
  71. .product-preview>div h3:first-child{margin-bottom:10px;}
  72. .introduce-content h4{margin-top:10px;}
  73. .introduce-content div p{padding-left: 52px;}
  74. .sort-num{display: inline-block;width: 52px;font-weight: bold;color: #000;}
  75. .student-words{margin-top:14px; text-align: center;}
  76. .students-dis{width: 100%;}
  77. .students-dis td{padding-left: 5px;height: 30px; border:1px solid #ccc;}
  78. .grade-btn{margin-top: 30px;}
  79. .add-class-box{display: none;}
  80. .set-top-kps{margin-top: 10px; padding:5px 0; border:1px solid #ccc;padding-left: 6px;}
  81. .set-top-kps label{padding-left: 8%;width:20%;line-height: 30px;padding-left:0px!important}
  82. .set-top-kps input,.add-class-box input{margin-right: 5px;margin-bottom: 3px; width: 14px;height: 14px;vertical-align: middle; border:1px solid #ccc;border-radius: 0;}
  83. .div-hide{display: none;}
  84. .en-writing-input{
  85. width:60px!important;
  86. height: 30px!important;
  87. }
  88. .input-item {
  89. line-height: 30px
  90. }