common.css 759 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .all {
  2. width: 100%;
  3. }
  4. .goods-page_header-buttons .el-button {
  5. margin-right: 40px;
  6. padding: 12px 10px;
  7. }
  8. .goods-page_header-buttons .goods-page_header-current-button {
  9. color: #FFF !important;
  10. background-color: #29BA9C;
  11. border-color: #29BA9C;
  12. }
  13. .goods-page_header-buttons .el-button--text {
  14. color: #333;
  15. }
  16. .form-item_tips {
  17. margin-top:8px;
  18. line-height:26px;
  19. color: #b5b5b5;
  20. font-size: 13px;
  21. }
  22. .upload-boxed {
  23. display:inline-block;
  24. vertical-align:top;
  25. cursor:pointer;
  26. }
  27. .upload-boxed .el-icon-plus {
  28. line-height:136px;
  29. width:150px;
  30. font-size:54px;
  31. text-align:center;
  32. color:#ccc;
  33. border:1px dashed #ccc;
  34. border-bottom:0px;
  35. border-radius:5px;
  36. }
  37. .upload-boxed img {
  38. width:150px;
  39. height:150px;
  40. border-radius:5px;
  41. }