goods_service.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. .word-aux{margin-left: 147px;display: block;margin-top: 5px;color: #B2B2B2;font-size: 12px;line-height: 1.6;}
  2. .icon-img-upload {
  3. width: 66px;
  4. height: 66px;
  5. font-size: 66px;
  6. display: flex;
  7. align-items: center;
  8. justify-items: center;
  9. border: 1px solid #CCCCCC;
  10. text-align: center;
  11. margin-right: 10px;
  12. position: relative;
  13. }
  14. .icon-img-upload .add {
  15. color: var(--base-color);
  16. font-size: 26px;
  17. margin: 0 auto;
  18. width: 66px;
  19. height: 66px;
  20. line-height: 66px;
  21. text-align: center;
  22. cursor: pointer;
  23. }
  24. .icon-img-upload img {
  25. max-width: 100%;
  26. max-height: 100%;
  27. width: 100%;
  28. }
  29. .icon-img-upload .operation {
  30. position: absolute;
  31. left: 0;
  32. top: 0;
  33. width: 100%;
  34. height: 100%;
  35. background: rgba(0, 0, 0, 0.5);
  36. color: #fff;
  37. display: none;
  38. flex-direction: column;
  39. z-index: 5;
  40. }
  41. .icon-img-upload:hover .operation {
  42. display: flex;
  43. }
  44. .icon-img-upload .operation .operation-warp {
  45. flex: 1;
  46. height: 0;
  47. display: flex;
  48. align-items: center;
  49. justify-content: center;
  50. }
  51. .icon-img-upload .operation-warp i {
  52. margin: 0 2px;
  53. cursor: pointer;
  54. }
  55. .icon-img-upload .operation .js-replace {
  56. height: 24px;
  57. color: #fff;
  58. background: rgba(0, 0, 0, 0.5);
  59. font-size: 12px;
  60. line-height: 24px;
  61. cursor: pointer;
  62. }
  63. .common-set .word-aux{margin: 0 0 0 100px;padding: 0;}
  64. /* 选择图标风格 */
  65. .select-icon-style {
  66. position: fixed;
  67. width: 100vw;
  68. height: 100vh;
  69. left: 0;
  70. top: 0;
  71. z-index: 9999;
  72. }
  73. .select-icon-style .icon-style-wrap {
  74. position: absolute;
  75. background: #fff;
  76. border: 1px solid #ddd;
  77. right: 40px;
  78. margin-top: 15px;
  79. }
  80. .select-icon-style .icon-style-wrap iframe {
  81. width: 100%;
  82. height: 100%;
  83. }
  84. .img-icon-box .action-box {
  85. display: flex;
  86. }
  87. .img-icon-box .action {
  88. margin-right: 3px;
  89. width: 42px;
  90. height: 28px;
  91. line-height: 28px;
  92. text-align: center;
  93. border: 1px solid #EEEEEE;
  94. cursor: pointer;
  95. }
  96. .img-icon-box .iconfont {
  97. font-size: 20px;
  98. }
  99. .img-icon-box .action:hover {
  100. border-color: var(--base-color);
  101. color: var(--base-color);
  102. }
  103. .img-icon-box{
  104. display: flex;
  105. align-items: center;
  106. }
  107. .select-icon-style,.colorpicker-layer,.icon-preview{
  108. z-index: 20221016!important;
  109. }
  110. .colorpicker-layer .flexbox-fix-btn .btn{
  111. line-height: unset;
  112. margin: 0;
  113. }
  114. .td-box{
  115. width: 40px;
  116. height: 40px;
  117. overflow: hidden;
  118. display: flex;
  119. align-items: center;
  120. }
  121. .icon-img-box{
  122. width: 30px;
  123. height: 30px;
  124. margin: 0 auto;
  125. box-sizing: border-box;
  126. font-size: 30px;
  127. display: flex;
  128. }
  129. .icon-img-box img{
  130. width: 30px;
  131. max-height: 30px;
  132. }
  133. .icon-wrap {
  134. width: inherit;
  135. height: inherit;
  136. font-size: 100%;
  137. color: #000;
  138. display: flex;
  139. align-items: center;
  140. justify-content: center;
  141. }
  142. .icon-wrap .js-icon {
  143. font-size: 50%;
  144. line-height:1;
  145. }
  146. .icon-wrap .js-icon.gradient {
  147. -webkit-background-clip:text!important;
  148. -webkit-text-fill-color:transparent;
  149. }