index.css 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332
  1. .tools {
  2. list-style: none;
  3. margin: 0;
  4. padding: 0;
  5. }
  6. .tools li {
  7. width: 100%;
  8. height: 50px;
  9. text-align: center;
  10. line-height: 50px;
  11. font-size: 28px;
  12. border-top: #dad7d9 solid 1px;
  13. background: #fefefe;
  14. cursor: pointer;
  15. position: relative;
  16. }
  17. .tools li:hover {
  18. background: #f2f1f2;
  19. }
  20. .tools li.active {
  21. background: #e34f51;
  22. }
  23. .hide {
  24. display: none;
  25. }
  26. .canvasDiv {
  27. position: relative;
  28. width: 100%;
  29. height: 100%;
  30. background: url(../image/canvas_bg.jpg) repeat;
  31. margin-left: 60px;
  32. }
  33. .icon-tools {
  34. display: inline-block;
  35. width: 28px;
  36. height: 28px;
  37. background-image: url("../image/tools-28.png");
  38. background-repeat: no-repeat;
  39. margin-top: 10px;
  40. }
  41. .icon-color-gray {
  42. background-position: -0px -0px;
  43. }
  44. .icon-color-red {
  45. background-position: -28px -0px;
  46. }
  47. .icon-color-black {
  48. background-position: -56px -0px;
  49. }
  50. .icon-color-blue {
  51. background-position: -84px -0px;
  52. }
  53. .icon-color-select {
  54. background-position: -112px -0px;
  55. }
  56. .icon-eye-black {
  57. background-position: -140px -0px;
  58. }
  59. .icon-eye-select {
  60. background-position: -168px -0px;
  61. }
  62. .icon-noeye-black {
  63. background-position: -196px -0px;
  64. }
  65. .icon-noeye-select {
  66. background-position: -0px -28px;
  67. }
  68. .icon-grids-black {
  69. background-position: -28px -28px;
  70. }
  71. .icon-grids-select {
  72. background-position: -56px -28px;
  73. }
  74. .icon-nogrids-black {
  75. background-position: -84px -28px;
  76. }
  77. .icon-nogrids-select {
  78. background-position: -112px -28px;
  79. }
  80. .icon-pen-black {
  81. background-position: -140px -28px;
  82. }
  83. .icon-pen-select {
  84. background-position: -168px -28px;
  85. }
  86. .icon-move-black {
  87. background-position: -196px -28px;
  88. }
  89. .icon-move-select {
  90. background-position: -0px -56px;
  91. }
  92. .icon-text-black {
  93. background-position: -28px -56px;
  94. }
  95. .icon-text-select {
  96. background-position: -56px -56px;
  97. }
  98. .icon-dottedline-arrow-black {
  99. background-position: -84px -56px;
  100. }
  101. .icon-dottedline-arrow-select {
  102. background-position: -112px -56px;
  103. }
  104. .icon-line-black {
  105. background-position: -140px -56px;
  106. }
  107. .icon-line-select {
  108. background-position: -168px -56px;
  109. }
  110. .icon-dottedline-black {
  111. background-position: -196px -56px;
  112. }
  113. .icon-dottedline-select {
  114. background-position: -0px -84px;
  115. }
  116. .icon-arrow-black {
  117. background-position: -28px -84px;
  118. }
  119. .icon-arrow-select {
  120. background-position: -56px -84px;
  121. }
  122. .icon-circle-black {
  123. background-position: -84px -84px;
  124. }
  125. .icon-circle-select {
  126. background-position: -112px -84px;
  127. }
  128. .icon-ellipse-black {
  129. background-position: -140px -84px;
  130. }
  131. .icon-ellipse-select {
  132. background-position: -168px -84px;
  133. }
  134. .icon-square-black {
  135. background-position: -196px -84px;
  136. }
  137. .icon-square-select {
  138. background-position: -0px -112px;
  139. }
  140. .icon-rectangle-black {
  141. background-position: -28px -112px;
  142. }
  143. .icon-rectangle-select {
  144. background-position: -56px -112px;
  145. }
  146. .icon-rightangle-black {
  147. background-position: -84px -112px;
  148. }
  149. .icon-rightangle-select {
  150. background-position: -112px -112px;
  151. }
  152. .icon-equilateral-black {
  153. background-position: -140px -112px;
  154. }
  155. .icon-equilateral-select {
  156. background-position: -168px -112px;
  157. }
  158. .icon-isosceles-black {
  159. background-position: -196px -112px;
  160. }
  161. .icon-isosceles-select {
  162. background-position: -0px -140px;
  163. }
  164. .icon-isoscelesrighttriangle-black {
  165. background-position: -28px -140px;
  166. }
  167. .icon-isoscelesrighttriangle-select {
  168. background-position: -56px -140px;
  169. }
  170. .icon-remove-black {
  171. background-position: -84px -140px;
  172. }
  173. .icon-remove-select {
  174. background-position: -112px -140px;
  175. }
  176. .icon-clear-black {
  177. background-position: -140px -140px;
  178. }
  179. .icon-clear-select {
  180. background-position: -168px -140px;
  181. }
  182. .video-preview-modal-div {
  183. width: 69%;
  184. margin: 5% auto 0;
  185. text-align: center;
  186. background-color: #ffffff;
  187. }
  188. /********* 添加对错号 **************/
  189. .icon-right-black{
  190. display: inline-block;
  191. width: 26px;
  192. height: 26px;
  193. background-image: url(../image/right.png);
  194. background-repeat: no-repeat;
  195. margin-top: 10px;
  196. }
  197. .icon-right-select{
  198. display: inline-block;
  199. width: 26px;
  200. height: 26px;
  201. background-image: url(../image/right-sel.png);
  202. background-repeat: no-repeat;
  203. margin-top: 10px;
  204. }
  205. .icon-wrong-black{
  206. display: inline-block;
  207. width: 26px;
  208. height: 26px;
  209. background-image: url(../image/wrong.png);
  210. background-repeat: no-repeat;
  211. margin-top: 10px;
  212. }
  213. .icon-wrong-select{
  214. display: inline-block;
  215. width: 26px;
  216. height: 26px;
  217. background-image: url(../image/wrong-sel.png);
  218. background-repeat: no-repeat;
  219. margin-top: 10px;
  220. }
  221. .icon-right-small-black{
  222. display: inline-block;
  223. width: 28px;
  224. height: 28px;
  225. background-image: url(../image/right-small.png);
  226. background-repeat: no-repeat;
  227. margin-top: 10px;
  228. }
  229. .icon-right-small-select{
  230. display: inline-block;
  231. width: 28px;
  232. height: 28px;
  233. background-image: url(../image/right-small-sel.png);
  234. background-repeat: no-repeat;
  235. margin-top: 10px;
  236. }
  237. .icon-wrong-small-black{
  238. display: inline-block;
  239. width: 28px;
  240. height: 28px;
  241. background-image: url(../image/wrong-small.png);
  242. background-repeat: no-repeat;
  243. margin-top: 10px;
  244. }
  245. .icon-wrong-small-select{
  246. display: inline-block;
  247. width: 28px;
  248. height: 28px;
  249. background-image: url(../image/wrong-small-sel.png);
  250. background-repeat: no-repeat;
  251. margin-top: 10px;
  252. }
  253. .icon-submit-black{
  254. display: inline-block;
  255. width: 28px;
  256. height: 28px;
  257. background-image: url(../image/submit.png);
  258. background-repeat: no-repeat;
  259. margin-top: 10px;
  260. }
  261. .icon-submit-select{
  262. display: inline-block;
  263. width: 28px;
  264. height: 28px;
  265. background-image: url(../image/submit-sel.png);
  266. background-repeat: no-repeat;
  267. margin-top: 10px;
  268. }