edit.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. .el-card {
  2. border: 0;
  3. }
  4. .goods-box {
  5. padding-bottom: 60px;
  6. }
  7. /* tab切换 start */
  8. .tabs-box {
  9. background: #fff;
  10. position: relative;
  11. padding: 0 38px;
  12. margin-bottom: 20px;
  13. border-radius: 4px;
  14. }
  15. .tabs-list {
  16. height: 48px;
  17. font-size: 14px;
  18. white-space: pre;
  19. margin-bottom: 0;
  20. font-weight: 700;
  21. }
  22. .tabs-list span {
  23. display: inline-block;
  24. height: 36;
  25. line-height: 36px;
  26. color: #000;
  27. cursor: pointer;
  28. margin-right: 30px;
  29. }
  30. .tabs-list .tabActive {
  31. color: #419EFB;
  32. border-bottom: 2px solid #419EFB;
  33. }
  34. /* tab切换 end */
  35. /* 基础设置 start */
  36. /* 商品内容 */
  37. .goods-basic .el-card__header {
  38. padding: 8px 20px;
  39. }
  40. /* 选择商品类型 */
  41. .select-type {
  42. position: relative;
  43. cursor: pointer;
  44. }
  45. .type-content {
  46. border: 1px solid #ededed;
  47. padding-left: 20px;
  48. border-radius: 4px;
  49. overflow: hidden;
  50. }
  51. .cont-lf {
  52. text-align: center;
  53. font-size: 14px;
  54. color: #333;
  55. font-weight: 700;
  56. }
  57. .cont-lf p {
  58. color: #999;
  59. font-size: 12px;
  60. font-weight: 400;
  61. }
  62. .type-content.active {
  63. border-color: #419EFB;
  64. color: #419EFB;
  65. }
  66. .type-content.active:after {
  67. width: 14px;
  68. height: 14px;
  69. display: block;
  70. content: "";
  71. position: absolute;
  72. bottom: -6px;
  73. border-radius: 50%;
  74. right: -7px;
  75. background: #419EFB;
  76. z-index: 10;
  77. }
  78. .icon-tick {
  79. position: absolute;
  80. right: -6px;
  81. bottom: -6px;
  82. z-index: 99;
  83. color: #fff;
  84. font-size: 12px;
  85. }
  86. /* 基础信息 */
  87. .el-form-item__label {
  88. padding-right: 20px;
  89. }
  90. .icon-close {
  91. position: absolute;
  92. top: -10px;
  93. left: 66px;
  94. }
  95. .more-setting {
  96. cursor: pointer;
  97. color: #419EFB;
  98. }
  99. /* 基础设置 end */
  100. /* 营销配置 start */
  101. /* 营销配置 end */
  102. /* 底部按钮 */
  103. .bottom-btns {
  104. position: fixed;
  105. width: calc(100% - 200px);
  106. height: 58px;
  107. bottom: 0;
  108. right: 0;
  109. background-color: #fff;
  110. z-index: 99;
  111. }
  112. .el-card__header {
  113. padding: 8px 20px;
  114. }