add.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  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: 7.3rem;
  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. border: 0.2rem dotted rgb(156, 156, 156);
  40. float: right;
  41. position: relative;
  42. top: 1rem;
  43. right: 1rem;
  44. }
  45. .store-pic-right-img{
  46. width: 2rem;
  47. height: 2rem;
  48. position: relative;
  49. top: 1rem;
  50. left: 3.5rem;
  51. }
  52. .store-pic-right-go{
  53. font-size:0.8rem;
  54. position: relative;
  55. top: 1.7rem;
  56. left: 1rem;
  57. }
  58. .store-name{
  59. width: 100%;
  60. height: 6rem;
  61. background-color: white;
  62. position: relative;
  63. top: 2rem;
  64. position: relative;
  65. }
  66. .line{
  67. height: 0.1rem;
  68. width: 22rem;
  69. background-color: rgb(223, 222, 222);
  70. position: relative;
  71. top: 1rem;
  72. margin: 0.3rem 0.8rem;
  73. }
  74. .search{
  75. margin:1rem -0.5rem;
  76. }
  77. .search-text{
  78. border-radius: 0.3rem;
  79. line-height: 1.5rem;
  80. padding-left: 1.5rem;
  81. height: 3rem;
  82. }
  83. .store-price{
  84. background-color: white;
  85. width: 100%;
  86. height: 3rem;
  87. }
  88. .store-pri-con{
  89. position: relative;
  90. top: 0.8rem;
  91. left: 1rem;
  92. font-weight: 600;
  93. display: inline-block;
  94. float: left;
  95. }
  96. .search-pri-text{
  97. float: left;
  98. display: inline-block;
  99. margin-left: 4rem;
  100. margin-top: 0.8rem;
  101. width: 15rem;
  102. }
  103. .store-content{
  104. background-color: white;
  105. width: 100%;
  106. height: 10rem;
  107. position: relative;
  108. top: 6.5rem;
  109. }
  110. .store-pri-content{
  111. position: relative;
  112. top: -2.4rem;
  113. left: 1rem;
  114. font-weight: 600;
  115. display: inline-block;
  116. }
  117. .theme-content{
  118. border: 0.05rem solid rgb(134, 134, 134);
  119. padding: 0.125rem;
  120. height: 6rem;
  121. margin: 1rem;
  122. margin-bottom: 0.5rem;
  123. border-radius: 0.5rem;
  124. width: 20rem;
  125. position: relative;
  126. left: 1rem;
  127. top: -2.5rem;
  128. }
  129. .btn{
  130. display: flex;
  131. justify-content: space-around;
  132. margin-top: 270rpx;
  133. }
  134. .return{
  135. width: 1.4rem;
  136. height: 1.4rem;
  137. margin-left: 1rem;
  138. float: left;
  139. }