截流自动化的商城平台
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

goods.css 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. .layui-form-label {
  2. color: #6a6f6c;
  3. width: 100px;
  4. }
  5. .layui-input-block {
  6. margin-left: 130px;
  7. }
  8. .add-spec-value {
  9. height: 38px;
  10. line-height: 38px;
  11. color: #4e8bff;
  12. cursor: pointer;
  13. }
  14. .add-spec-value:hover {
  15. color: #0641cb;
  16. }
  17. .goods-img-del-x {
  18. display: none;
  19. position: absolute;
  20. z-index: 100;
  21. top: -4px;
  22. right: -2px;
  23. width: 20px;
  24. height: 20px;
  25. font-size: 16px;
  26. line-height: 16px;
  27. color: #fff;
  28. text-align: center;
  29. cursor: pointer;
  30. background: hsla(0, 0%, 60%, .6);
  31. border-radius: 10px;
  32. }
  33. .goods-li {
  34. float: left;
  35. opacity: 1;
  36. position: relative;
  37. }
  38. .goods-img {
  39. width: 80px;
  40. height: 80px;
  41. padding: 4px;
  42. }
  43. .goods-img-add {
  44. font-size: 60px;
  45. vertical-align: middle
  46. }
  47. .master-image{
  48. margin-bottom:4px;
  49. float: left;
  50. position: relative;
  51. }
  52. .goods-spec-img {
  53. width: 48px;
  54. height: 48px;
  55. }
  56. .goods-spec-del-x {
  57. display: none;
  58. position: absolute;
  59. z-index: 100;
  60. top: 15px;
  61. right: 15px;
  62. width: 18px;
  63. height: 18px;
  64. font-size: 16px;
  65. line-height: 14px;
  66. color: #fff;
  67. text-align: center;
  68. cursor: pointer;
  69. background: hsla(0, 0%, 60%, .6);
  70. border-radius: 15px;
  71. }
  72. .goods-spec-value-del-x {
  73. display: none;
  74. position: absolute;
  75. z-index: 100;
  76. top: -8px;
  77. right: -8px;
  78. width: 20px;
  79. height: 20px;
  80. font-size: 15px;
  81. line-height: 20px;
  82. color: #fff;
  83. text-align: center;
  84. cursor: pointer;
  85. background: hsla(0, 0%, 60%, .6);
  86. border-radius: 15px;
  87. }
  88. .goods-spec-img-del-x {
  89. display: none;
  90. position: absolute;
  91. z-index: 100;
  92. top: -2px;
  93. right: 10px;
  94. width: 20px;
  95. height: 20px;
  96. font-size: 16px;
  97. line-height: 14px;
  98. color: #fff;
  99. text-align: center;
  100. cursor: pointer;
  101. background: hsla(0, 0%, 60%, .6);
  102. border-radius: 10px;
  103. }
  104. .goods-one-spec-img-del-x {
  105. display: none;
  106. position: absolute;
  107. z-index: 100;
  108. top: -2px;
  109. right: 10px;
  110. width: 20px;
  111. height: 20px;
  112. font-size: 16px;
  113. line-height: 14px;
  114. color: #fff;
  115. text-align: center;
  116. cursor: pointer;
  117. background: hsla(0, 0%, 60%, .6);
  118. border-radius: 10px;
  119. }
  120. .goods-spec-value-input {
  121. margin-bottom: 5px;
  122. }
  123. .goods-spec {
  124. margin-top: 10px;
  125. margin-bottom: 10px;
  126. background-color: #f3f5f9;
  127. padding: 10px;
  128. }
  129. .goods-spec-div {
  130. position: relative;
  131. }
  132. .form-label-asterisk {
  133. color: red;
  134. padding-right: 5px
  135. }
  136. .spec-lists-table th {
  137. text-align: center;
  138. }
  139. .spec-lists-table td {
  140. text-align: center;
  141. }
  142. .batch-div{
  143. padding-bottom: 10px;
  144. padding-top: 10px;
  145. }
  146. .click-a {
  147. color: #4685fd;
  148. padding-right: 10px;
  149. cursor: pointer;
  150. }
  151. .batch-spec-title{
  152. color: #6a6f6c;
  153. float: left;
  154. }
  155. .unit-tips{
  156. float: left;
  157. display: block;
  158. padding: 9px 0!important;
  159. line-height: 20px;
  160. margin-right: 10px;
  161. }
  162. .show-video{
  163. display: inline-block;
  164. position: relative;
  165. }
  166. .goods-video-del-x {
  167. display: none;
  168. position: absolute;
  169. z-index: 100;
  170. top: -4px;
  171. right: -16px;
  172. width: 20px;
  173. height: 20px;
  174. font-size: 16px;
  175. line-height: 16px;
  176. color: #fff;
  177. text-align: center;
  178. cursor: pointer;
  179. background: hsla(0, 0%, 60%, .6);
  180. border-radius: 10px;
  181. }