index.scss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. .product-item {
  2. background-color: #fff;
  3. box-sizing: border-box;
  4. border-bottom: 1rpx solid #DDDDDD;
  5. margin-bottom: 20rpx;
  6. .product {
  7. padding: 20rpx 30rpx;
  8. box-sizing: border-box;
  9. .mian {
  10. position: relative;
  11. display: flex;
  12. align-items: center;
  13. width: 100%;
  14. box-sizing: border-box;
  15. .img {
  16. flex-shrink: 0;
  17. width: 112rpx;
  18. height: 112rpx;
  19. border-radius: 16rpx;
  20. margin-right: 20rpx;
  21. overflow: hidden;
  22. .err {
  23. display: flex;
  24. width: 100%;
  25. height: 100%;
  26. align-items: center;
  27. justify-content: center;
  28. font-size: 22rpx;
  29. border: 1px solid #ddd;
  30. box-sizing: border-box;
  31. color: #666;
  32. }
  33. }
  34. .dec {
  35. flex: 1;
  36. width: 0;
  37. min-height: 128rpx;
  38. height: 100%;
  39. font-size: 24rpx;
  40. font-family: PingFang SC-Regular, PingFang SC;
  41. color: #999999;
  42. .title {
  43. display: flex;
  44. width: 90%;
  45. height: 40rpx;
  46. font-size: 28rpx;
  47. font-weight: 600;
  48. color: #333333;
  49. .line-1 {
  50. max-width: 380rpx;
  51. }
  52. .tag {
  53. display: inline-block;
  54. color: #fff;
  55. background-color: #F80700;
  56. padding: 0 20rpx;
  57. margin-left: 20rpx;
  58. border-radius: 20rpx;
  59. font-weight: normal;
  60. font-size: 22rpx;
  61. line-height: 40rpx;
  62. }
  63. }
  64. .subfield {
  65. display: flex;
  66. margin-top: 8rpx;
  67. height: 34rpx;
  68. line-height: 34rpx;
  69. text {
  70. display: inline-block;
  71. width: 48%;
  72. }
  73. }
  74. }
  75. .delete {
  76. position: absolute;
  77. width: 68rpx;
  78. height: 68rpx;
  79. line-height: 68rpx;
  80. right: -30rpx;
  81. top: -20rpx;
  82. text-align: center;
  83. font-size: 32rpx;
  84. color: #999;
  85. }
  86. }
  87. }
  88. .bot {
  89. width: 690rpx;
  90. border-top: 1rpx solid #ddd;
  91. margin: 0 auto;
  92. padding-bottom: 20rpx;
  93. .row {
  94. display: flex;
  95. width: 100%;
  96. margin-top: 20rpx;
  97. view {
  98. display: flex;
  99. height: 54rpx;
  100. align-items: center;
  101. flex-shrink: 0;
  102. .label {
  103. font-size: 24rpx;
  104. font-family: PingFang SC-Regular, PingFang SC;
  105. color: #666666;
  106. text-align-last: justify;
  107. }
  108. }
  109. .input {
  110. height: 54rpx;
  111. background: #FFFFFF;
  112. border-radius: 8rpx;
  113. border: 1rpx solid #CCCCCC;
  114. font-size: 28rpx;
  115. font-family: PingFang SC-Regular, PingFang SC;
  116. color: #333333;
  117. line-height: 44px;
  118. text-align: center;
  119. }
  120. }
  121. }
  122. }