selPaperPop.css 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. .sel-paper-pop{
  2. position: fixed;
  3. top: 0;
  4. left: 0;
  5. bottom: 0;
  6. right: 0;
  7. background: rgba(0,0,0,0.6);
  8. }
  9. .paper-pop-con{
  10. width: 720px;
  11. position: absolute;
  12. left: 50%;
  13. top: 50%;
  14. transform: translate(-50%,-50%);
  15. border-radius: 4px;
  16. overflow: hidden;
  17. }
  18. .paper-pop-top{
  19. height: 50px;
  20. line-height: 50px;
  21. color: #fff;
  22. background: #16AE68;
  23. position: relative;
  24. padding: 0 14px;
  25. font-size: 18px;
  26. }
  27. .pop-close{
  28. font-size: 36px;
  29. cursor: pointer;
  30. }
  31. .paper-pop-main{
  32. background: #FAFAFA;
  33. padding: 10px 20px 20px 0;
  34. font-size: 14px;
  35. }
  36. .exam-type-con{
  37. width: 130px;
  38. background: #fff;
  39. text-indent: 20px;
  40. padding-top: 4px;
  41. }
  42. .exam-type-list{
  43. cursor: pointer;
  44. margin: 0 0 20px;
  45. border-left: 3px solid #fff;
  46. }
  47. .exam-type-list.selected{
  48. color: #16AE68;
  49. border-left: 3px solid #16AE68;
  50. }
  51. .sel-ex-msg{
  52. line-height: 40px;
  53. }
  54. .exam-set-detail{
  55. margin-left: 10px;
  56. }
  57. .sel-print-set span{
  58. display: inline-block;
  59. vertical-align: middle;
  60. overflow: hidden;
  61. }
  62. .set-top-title{
  63. padding-left: 12px;
  64. border-left: 3px solid #16AE68;
  65. line-height: 20px;
  66. color: #333333;
  67. width: 86px;
  68. margin-right: 10px;
  69. margin-top: 3px;
  70. }
  71. .gray-font{
  72. color: #666666;
  73. }
  74. .sel-print-set{
  75. background: #fff;
  76. padding: 10px 0;
  77. margin-bottom: 10px;
  78. }
  79. .exam-set-detail{
  80. width: 550px;
  81. }
  82. .set-top-opt-name{
  83. width: 70px;
  84. margin-right: 10px;
  85. }
  86. .set-top-tab{
  87. display: inline-block;
  88. height: 26px;
  89. border-radius: 13px;
  90. overflow: hidden;
  91. font-size: 0;
  92. vertical-align: middle;
  93. }
  94. .tab-list{
  95. width: 90px;
  96. background: #EEEEEE;
  97. line-height: 26px;
  98. font-size: 14px;
  99. text-align: center;
  100. cursor: pointer;
  101. border-right: 1px solid #fff;
  102. }
  103. .tab-list:last-child{
  104. border: none;
  105. }
  106. .tab-list.selected{
  107. background: #16AE68;
  108. color: #fff;
  109. }
  110. .sel-paper-pop .red-font{
  111. color: red;
  112. font-size: 12px;
  113. vertical-align: bottom;
  114. }
  115. .set-block-opt{
  116. margin: 10px 0;
  117. }
  118. .print-type-card {
  119. margin-right: 20px;
  120. }
  121. .print-type-card.hide{
  122. display: none;
  123. }
  124. .card-set-score{
  125. display: inline-block;
  126. font-size: 0;
  127. /*border: 1px solid #BBBBBB;*/
  128. }
  129. .score-msg{
  130. display: inline-block;
  131. width: 26px;
  132. height: 26px;
  133. line-height: 26px;
  134. text-align: center;
  135. font-size: 14px;
  136. border: 1px solid #bbb;
  137. border-right: none;
  138. }
  139. .fir-score-msg{
  140. border-right: 1px solid #bbb;
  141. margin-right: 10px;
  142. }
  143. .score-msg:last-child{
  144. border-right: 1px solid #bbb;
  145. }
  146. .paper-pop-bottom{
  147. background: #fff;
  148. padding: 15px 0;
  149. }
  150. .paper-set-save-btn{
  151. width: 100px;
  152. height: 30px;
  153. line-height: 30px;
  154. background: #16AE68;
  155. color: #fff;
  156. border-radius: 4px;
  157. margin: auto;
  158. text-align: center;
  159. cursor: pointer;
  160. }
  161. .prev-class{
  162. position: relative;
  163. display: inline-block;
  164. width: 120px;
  165. }
  166. .inp-text {
  167. position: relative;
  168. text-indent: 10px;
  169. width: 100%;
  170. height: 100%;
  171. line-height: 30px;
  172. border-bottom: 1px solid #DDDDDD;
  173. cursor: pointer;
  174. }
  175. .select-con {
  176. display: none;
  177. border: 1px solid #ccc;
  178. border-top: none;
  179. position: absolute;
  180. background: #fff;
  181. z-index: 10;
  182. width: 100%;
  183. text-indent: 10px;
  184. line-height: 28px;
  185. }
  186. .select-con li {
  187. list-style: none;
  188. }
  189. .select-con li:hover{background: #16AE68;color: #fff;cursor: pointer;}
  190. .prev-class .inp-text:after {
  191. content: '';
  192. /*border-left: 5px solid transparent;
  193. border-right: 5px solid transparent;
  194. border-top: 5px solid #676767;*/
  195. width: 8px;
  196. height: 8px;
  197. border-top: none;
  198. border-right: none;
  199. border-left: 2px solid #676767;
  200. border-bottom: 2px solid #676767;
  201. position: absolute;
  202. right: 10px;
  203. bottom: 14px;
  204. transform: rotate(-45deg);
  205. }
  206. .line-show{
  207. border-bottom: 1px solid #BBBBBB;
  208. padding: 15px 80px;
  209. margin-right: 10px;
  210. }
  211. .kong-set-score.hide{
  212. display: none;
  213. }
  214. .jieda-score.hide{
  215. display: none;
  216. }
  217. .ep-pop-template .red-font{
  218. color: red;
  219. font-size: 12px;
  220. vertical-align: bottom;
  221. }