tooth.css 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334
  1. .tooth-all{
  2. display: block;
  3. }
  4. .tooth-all span{
  5. display: block;
  6. }
  7. .div_td {
  8. float: left;
  9. color: #615c5c;
  10. text-align: center;
  11. }
  12. .left_up {
  13. border-bottom:1px #000000 solid;
  14. text-align: left;
  15. padding-left: 2px;
  16. }
  17. .right_up {
  18. border-bottom:1px #000000 solid;
  19. border-right:1px #000000 solid;
  20. text-align: right;
  21. padding-right: 2px;
  22. }
  23. .left_down {
  24. text-align: left;
  25. padding-left: 2px;
  26. }
  27. .right_down {
  28. border-right:1px #000000 solid;
  29. text-align: right;
  30. padding-right: 2px;
  31. }
  32. #tooth_popup_div {
  33. box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  34. transition: .25s;
  35. color: #333;
  36. background-color: #FFF;
  37. padding: 10px;
  38. border-radius: 5px;
  39. z-index: 99999;
  40. width: 840px;
  41. position: fixed;
  42. left: calc(50% - 420px);
  43. top: calc(50% - 280px);
  44. }
  45. #tooth_popup_div .title {
  46. text-align: center;
  47. border-bottom: 1px solid #807b7b;
  48. height: 45px;
  49. line-height: 45px;
  50. font-weight: bold;
  51. }
  52. #tooth_popup_div .close_label {
  53. display: inline-block;
  54. cursor: pointer;
  55. width: 25px;
  56. position: absolute;
  57. right: 13px;
  58. top: 5px;
  59. }
  60. #tooth_popup_div .close {
  61. position: relative;
  62. width: 2px;
  63. height: 15px;
  64. background: #807b7b;
  65. -webkit-transform: rotate(45deg);
  66. -moz-transform: rotate(45deg);
  67. -o-transform: rotate(45deg);
  68. -ms-transform: rotate(45deg);
  69. transform: rotate(45deg);
  70. display: inline-block;
  71. }
  72. #tooth_popup_div .close:after {
  73. content: "";
  74. position: absolute;
  75. top: 0;
  76. left: 0;
  77. width: 2px;
  78. height: 15px;
  79. background: #807b7b;
  80. -webkit-transform: rotate(270deg);
  81. -moz-transform: rotate(270deg);
  82. -o-transform: rotate(270deg);
  83. -ms-transform: rotate(270deg);
  84. transform: rotate(270deg);
  85. }
  86. #tooth_popup_div .content {
  87. width: 805px;
  88. height: 370px;
  89. }
  90. #tooth_popup_div .div_td {
  91. width: 400px;
  92. height: 110px;
  93. line-height: 110px;
  94. float: left;
  95. text-align: center;
  96. }
  97. .tooth-image span {
  98. display: inline-block;
  99. background-repeat: no-repeat;
  100. background-size: 45px 110px;
  101. width:45px;
  102. height: 110px;
  103. }
  104. /* 右上 */
  105. .tooth_rght_up1 {
  106. background-image: url("./image/11.png");
  107. }
  108. .tooth_rght_up2 {
  109. background-image: url("./image/12.png");
  110. }
  111. .tooth_rght_up3 {
  112. background-image: url("./image/13.png");
  113. }
  114. .tooth_rght_up4 {
  115. background-image: url("./image/14.png");
  116. }
  117. .tooth_rght_up5 {
  118. background-image: url("./image/15.png");
  119. }
  120. .tooth_rght_up6 {
  121. background-image: url("./image/16.png");
  122. }
  123. .tooth_rght_up7 {
  124. background-image: url("./image/17.png");
  125. }
  126. .tooth_rght_up8 {
  127. background-image: url("./image/18.png");
  128. }
  129. /* 左上 */
  130. .tooth_left_up1 {
  131. background-image: url("./image/21.png");
  132. }
  133. .tooth_left_up2 {
  134. background-image: url("./image/22.png");
  135. }
  136. .tooth_left_up3 {
  137. background-image: url("./image/23.png");
  138. }
  139. .tooth_left_up4 {
  140. background-image: url("./image/24.png");
  141. }
  142. .tooth_left_up5 {
  143. background-image: url("./image/25.png");
  144. }
  145. .tooth_left_up6 {
  146. background-image: url("./image/26.png");
  147. }
  148. .tooth_left_up7 {
  149. background-image: url("./image/27.png");
  150. }
  151. .tooth_left_up8 {
  152. background-image: url("./image/28.png");
  153. }
  154. /* 右下 */
  155. .tooth_rght_down1 {
  156. background-image: url("./image/41.png");
  157. }
  158. .tooth_rght_down2 {
  159. background-image: url("./image/42.png");
  160. }
  161. .tooth_rght_down3 {
  162. background-image: url("./image/43.png");
  163. }
  164. .tooth_rght_down4 {
  165. background-image: url("./image/44.png");
  166. }
  167. .tooth_rght_down5 {
  168. background-image: url("./image/45.png");
  169. }
  170. .tooth_rght_down6 {
  171. background-image: url("./image/46.png");
  172. }
  173. .tooth_rght_down7 {
  174. background-image: url("./image/47.png");
  175. }
  176. .tooth_rght_down8 {
  177. background-image: url("./image/48.png");
  178. }
  179. /* 左下 */
  180. .tooth_left_down1 {
  181. background-image: url("./image/31.png");
  182. }
  183. .tooth_left_down2 {
  184. background-image: url("./image/32.png");
  185. }
  186. .tooth_left_down3 {
  187. background-image: url("./image/33.png");
  188. }
  189. .tooth_left_down4 {
  190. background-image: url("./image/34.png");
  191. }
  192. .tooth_left_down5 {
  193. background-image: url("./image/35.png");
  194. }
  195. .tooth_left_down6 {
  196. background-image: url("./image/36.png");
  197. }
  198. .tooth_left_down7 {
  199. background-image: url("./image/37.png");
  200. }
  201. .tooth_left_down8 {
  202. background-image: url("./image/38.png");
  203. }
  204. .num-select {
  205. width: 100%;
  206. height: 30px;
  207. line-height: 30px;
  208. text-align: center;
  209. }
  210. .num-select span {
  211. display: inline-block;
  212. width: 45px;
  213. /* height: 25px; */
  214. /* line-height: 25px; */
  215. }
  216. .wisdom-select {
  217. width: 100%;
  218. /* height: 100px; */
  219. text-align: center;
  220. position: absolute;
  221. top: 233px;
  222. left: 805px;
  223. }
  224. .wisdom-select span {
  225. display: block;
  226. width: 45px;
  227. height: 27px
  228. }
  229. .wisdom-select span>label,.num-select span>label {
  230. display: inline-block;
  231. width: 25px !important;
  232. height: 25px !important;
  233. line-height: 25px !important;
  234. border-radius: 50%;
  235. cursor: pointer;
  236. color: #FFF;
  237. background-color: #d2d0d0;
  238. /* color: #807b7b; */
  239. /* background-color: rgb(52, 168, 166); */
  240. }
  241. .num-select-hover {
  242. color: #FFF !important;
  243. background-color: #9fe9e7 !important;
  244. border: none !important;
  245. }
  246. .num-select-confirm {
  247. color: #FFF !important;
  248. background-color: #34a8a6 !important;
  249. border: none !important;
  250. }
  251. .drop-shadow-confirm,.drop-shadow {
  252. -webkit-filter: drop-shadow(0px 0px 4px #34a8a6);
  253. filter: drop-shadow(0px 0px 4px #34a8a6);
  254. }
  255. .header{
  256. padding-top: 5px;
  257. text-align: center;
  258. }
  259. .header button {
  260. background-color: #fff;
  261. border: 2px solid #34a8a6;
  262. color: #34a8a6;
  263. width: 70px;
  264. height: 35px;
  265. font-family: 微软雅黑;
  266. font-size: 16px;
  267. margin: 5px;
  268. cursor: pointer;
  269. }
  270. .header button:hover {
  271. background-color: #34a8a6;
  272. border: 1px solid #34a8a6;
  273. color: #fff;
  274. }
  275. .footer {
  276. text-align: right;
  277. }
  278. .footer button {
  279. width: 110px;
  280. height: 35px;
  281. margin: 5px;
  282. font-size: 16px;
  283. cursor: pointer;
  284. border: none;
  285. border-radius: 3px;
  286. }
  287. #btnSure {
  288. background-color: #34a8a6;
  289. color: #fff;
  290. }
  291. #btnSure:hover {
  292. background-color: #9fe9e7;
  293. color: #fff;
  294. }
  295. #btnCancel:hover {
  296. background-color: #f5f58e;
  297. }