addProduct.wxss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. /* pages/addProduct/addProduct.wxss */
  2. page {
  3. background-color: rgba(223, 218, 218, 0.774);
  4. }
  5. .product {
  6. background-color: white;
  7. margin-top: 5%;
  8. width: 100%;
  9. height: 120px;
  10. }
  11. .picture {
  12. padding-left: 13px;
  13. font-size: 14px;
  14. font-weight: 500;
  15. color: rgba(34, 33, 32, 0.562);
  16. }
  17. .second {
  18. font-size: 14px;
  19. font-weight: 500;
  20. color: rgba(34, 33, 32, 0.562);
  21. border-inline: 1px;
  22. }
  23. .second-1 {
  24. background-color: white;
  25. margin-top: 5%;
  26. width: 100%;
  27. height: 45px;
  28. }
  29. .second-1-2 {
  30. border-top: 1px solid black;
  31. background-color: white;
  32. width: 100%;
  33. height: 45px;
  34. }
  35. .second-3 {
  36. font-size: 14px;
  37. font-weight: 500;
  38. color: rgba(34, 33, 32, 0.562);
  39. border-inline: 1px;
  40. line-height: 45px;
  41. }
  42. .weui-input {
  43. font-size: 14px;
  44. }
  45. .weui-input-1 {
  46. float: right;
  47. margin-top: 10px;
  48. }
  49. .zhx {
  50. text-align: center;
  51. line-height: 45px;
  52. }
  53. .area {
  54. margin: 3% auto;
  55. border: 1px solid rgb(211, 196, 196);
  56. border-radius: 5px;
  57. width: 75%;
  58. height: 50%;
  59. }
  60. .but {
  61. margin-top: 15%;
  62. display: flex;
  63. }
  64. .but-1 {
  65. color: aliceblue;
  66. background-color: rgb(163, 157, 157);
  67. border-radius: 30px;
  68. }
  69. .but-2 {
  70. color: aliceblue;
  71. background-color: darkorange;
  72. border-radius: 30px;
  73. }