increase.wxss 1002 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. /* pages/increase/increase.wxss */
  2. page{
  3. background-color: rgba(232, 233, 240, 0.986);
  4. }
  5. .product {
  6. background-color:white;
  7. margin-top: 5%;
  8. width: 100%;
  9. height: 130px;
  10. }
  11. .picture {
  12. padding-left: 15px;
  13. position:absolute;
  14. top: 4%;
  15. }
  16. .topic-1 {
  17. padding-left: 15px;
  18. }
  19. .topic {
  20. background-color: white;
  21. margin-top: 5%;
  22. width: 100%;
  23. height: 45px;
  24. }
  25. .topic-2 {
  26. border-top: 1px solid black;
  27. background-color: white;
  28. width: 100%;
  29. height: 45px;
  30. padding-left: 15px;
  31. }
  32. .topic-3 {
  33. line-height: 42px;
  34. padding-left: 15px;
  35. }
  36. .topic-4 {
  37. background-color:white;
  38. margin-top: 5%;
  39. width: 100%;
  40. height: 130px;
  41. padding-left: 15px;
  42. }
  43. .area {
  44. margin-top: 3%;
  45. border: 1px solid rgb(211, 196, 196);
  46. border-radius: 5px;
  47. width: 90%;
  48. height: 60%;
  49. }
  50. .but {
  51. margin-top: 10%;
  52. display: flex;
  53. }
  54. .but-1 {
  55. color: aliceblue;
  56. background-color: gray;
  57. border-radius: 30px;
  58. }
  59. .but-2 {
  60. color: aliceblue;
  61. background-color: darkorange;
  62. border-radius: 30px;
  63. }