index.scss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. // addGoodsFormData
  2. // singleSpecification -- 单规格
  3. // attrValue -- 多规格数据
  4. // modifyPriceData -- 多规格选择时,已经存储的数据
  5. .container {
  6. padding-top: 20rpx;
  7. padding-bottom: 156rpx;
  8. }
  9. .tip {
  10. padding: 16rpx 0 0 40rpx;
  11. font-size: 22rpx;
  12. color: #e93323;
  13. display: flex;
  14. align-items: center;
  15. margin-bottom: 40rpx;
  16. .iconfont {
  17. display: inline-block;
  18. margin-right: 10rpx;
  19. }
  20. }
  21. .popup_group {
  22. background: #fff;
  23. margin: 31rpx auto;
  24. width: 710rpx;
  25. font-size: 30rpx;
  26. border-radius: 10rpx;
  27. .popup_group_item {
  28. padding: 32rpx 30rpx;
  29. display: flex;
  30. align-items: center;
  31. justify-content: space-between;
  32. .popup_group_item_value {
  33. display: flex;
  34. align-items: center;
  35. .popup_group_item_message {
  36. margin-right: 15rpx;
  37. color: #bbbbbb;
  38. max-width: 400rpx;
  39. &_value {
  40. display: inline-block;
  41. max-width: 400rpx;
  42. color: #000;
  43. }
  44. }
  45. .iconfont {
  46. color: #bbbbbb;
  47. }
  48. input {
  49. text-align: right;
  50. }
  51. }
  52. }
  53. > view:not(:last-child) {
  54. border-bottom: 1px solid #eeeeee;
  55. }
  56. }
  57. .handle {
  58. width: 100%;
  59. height: 126rpx;
  60. background: #ffffff;
  61. display: flex;
  62. align-items: center;
  63. justify-content: center;
  64. position: fixed;
  65. left: 0;
  66. bottom: 0;
  67. z-index: 10;
  68. &_button {
  69. width: 690rpx;
  70. height: 86rpx;
  71. background: #e93323;
  72. border-radius: 43px;
  73. display: flex;
  74. align-items: center;
  75. justify-content: center;
  76. font-size: 32rpx;
  77. color: #ffffff;
  78. }
  79. }
  80. .input_content {
  81. background: #fff;
  82. padding: 20rpx 30rpx 40rpx 30rpx;
  83. width: 710rpx;
  84. margin: auto;
  85. box-sizing: border-box;
  86. border-radius: 10rpx;
  87. &_textarea {
  88. border-bottom: 1px solid #eeeeee;
  89. padding-bottom: 19rpx;
  90. textarea {
  91. height: 114rpx;
  92. }
  93. > view {
  94. text-align: right;
  95. color: #666666;
  96. font-size: 24rpx;
  97. }
  98. }
  99. &_photo {
  100. margin-top: 30rpx;
  101. display: flex;
  102. flex-wrap: wrap;
  103. &_adPh {
  104. position: relative;
  105. width: 210rpx;
  106. height: 210rpx;
  107. border: 1px solid #dddddd;
  108. display: flex;
  109. flex-direction: column;
  110. justify-content: center;
  111. border-radius: 8rpx;
  112. margin-right: 10rpx;
  113. margin-bottom: 10rpx;
  114. box-sizing: border-box;
  115. &:nth-child(3n){
  116. margin-right: 0;
  117. }
  118. > view:nth-child(1) {
  119. height: 37rpx;
  120. margin-bottom: 16rpx;
  121. display: flex;
  122. justify-content: center;
  123. image {
  124. width: 45rpx;
  125. display: block;
  126. }
  127. }
  128. > view:nth-child(2) {
  129. text-align: center;
  130. color: #bbbbbb;
  131. font-size: 24rpx;
  132. }
  133. .photos {
  134. width: 206rpx;
  135. // height: 208rpx;
  136. }
  137. &_jiao {
  138. position: absolute;
  139. top: -2rpx;
  140. right: -1rpx;
  141. width: 40rpx;
  142. height: 40rpx;
  143. background: rgba(0,0,0,.6);
  144. display: flex;
  145. align-items: center;
  146. justify-content: center;
  147. border-radius: 0 8rpx 0 8rpx;
  148. image {
  149. width: 16rpx;
  150. height: 16rpx;
  151. }
  152. }
  153. }
  154. }
  155. &_describe {
  156. border-top: 1px solid #eeeeee;
  157. padding-top: 30rpx;
  158. padding-bottom: 47rpx;
  159. border-bottom: 1px solid #eeeeee;
  160. &_title {
  161. display: flex;
  162. align-items: center;
  163. justify-content: space-between;
  164. &_msg {
  165. color: #333333;
  166. font-size: 30rpx;
  167. }
  168. &_num {
  169. color: #666666;
  170. font-size: 24rpx;
  171. }
  172. }
  173. &_textarea {
  174. border-radius: 10px;
  175. margin-top: 20rpx;
  176. height: 180rpx;
  177. background: #f5f5f5;
  178. padding: 20rpx;
  179. textarea {
  180. font-size: 28rpx;
  181. height: 150rpx;
  182. }
  183. }
  184. }
  185. &_keyword {
  186. padding-top: 32rpx;
  187. display: flex;
  188. align-items: center;
  189. justify-content: space-between;
  190. font-size: 30rpx;
  191. &_value {
  192. flex: 1;
  193. margin-left: 30rpx;
  194. input {
  195. width: 100%;
  196. text-align: right;
  197. }
  198. }
  199. }
  200. }
  201. .photo_count{
  202. margin-top: 28rpx;
  203. .photo_size{
  204. font-size: 24rpx;
  205. color: #999999;
  206. }
  207. }
  208. .radio {
  209. padding: 30rpx;
  210. &_label {
  211. padding-left: 10rpx;
  212. color: #333333;
  213. font-size: 30rpx;
  214. display: flex;
  215. align-items: center;
  216. .select_check {
  217. display: flex;
  218. align-items: center;
  219. justify-content: center;
  220. width: 40rpx;
  221. height: 40rpx;
  222. border: 1px solid #cccccc;
  223. border-radius: 50%;
  224. margin-right: 20rpx;
  225. .iconfont {
  226. font-size: 24rpx;
  227. }
  228. }
  229. .select {
  230. background: #e93323;
  231. border: none;
  232. .iconfont {
  233. color: #fff;
  234. }
  235. }
  236. }
  237. .select_group {
  238. display: flex;
  239. }
  240. .flex_start {
  241. padding: 0 10rpx;
  242. margin-top: 40rpx;
  243. justify-content: flex-start;
  244. }
  245. &_select {
  246. display: flex;
  247. margin-right: 110rpx;
  248. }
  249. }
  250. .dobuButton {
  251. padding: 0 30rpx;
  252. }
  253. .margin_right {
  254. background: #FD6523;
  255. margin-right: 30rpx;
  256. }