vue-goods1.css 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429
  1. /* 该文件运用于用vue改写的商品模块 */
  2. .main-panel > .content {
  3. padding: 0 !important;
  4. }
  5. .main-panel {
  6. margin-top: 42px;
  7. }
  8. #app {
  9. padding-bottom: 40px;
  10. }
  11. .rightlist #app .rightlist-head {
  12. line-height: 50px;
  13. padding: 0 0 15px 0;
  14. }
  15. /* .rightlist #app .rightlist-head{line-height:50px;padding:15px 0;} */
  16. .rightlist {
  17. background: #f5f5f5;
  18. margin-top: 10px;
  19. margin-bottom: 20px;
  20. padding-bottom: 20px;
  21. }
  22. .rightlist #app .el-breadcrumb {
  23. padding: 30px 0;
  24. font-size: 14px;
  25. }
  26. .second-list {
  27. background: #fff;
  28. border-radius: 10px;
  29. position: relative;
  30. top: 10px;
  31. padding-bottom: 10px;
  32. margin-left: 10px;
  33. width: calc(100% - 20px);
  34. height: 100%;
  35. }
  36. .third-list {
  37. background: #f5f5f5;
  38. border-radius: 10px;
  39. position: relative;
  40. top: 10px;
  41. margin-bottom: 10px;
  42. margin-left: 10px;
  43. width: calc(100% - 20px);
  44. padding-bottom: 10px;
  45. }
  46. .form-list {
  47. padding-top: 30px;
  48. background: #fff;
  49. border-radius: 10px;
  50. position: relative;
  51. top: 10px;
  52. margin-left: 10px;
  53. width: calc(100% - 20px);
  54. }
  55. .table-list {
  56. padding-top: 30px;
  57. background: #fff;
  58. border-radius: 10px;
  59. margin-top: 20px;
  60. margin-left: 10px;
  61. width: calc(100% - 20px);
  62. }
  63. .table-option a {
  64. font-size: 12px;
  65. font-weight: 600;
  66. color: #29ba9c;
  67. padding: 10px 0;
  68. }
  69. /* .el-form-item__label{padding-right:30px;} */
  70. .tip {
  71. font-size: 12px;
  72. color: #999;
  73. font-weight: 500;
  74. line-height: 24px;
  75. }
  76. .rightlist-head-con {
  77. padding-right: 20px;
  78. font-size: 16px;
  79. color: #888;
  80. }
  81. /* .rightlist-head-con{float:left;padding-right:20px;font-size:16px;color:#888;} */
  82. .el-tag {
  83. /* font-weight: 700;
  84. font-size: 15px;
  85. margin-bottom: 30px; */
  86. }
  87. /* 单选框边框颜色 */
  88. /* .el-radio__inner{
  89. border: 1px solid #c8cede;
  90. } */
  91. .el-icon-edit {
  92. font-size: 16px;
  93. padding: 0 15px;
  94. color: #29ba9c;
  95. cursor: pointer;
  96. }
  97. /* 滑块选择小白点 */
  98. .el-switch.is-checked .el-switch__core::after {
  99. left: 100%;
  100. margin-left: -17px;
  101. }
  102. .el-switch__core::after {
  103. content: "";
  104. position: absolute;
  105. top: 1px;
  106. left: 1px;
  107. border-radius: 100%;
  108. transition: all 0.3s;
  109. width: 16px;
  110. height: 16px;
  111. background-color: #fff;
  112. }
  113. .el-checkbox__label {
  114. display: inline-block;
  115. padding-left: 3px;
  116. }
  117. .el-checkbox.is-bordered + .el-checkbox.is-bordered {
  118. margin-left: 0px;
  119. }
  120. .edit-i {
  121. display: none;
  122. }
  123. .el-table_1_column_3:hover .edit-i {
  124. font-weight: 900;
  125. padding: 0;
  126. margin: 0;
  127. display: inline-block;
  128. }
  129. .el-table_1_column_5:hover .edit-i {
  130. font-weight: 900;
  131. padding: 0;
  132. margin: 0;
  133. display: inline-block;
  134. }
  135. .el-table_1_column_6:hover .edit-i {
  136. font-weight: 900;
  137. padding: 0;
  138. margin: 0;
  139. display: inline-block;
  140. }
  141. .el-table_1_column_7:hover .edit-i {
  142. font-weight: 900;
  143. padding: 0;
  144. margin: 0;
  145. display: inline-block;
  146. }
  147. .vue-page {
  148. border-radius: 5px;
  149. width: calc(100% - 266px);
  150. float: right;
  151. margin-right: 10px;
  152. position: fixed;
  153. bottom: 0;
  154. right: 0;
  155. padding: 15px 5% 15px 0;
  156. background: #fff;
  157. height: 60px;
  158. z-index: 999;
  159. margin-top: 0;
  160. box-shadow: 0 2px 9px rgba(51, 51, 51, 0.1);
  161. }
  162. .vue-center {
  163. text-align: center;
  164. }
  165. .loading-height {
  166. height: 500px;
  167. }
  168. .el-checkbox.is-bordered.el-checkbox--mini {
  169. margin: 0 0;
  170. }
  171. [v-cloak] {
  172. display: none;
  173. }
  174. .all {
  175. background: #f5f5f5;
  176. min-height: 100vh;
  177. padding-top: 20px;
  178. }
  179. .vue-main {
  180. background: #fff;
  181. border-radius: 5px;
  182. margin: 0 10px;
  183. padding: 10px;
  184. min-height: calc(100vh - 90px);
  185. }
  186. .vue-nav {
  187. background: #fff;
  188. border-radius: 5px;
  189. margin: 0 10px;
  190. padding: 10px;
  191. }
  192. .vue-head {
  193. background: #fff;
  194. border-radius: 5px;
  195. margin: 0 10px;
  196. padding: 10px;
  197. margin-bottom: 15px;
  198. }
  199. .vue-main-title {
  200. display: flex;
  201. margin:5px 0;
  202. line-height: 32px;
  203. font-size: 16px;
  204. color: #333;
  205. font-weight: 600;
  206. }
  207. .vue-main-title-left {
  208. width: 4px;
  209. height: 18px;
  210. margin-top:6px;
  211. background: #29ba9c;
  212. display: inline-block;
  213. margin-right: 10px;
  214. }
  215. .vue-main-title-content {
  216. font-size: 14px;
  217. flex: 1;
  218. }
  219. .vue-main-title-button {
  220. text-align: right;
  221. }
  222. .vue-main-form {
  223. margin-top: 20px;
  224. }
  225. .vue-category-title {
  226. padding: 15px;
  227. border-bottom: 1px solid #ccc;
  228. margin-bottom: 15px;
  229. font-weight: 600;
  230. font-size: 15px;
  231. }
  232. .el-link-edit {
  233. border-right: 1px solid;
  234. line-height: 16px;
  235. }
  236. .el-link-edit-start {
  237. border-right: 1px solid;
  238. padding-right: 20px;
  239. line-height: 16px;
  240. }
  241. .el-link-edit-middle {
  242. border-right: 1px solid;
  243. padding: 0 20px;
  244. line-height: 16px;
  245. }
  246. .el-link-edit-end {
  247. border-right: 0px;
  248. padding-left: 20px;
  249. line-height: 16px;
  250. }
  251. /* 上传图片 */
  252. .avatar-uploader .el-upload {
  253. margin-top: 15px;
  254. border: 1px dashed #d9d9d9;
  255. border-radius: 6px;
  256. cursor: pointer;
  257. position: relative;
  258. overflow: hidden;
  259. }
  260. .avatar-uploader .el-upload:hover {
  261. border-color: #29ba9c;
  262. }
  263. .avatar-uploader-icon {
  264. font-size: 28px;
  265. color: #8c939d;
  266. width: 178px;
  267. height: 178px;
  268. line-height: 178px;
  269. text-align: center;
  270. }
  271. .avatar_box {
  272. width: 80%;
  273. height: 80%;
  274. margin: 0 auto;
  275. }
  276. .avatar {
  277. width: 50%;
  278. height: 50%;
  279. object-fit: cover;
  280. }
  281. .el-upload-tip {
  282. width: 178px;
  283. margin: 0;
  284. padding: 0;
  285. color: #999;
  286. text-align: center;
  287. }
  288. input[type="file"] {
  289. display: none;
  290. }
  291. .avatar-uploader-box {
  292. position: relative;
  293. margin-top: 20px;
  294. width: 200px;
  295. }
  296. .el-icon-circle-close {
  297. position: absolute;
  298. top: 0;
  299. right: 0;
  300. color: #999;
  301. }
  302. /*弹窗上传图片*/
  303. #upload-img {
  304. }
  305. #upload-img .avatar {
  306. width: 100px;
  307. height: 100px;
  308. display: block;
  309. }
  310. #upload-img .avatar-uploader-box {
  311. position: relative;
  312. margin: 20px 0 0 10px;
  313. width: 110px;
  314. }
  315. #upload-img .el-icon-circle-close {
  316. position: absolute;
  317. top: -7px;
  318. right: 1px;
  319. color: #999;
  320. }
  321. .imgList {
  322. display: flex;
  323. flex-wrap: wrap;
  324. margin: 10px auto;
  325. }
  326. /* 辅助色 */
  327. .vue-assist-color,
  328. .el-link-assist,
  329. .el-link:hover {
  330. color: #ff9b19 !important;
  331. }
  332. /* 选中及未选图片样式 */
  333. .upload-box:hover {
  334. border-color: #29ba9c;
  335. color: #29ba9c;
  336. }
  337. .upload-box {
  338. width: 150px;
  339. height: 150px;
  340. display: flex;
  341. cursor: pointer;
  342. border: 1px dashed #dde2ee;
  343. justify-content: center;
  344. align-items: center;
  345. border-radius: 5px;
  346. }
  347. .upload-boxed {
  348. width: 150px;
  349. height: 150px;
  350. position: relative;
  351. border-radius: 5px;
  352. }
  353. .upload-boxed-text {
  354. position: absolute;
  355. bottom: 0;
  356. line-height: 32px;
  357. color: #fff;
  358. text-align: center;
  359. width: 100%;
  360. background: #000;
  361. opacity: 0.7;
  362. border-radius: 0px 0px 5px 5px;
  363. }
  364. .upload-boxed-list {
  365. display: flex;
  366. position: relative;
  367. border-radius: 5px;
  368. flex-wrap: wrap;
  369. }
  370. .upload-boxed-list-a {
  371. width:150px;
  372. height:150px;
  373. margin:0 10px 5px 0;
  374. position: relative;
  375. }
  376. .upload-boxed-list-a .el-icon-close {
  377. position: absolute;
  378. top: -5px;
  379. right: -5px;
  380. color: #fff;
  381. background: #333;
  382. border-radius: 50%;
  383. cursor: pointer;
  384. }
  385. .vue-crumbs a {
  386. color: #333;
  387. }
  388. .vue-crumbs a:hover {
  389. color: #29ba9c;
  390. }
  391. .vue-crumbs {
  392. margin: 0 20px;
  393. font-size: 14px;
  394. color: #333;
  395. font-weight: 400;
  396. padding-bottom: 10px;
  397. line-height: 32px;
  398. }
  399. .vue-main-title-content a {
  400. color: #333;
  401. }
  402. .vue-main-title-content a:hover {
  403. color: #29ba9c;
  404. }
  405. .vue-ellipsis{
  406. overflow: hidden;
  407. text-overflow: ellipsis;
  408. white-space: nowrap;
  409. }
  410. .upload-boxed .el-icon-close {
  411. position: absolute;
  412. top: -5px;
  413. right: -5px;
  414. color: #fff;
  415. background: #333;
  416. border-radius: 50%;
  417. cursor: pointer;
  418. }