index.wxss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .container.data-v-57280228 {
  28. display: flex;
  29. flex-direction: column;
  30. width: 750rpx;
  31. padding: 0 30rpx;
  32. box-sizing: border-box;
  33. background-color: #ebeced;
  34. }
  35. .container .address.data-v-57280228 {
  36. display: flex;
  37. width: 152rpx;
  38. font-size: 28rpx;
  39. }
  40. .container .address ._img.data-v-57280228 {
  41. width: 48rpx;
  42. height: 48rpx;
  43. }
  44. .container .search.data-v-57280228 {
  45. display: flex;
  46. justify-content: space-between;
  47. align-items: center;
  48. width: 538rpx;
  49. height: 80rpx;
  50. opacity: 1;
  51. border-radius: 70px;
  52. background-color: #fff;
  53. }
  54. .container .search .add.data-v-57280228 {
  55. display: flex;
  56. justify-content: center;
  57. align-items: center;
  58. margin-left: 10rpx;
  59. width: 60rpx;
  60. font-size: 50rpx;
  61. height: 60rpx;
  62. line-height: 60rpx;
  63. color: #1e7dfb;
  64. }
  65. .container .search .add .img.data-v-57280228 {
  66. width: 30rpx;
  67. height: 30rpx;
  68. }
  69. .container .search .inp.data-v-57280228 {
  70. height: 60rpx;
  71. line-height: 60rpx;
  72. flex-grow: 1;
  73. font-size: 28rpx;
  74. }
  75. .container .search .btnSearch.data-v-57280228 {
  76. width: 100rpx;
  77. text-align: center;
  78. margin-right: 10rpx;
  79. height: 60rpx;
  80. line-height: 60rpx;
  81. opacity: 1;
  82. font-size: 28rpx;
  83. font-weight: 400;
  84. height: 2rem;
  85. color: #096562;
  86. }
  87. .container .body.data-v-57280228 {
  88. display: flex;
  89. justify-content: space-between;
  90. flex-wrap: wrap;
  91. }
  92. .container .body .item.data-v-57280228 {
  93. width: 335rpx;
  94. box-sizing: border-box;
  95. margin-bottom: 20rpx;
  96. }
  97. .container .body .item .item-img.data-v-57280228 {
  98. width: 100%;
  99. height: 223rpx;
  100. border-radius: 18rpx 18rpx 0 0;
  101. box-sizing: border-box;
  102. }
  103. .container .body .item .descrition.data-v-57280228 {
  104. display: flex;
  105. flex-direction: column;
  106. width: 100%;
  107. border-radius: 0 0 18rpx 18rpx;
  108. box-sizing: border-box;
  109. background: white;
  110. margin-top: -10rpx;
  111. }
  112. .container .body .item .descrition .title.data-v-57280228 {
  113. font-size: 28rpx;
  114. font-weight: 600;
  115. padding: 20rpx 20rpx 10rpx;
  116. color: black;
  117. }
  118. .container .body .item .descrition .type.data-v-57280228 {
  119. padding: 5rpx 20rpx;
  120. font-size: 24rpx;
  121. color: #a6a6a6;
  122. }
  123. .container .body .item .descrition .distance.data-v-57280228 {
  124. padding: 10rpx 20rpx;
  125. font-size: 24rpx;
  126. color: #a6a6a6;
  127. }
  128. .container .body .item .descrition .detail.data-v-57280228 {
  129. display: flex;
  130. flex-direction: row;
  131. justify-content: space-between;
  132. align-items: center;
  133. padding: 0 20rpx 20rpx 20rpx;
  134. color: black;
  135. }
  136. .container .body .item .descrition .detail .img.data-v-57280228 {
  137. width: 40rpx;
  138. height: 40rpx;
  139. }
  140. .container .body .item .descrition .detail .price .txt1.data-v-57280228 {
  141. font-size: 36rpx;
  142. font-weight: 600;
  143. color: #ff5733;
  144. }
  145. .container .body .item .descrition .detail .price .txt2.data-v-57280228 {
  146. font-size: 24rpx;
  147. font-weight: 400;
  148. color: #a6a6a6;
  149. }
  150. .container .body .item .descrition .detail .score.data-v-57280228 {
  151. font-size: 24rpx;
  152. font-weight: 400;
  153. padding-top: 10rpx;
  154. color: #a6a6a6;
  155. }