public-number.css 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364
  1. .popTab {
  2. background-color: #9c27b0 !important;
  3. color: #ffffff !important;
  4. box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14),
  5. 0 7px 10px -5px rgba(156, 39, 176, 0.4);
  6. border-radius: 30px;
  7. }
  8. .dialog-cover {
  9. background: rgba(0, 0, 0, 0.8);
  10. position: fixed;
  11. z-index: 200;
  12. top: 0;
  13. left: 0;
  14. width: 100%;
  15. height: 100%;
  16. }
  17. .dialog-content {
  18. box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2),
  19. 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  20. border-radius: 6px;
  21. border: none;
  22. background-color: #fff;
  23. outline: 0;
  24. background-clip: padding-box;
  25. z-index: 1111;
  26. width: 720px;
  27. position: fixed;
  28. left: 50%;
  29. top: 50%;
  30. transform: translate(-50%, -50%); /* unnecessary styling properties */
  31. max-width: 50%;
  32. text-align: center;
  33. min-height: 570px;
  34. }
  35. .dialog-content .close {
  36. position: absolute;
  37. right: 10px;
  38. top: 10px;
  39. }
  40. .dialog-content .dialog-header {
  41. padding: 5px;
  42. text-align: left;
  43. }
  44. .dialog-content .dialog-header .tablist li {
  45. display: block;
  46. display: inline-block;
  47. margin-right: 20px;
  48. }
  49. .dialog-content .dialog-header .tablist li a {
  50. line-height: 24px;
  51. text-transform: uppercase;
  52. font-size: 12px;
  53. font-weight: 500;
  54. min-width: 100px;
  55. text-align: center;
  56. color: #555555;
  57. position: relative;
  58. display: block;
  59. padding: 10px 15px;
  60. }
  61. .dialog-content .dialog-header .tablist li a:hover {
  62. background-color: #eee;
  63. border-radius: 30px;
  64. }
  65. .dialog-content .link-content {
  66. padding-top: 24px;
  67. padding-right: 24px;
  68. padding-bottom: 16px;
  69. padding-left: 24px;
  70. height: 500px;
  71. overflow-y: scroll;
  72. }
  73. .dialog-content .link-content .page {
  74. text-align: left;
  75. }
  76. .dialog-content .link-content .page .link {
  77. margin: 5px 0;
  78. border-radius: 2px;
  79. padding: 8px 12px;
  80. box-sizing: border-box;
  81. color: #333;
  82. border: 1px solid #ccc;
  83. display: inline-block;
  84. margin-right: 15px;
  85. }
  86. .dialog-content .link-content .page .link:hover {
  87. cursor: pointer;
  88. }
  89. .dialog-content .customize-content {
  90. padding-top: 24px;
  91. padding-right: 24px;
  92. padding-bottom: 16px;
  93. padding-left: 24px;
  94. text-align: left;
  95. }
  96. .dialog-content .customize-content .text {
  97. margin-right: 40px;
  98. vertical-align: top;
  99. display: inline-block;
  100. color: #333;
  101. }
  102. .dialog-content .customize-content .right {
  103. display: inline-block;
  104. width: 70%;
  105. }
  106. .dialog-content .customize-content .right .input {
  107. width: 100%;
  108. height: 90px;
  109. }
  110. .dialog-content .customize-content .right .insert {
  111. background-color: #0ac0d2;
  112. color: #ffffff;
  113. padding: 5px;
  114. text-align: center;
  115. width: 70px;
  116. margin-top: 10px;
  117. box-sizing: border-box;
  118. }
  119. .dialog-content .customize-content .right .insert:hover {
  120. cursor: pointer;
  121. }
  122. .dialog-content .search-content {
  123. padding-top: 24px;
  124. padding-right: 24px;
  125. padding-bottom: 16px;
  126. padding-left: 24px;
  127. text-align: left;
  128. font-size: 0;
  129. }
  130. .dialog-content .search-content .sou {
  131. width: 580px;
  132. height: 30px;
  133. color: #555;
  134. border: 1px solid #ccc;
  135. font-size: 12px;
  136. text-indent: 10px;
  137. box-sizing: border-box;
  138. }
  139. .dialog-content .search-content .sou-btn {
  140. border: 1px solid #ccc;
  141. width: 10%;
  142. box-sizing: border-box;
  143. height: 31px;
  144. padding: 5px;
  145. text-align: center;
  146. display: inline-block;
  147. font-size: 12px;
  148. color: #333;
  149. border-left: none;
  150. margin-top: 1px;
  151. width: 50px;
  152. }
  153. .dialog-content .search-content .sou-btn:hover {
  154. cursor: pointer;
  155. }
  156. .dialog-content .search-content .search-goods {
  157. margin-top: 10px;
  158. }
  159. .dialog-content .search-content .search-goods .goods {
  160. height: 70px;
  161. width: 310px;
  162. padding: 5px;
  163. margin-right: 5px;
  164. background: #f5f5f5;
  165. float: left;
  166. position: relative;
  167. }
  168. .dialog-content .search-content .search-goods .goods .info .img {
  169. width: 20%;
  170. min-height: 60px;
  171. background: #eee;
  172. float: left;
  173. }
  174. .dialog-content .search-content .search-goods .goods .info img {
  175. width: 100%;
  176. height: 100%;
  177. }
  178. .dialog-content .search-content .search-goods .goods .info .right-content {
  179. float: left;
  180. width:80%;
  181. }
  182. .dialog-content
  183. .search-content
  184. .search-goods
  185. .goods
  186. .info
  187. .right-content
  188. .top
  189. .text {
  190. font-size: 14px;
  191. margin-left: 10px;
  192. display: inline-block;
  193. width:75%;
  194. text-overflow:ellipsis;
  195. display: -webkit-box;
  196. -webkit-box-orient: vertical;
  197. -webkit-line-clamp: 2;
  198. overflow: hidden;
  199. }
  200. .dialog-content
  201. .search-content
  202. .search-goods
  203. .goods
  204. .info
  205. .right-content
  206. .top
  207. .href {
  208. color: #2093b4;
  209. font-size: 14px;
  210. position: absolute;
  211. right: 0;
  212. top: 0;
  213. margin-top: 5px;
  214. cursor: pointer;
  215. }
  216. .dialog-content
  217. .search-content
  218. .search-goods
  219. .goods
  220. .info
  221. .right-content
  222. .bottom {
  223. position: absolute;
  224. bottom: 0;
  225. font-size: 12px;
  226. margin-left: 10px;
  227. color: #999;
  228. }
  229. .dialog-content .classification-content {
  230. padding-top: 24px;
  231. padding-right: 24px;
  232. padding-bottom: 16px;
  233. padding-left: 24px;
  234. height: 500px;
  235. overflow-y: scroll;
  236. }
  237. .dialog-content .classification-content .tree .first-tree {
  238. width: 100%;
  239. line-height: 36px;
  240. color: #999;
  241. border-bottom: 1px dashed #eee;
  242. }
  243. .dialog-content .classification-content .tree .first-tree .name {
  244. float: left;
  245. }
  246. .dialog-content .classification-content .tree .first-tree .link-href {
  247. float: right;
  248. color: #2093b4;
  249. }
  250. .dialog-content .classification-content .tree .first-tree .link-href:hover {
  251. cursor: pointer;
  252. }
  253. .dialog-content .classification-content .tree .first-tree:after {
  254. content: '';
  255. display: block;
  256. height: 0;
  257. clear: both;
  258. }
  259. .dialog-content .classification-content .tree .second-tree {
  260. width: 100%;
  261. line-height: 36px;
  262. color: #999;
  263. border-bottom: 1px dashed #eee;
  264. }
  265. .dialog-content .classification-content .tree .second-tree .name {
  266. float: left;
  267. }
  268. .dialog-content .classification-content .tree .second-tree .name .line {
  269. height: 10px;
  270. width: 10px;
  271. margin-left: 10px;
  272. margin-right: 10px;
  273. display: inline-block;
  274. border-bottom: 1px dashed #ddd;
  275. border-left: 1px dashed #ddd;
  276. }
  277. .dialog-content .classification-content .tree .second-tree .link-href {
  278. float: right;
  279. color: #2093b4;
  280. }
  281. .dialog-content .classification-content .tree .second-tree .link-href:hover {
  282. cursor: pointer;
  283. }
  284. .dialog-content .classification-content .tree .second-tree:after {
  285. content: '';
  286. display: block;
  287. height: 0;
  288. clear: both;
  289. }
  290. .dialog-content .classification-content .tree .tree-two .third-tree {
  291. width: 100%;
  292. line-height: 36px;
  293. color: #999;
  294. border-bottom: 1px dashed #eee;
  295. }
  296. .dialog-content .classification-content .tree .tree-two .third-tree .name {
  297. float: left;
  298. }
  299. .dialog-content
  300. .classification-content
  301. .tree
  302. .tree-two
  303. .third-tree
  304. .name
  305. .line {
  306. height: 10px;
  307. width: 10px;
  308. margin-left: 30px;
  309. margin-right: 10px;
  310. display: inline-block;
  311. border-bottom: 1px dashed #ddd;
  312. border-left: 1px dashed #ddd;
  313. }
  314. .dialog-content .classification-content .tree .tree-two .third-tree .link-href {
  315. float: right;
  316. color: #2093b4;
  317. }
  318. .dialog-content
  319. .classification-content
  320. .tree
  321. .tree-two
  322. .third-tree
  323. .link-href:hover {
  324. cursor: pointer;
  325. }
  326. .dialog-content .classification-content .tree .tree-two .third-tree:after {
  327. content: '';
  328. display: block;
  329. height: 0;
  330. clear: both;
  331. }
  332. .dialog-content .brands-content {
  333. padding-top: 24px;
  334. padding-right: 24px;
  335. padding-bottom: 16px;
  336. padding-left: 24px;
  337. height: 500px;
  338. overflow-y: scroll;
  339. }
  340. .dialog-content .brands-content .link {
  341. height: 36px;
  342. border-bottom: 1px dashed #eee;
  343. line-height: 36px;
  344. color: #999;
  345. }
  346. .dialog-content .brands-content .link .name {
  347. float: left;
  348. }
  349. .dialog-content .brands-content .link .link-href {
  350. float: right;
  351. color: #2093b4;
  352. }
  353. .dialog-content .brands-content .link .link-href:hover {
  354. cursor: pointer;
  355. }
  356. .upload-boxed .el-icon-close {
  357. position: absolute;
  358. top: -5px;
  359. right: -5px;
  360. color: #fff;
  361. background: #333;
  362. border-radius: 50%;
  363. cursor: pointer;
  364. }