change.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. .top{
  2. height: 3rem;
  3. margin-top: 2.3rem;
  4. width: 100%;
  5. position: relative;
  6. z-index: 0;
  7. }
  8. .top-title{
  9. line-height: 1.75rem;
  10. box-sizing: border-box;
  11. margin-left: 9.5rem;
  12. float: left;
  13. font-weight: 600;
  14. color: #333333;
  15. font-size: large;
  16. }
  17. .main{
  18. background-color: rgb(223, 222, 222);
  19. height:36.5rem;
  20. width: 100%;
  21. }
  22. .store-pic{
  23. width: 100%;
  24. height: 8rem;
  25. background-color: white;
  26. position: relative;
  27. top: 1rem;
  28. }
  29. .store-pic-con{
  30. position: relative;
  31. top: 1rem;
  32. left: 1rem;
  33. font-weight: 600;
  34. color: #111111;
  35. }
  36. .store-pic-right{
  37. width: 9rem;
  38. height: 5rem;
  39. float: right;
  40. position: relative;
  41. top: 1rem;
  42. right: 1rem;
  43. }
  44. .store-pic-right-go{
  45. font-size:0.8rem;
  46. position: relative;
  47. top: 1.7rem;
  48. left: 1rem;
  49. }
  50. .store-name{
  51. width: 100%;
  52. height: 6rem;
  53. background-color: white;
  54. position: relative;
  55. top: 2rem;
  56. position: relative;
  57. }
  58. .line{
  59. height: 0.1rem;
  60. width: 22rem;
  61. background-color: rgb(223, 222, 222);
  62. position: relative;
  63. top: 1rem;
  64. margin: 0.3rem 0.8rem;
  65. }
  66. .search{
  67. margin:1rem -0.5rem;
  68. }
  69. .search-text{
  70. border-radius: 0.3rem;
  71. line-height: 1.5rem;
  72. padding-left: 1.5rem;
  73. height: 3rem;
  74. }
  75. .store-price{
  76. background-color: white;
  77. width: 100%;
  78. height: 3rem;
  79. }
  80. .store-pri-con{
  81. position: relative;
  82. top: 0.8rem;
  83. left: 1rem;
  84. font-weight: 600;
  85. display: inline-block;
  86. float: left;
  87. }
  88. .search-pri-text{
  89. float: left;
  90. display: inline-block;
  91. position: relative;
  92. left: 14rem;
  93. top: 0.7rem;
  94. color: red;
  95. }
  96. .store-content{
  97. background-color: white;
  98. width: 100%;
  99. height: 10rem;
  100. position: relative;
  101. top: 6.5rem;
  102. }
  103. .store-pri-content{
  104. position: relative;
  105. top: 0.7rem;
  106. right: 13.9rem;
  107. font-weight: 600;
  108. display: inline-block;
  109. }
  110. .theme-content{
  111. border: 0.05rem solid rgb(134, 134, 134);
  112. padding: 0.125rem;
  113. height: 6rem;
  114. margin: 1rem;
  115. margin-bottom: 0.5rem;
  116. border-radius: 0.5rem;
  117. width: 20rem;
  118. position: relative;
  119. left: 1rem;
  120. top: 0.7rem;
  121. }
  122. .introduce-number{
  123. position: relative;
  124. left: 19.8rem;
  125. top: -2rem;
  126. }
  127. .btn{
  128. display: flex;
  129. justify-content: space-around;
  130. margin-top: 270rpx;
  131. }