index.less 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. page {
  2. background: #f6f6f6;
  3. padding: 20rpx 20rpx 20rpx 0;
  4. .top {
  5. padding: 20rpx 30rpx;
  6. // .input {
  7. // width: 100%;
  8. // border-bottom: 1rpx solid #adabab;
  9. // margin: 20rpx 0 0 0;
  10. // padding-bottom: 20rpx;
  11. // }
  12. .top-input {
  13. display: flex;
  14. justify-content: space-between;
  15. margin-top: 20rpx;
  16. .top-txt {
  17. display: flex;
  18. justify-content: space-between;
  19. border-bottom: 1rpx solid #adabab;
  20. width: 45%;
  21. .inputs {
  22. margin: 0rpx 20rpx 20rpx 0rpx;
  23. width: 220rpx;
  24. }
  25. }
  26. }
  27. }
  28. .goods-title {
  29. display: flex;
  30. justify-content: space-between;
  31. padding: 20rpx 30rpx;
  32. background: #e7e6e6;
  33. border-radius: 20rpx;
  34. width: 90%;
  35. margin: 20rpx auto;
  36. .goods-txt {
  37. margin: 20rpx 0;
  38. }
  39. }
  40. .buttoms {
  41. display: flex;
  42. justify-content: center;
  43. margin-top: 80rpx;
  44. .buttoms-bottom2 {
  45. width: 200rpx;
  46. background: #46a9a4;
  47. padding: 20rpx;
  48. text-align: center;
  49. border-radius: 20rpx;
  50. }
  51. }
  52. }