index.scss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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. position: relative;
  10. .dec {
  11. font-size: 24rpx;
  12. font-family: PingFang SC-Regular, PingFang SC;
  13. color: #999999;
  14. .title {
  15. width: 90%;
  16. height: 40rpx;
  17. font-size: 28rpx;
  18. font-weight: 600;
  19. color: #333333;
  20. }
  21. .subfield {
  22. display: flex;
  23. margin-top: 8rpx;
  24. line-height: 34rpx;
  25. }
  26. }
  27. .delete {
  28. position: absolute;
  29. width: 68rpx;
  30. line-height: 68rpx;
  31. right: 10rpx;
  32. top: 0rpx;
  33. text-align: center;
  34. font-size: 32rpx;
  35. color: #999;
  36. }
  37. }
  38. .bot {
  39. width: 690rpx;
  40. height: 176rpx;
  41. border-top: 1rpx solid #ddd;
  42. margin: 0 auto;
  43. .row {
  44. display: flex;
  45. width: 100%;
  46. margin-top: 20rpx;
  47. .stepper-input {
  48. background-color: #fff;
  49. border: 1px solid #ddd;
  50. margin: 0;
  51. box-sizing: border-box !important;
  52. height: 58rpx;
  53. padding: 0;
  54. line-height: 58rpx;
  55. }
  56. view {
  57. display: flex;
  58. height: 58rpx;
  59. align-items: center;
  60. .label {
  61. width: 180rpx;
  62. font-size: 24rpx;
  63. font-family: PingFang SC-Regular, PingFang SC;
  64. color: #666666;
  65. text-align-last: justify;
  66. }
  67. }
  68. .input {
  69. height: 58rpx;
  70. background: #FFFFFF;
  71. border-radius: 8rpx;
  72. border: 1rpx solid #CCCCCC;
  73. font-size: 28rpx;
  74. font-family: PingFang SC-Regular, PingFang SC;
  75. color: #333333;
  76. line-height: 44px;
  77. text-align: center;
  78. }
  79. .money {
  80. flex: 1;
  81. display: flex;
  82. font-size: 24rpx;
  83. font-family: PingFang SC-Medium, PingFang SC;
  84. color: #666666;
  85. justify-content: flex-end;
  86. margin-right: 20rpx;
  87. text {
  88. font-size: 28rpx;
  89. color: #FF3B30;
  90. font-weight: 600;
  91. }
  92. }
  93. }
  94. }
  95. }