index.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. .content {
  2. width: 100%;
  3. position: fixed;
  4. top: 0rpx;
  5. left: 0rpx;
  6. right: 0rpx;
  7. bottom: 0rpx;
  8. }
  9. .controls-title {
  10. width: 90%;
  11. height: 370rpx;
  12. background: #FFFFFF;
  13. position: fixed;
  14. bottom: 0rpx;
  15. margin: 40rpx;
  16. border-radius: 26rpx;
  17. box-shadow: 0rpx 30rpx 40rpx 0rpx rgba(187, 170, 163, 0.20);
  18. }
  19. /* tab选项卡 */
  20. .controls-tabs {
  21. display: flex;
  22. font-size: 33rpx;
  23. overflow-x: auto;
  24. }
  25. .atabs_ds {
  26. flex-grow: 1;
  27. text-align: center;
  28. height: 55rpx;
  29. }
  30. /* .tabs_box {
  31. display: none;
  32. background: #C8C7CC;
  33. } */
  34. .btna {
  35. background: #FF6A04;
  36. width: 68%;
  37. height: 8rpx;
  38. margin: 9rpx 10rpx 10rpx 29rpx;
  39. border-radius: 35rpx;
  40. }
  41. .tabs_box {
  42. /* display: none; */
  43. }
  44. .dis {
  45. display: block;
  46. }
  47. .controls-tabs {
  48. width: 100%;
  49. height: 90rpx;
  50. display: flex;
  51. justify-content: center;
  52. align-items: center;
  53. margin-top: 10rpx;
  54. }
  55. .box_bg {
  56. width: 90%;
  57. height: 100rpx;
  58. background: #FFFFFF;
  59. margin: 0 auto;
  60. border-radius: 12rpx;
  61. display: flex;
  62. margin-top: 20rpx;
  63. }
  64. .box {
  65. width: 90%;
  66. height: 100rpx;
  67. background: #F5F5F5;
  68. margin: 0 auto;
  69. border-radius: 12rpx;
  70. display: flex;
  71. margin-top: 20rpx;
  72. }
  73. .box_dian {
  74. flex: 1;
  75. display: flex;
  76. justify-content: center;
  77. align-items: center;
  78. }
  79. .box_dian cover-image {
  80. width: 20rpx;
  81. height: 20rpx;
  82. }
  83. .box_name {
  84. flex: 5;
  85. display: flex;
  86. justify-content: left;
  87. align-items: center;
  88. color: #333333;
  89. font-weight: 700;
  90. font-size: 34rpx;
  91. }
  92. .box_addres {
  93. flex: 5;
  94. }
  95. .add {
  96. color: #333333;
  97. font-size: 26rpx;
  98. letter-spacing: 2rpx;
  99. font-weight: bold;
  100. line-height: 50rpx;
  101. }
  102. .name {
  103. display: inline;
  104. font-size: 24rpx;
  105. color: #999999;
  106. }
  107. .number {
  108. display: initial;
  109. color: #999999;
  110. font-size: 24rpx;
  111. margin-left: 30rpx;
  112. }
  113. .box_image {
  114. flex: 1;
  115. display: flex;
  116. justify-content: center;
  117. align-items: center;
  118. }
  119. .icon_you {
  120. color: #CCCCCC !important;
  121. }
  122. /* 同城购买 */
  123. .pay_tit {
  124. width: 90%;
  125. margin: 0 auto;
  126. height: 200rpx;
  127. position: relative;
  128. }
  129. .pay_name {
  130. font-size: 31rpx;
  131. font-weight: bold;
  132. width: 95%;
  133. margin: 0 auto;
  134. letter-spacing: 2rpx;
  135. }
  136. .pay_set {
  137. color: #333333;
  138. font-size: 28rpx;
  139. width: 95%;
  140. margin: 0 auto;
  141. margin-top: 20rpx;
  142. }
  143. .pay_radius {
  144. width: 100rpx;
  145. height: 100rpx;
  146. background: #FF7F00;
  147. color: white;
  148. text-align: center;
  149. line-height: 100rpx;
  150. border-radius: 68rpx;
  151. position: absolute;
  152. right: 20rpx;
  153. }
  154. .hongbao {
  155. width: 100%;
  156. /* height: 100px; */
  157. /* background: #007AFF; */
  158. position: fixed;
  159. top: 24%;
  160. /* bottom: 50%; */
  161. left: 0rpx;
  162. right: 0rpx;
  163. /* display: none; */
  164. }
  165. .hb_img {
  166. width: 100%;
  167. height: 435rpx;
  168. }
  169. .hb_btn {
  170. width: 60%;
  171. height: 72rpx;
  172. position: absolute;
  173. top: 315rpx;
  174. left: 80rpx;
  175. }
  176. .img-map1 {
  177. width: 80rpx;
  178. height: 80rpx;
  179. }