瑶都万能墙
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

215 lines
4.8 KiB

4 months ago
  1. <template>
  2. <view>
  3. <view style="width: 100vw; height: 553rpx;">
  4. <image style="width: 100vw; height: 553rpx;"
  5. src="https://pic1.ajkimg.com/display/anjuke/ea5773-%E8%83%9C%E9%80%B8%E5%9C%B0%E4%BA%A7/3b5e900e0ed231e6154759c8c885b6cc-800x650.jpg?frame=1"
  6. mode="scaleToFill" />
  7. </view>
  8. <view
  9. style="padding: 36rpx; background: #FFF; position: absolute; z-index: 1; width: calc(100vw - 72rpx); min-height: 780rpx; border-radius: 20rpx 20rpx 20rpx 20rpx;margin-top: -20rpx;">
  10. <view class="t0">2400/</view>
  11. <view class="t1">整租·康卓新城 1室1卫</view>
  12. <view class="t2">房源编号:HC42012205JC33V</view>
  13. <view class="t2">今天10:33更新·浏览 168</view>
  14. <view class="driver"></view>
  15. <view class="flex-wrap xr">
  16. <view class="sb-w4 h70">
  17. <view class="font-a"></view>
  18. <view class="font-b">朝向</view>
  19. </view>
  20. <view class="sb-w4 h70">
  21. <view class="font-a">60</view>
  22. <view class="font-b">面积</view>
  23. </view>
  24. <view class="sb-w4 h70">
  25. <view class="font-a">32/32</view>
  26. <view class="font-b">楼层</view>
  27. </view>
  28. <view class="sb-w4 h70">
  29. <view class="font-a">精装</view>
  30. <view class="font-b">装修</view>
  31. </view>
  32. </view>
  33. <view class="driver"></view>
  34. <view class="line64">
  35. <view class="flex-sb">
  36. <view class="w50">
  37. <span class="font-b">付款</span>
  38. <span class="font-c">季付</span>
  39. </view>
  40. <view class="w50">
  41. <span class="font-b">电梯</span>
  42. <span class="font-c"></span>
  43. </view>
  44. </view>
  45. <view class="flex-sb">
  46. <view class="w50">
  47. <span class="font-b">交付</span>
  48. <span class="font-c">即时交付</span>
  49. </view>
  50. <view class="w50">
  51. <span class="font-b">看房</span>
  52. <span class="font-c">随时可看</span>
  53. </view>
  54. </view>
  55. <view class="flex-sb">
  56. <view>
  57. <span class="font-b">投诉</span>
  58. <span class="font-c">
  59. <uni-icons type="phone" size="12" />
  60. 199 1888 8888
  61. </span>
  62. </view>
  63. </view>
  64. <view class="flex-sb">
  65. <view>
  66. <span class="font-b">小区</span>
  67. <span class="font-c">
  68. <uni-icons type="paperplane" size="12" />
  69. 长岸江边新民小区
  70. </span>
  71. </view>
  72. </view>
  73. </view>
  74. </view>
  75. <view class="b-fiexd flex" style="height: 98rpx; z-index: 2;">
  76. <view style="padding-left: 20rpx;">
  77. <image src="/static/logo.png" class="radius80 test" />
  78. </view>
  79. <view style="padding: 12rpx 20rpx; width: 280rpx;">
  80. <view class="font-d">廖吃翔</view>
  81. <view class="font-b">新城国际花都</view>
  82. </view>
  83. <view style="padding: 20rpx" @click="clickShare()">
  84. <uni-icons type="redo"></uni-icons>
  85. </view>
  86. <view class="d-btn" @click="clickService">
  87. <span>打电话</span>
  88. </view>
  89. </view>
  90. </view>
  91. </template>
  92. <script>
  93. export default {
  94. data() {
  95. return {
  96. }
  97. },
  98. onShow() {
  99. },
  100. methods: {
  101. clickShare() {
  102. uni.share({
  103. provider: 'weixin',
  104. type: 5,
  105. success: (res) => {
  106. console.log(res);
  107. }
  108. });
  109. },
  110. clickService() {
  111. uni.makePhoneCall({
  112. phoneNumber: '10086',
  113. });
  114. },
  115. }
  116. }
  117. </script>
  118. <style scoped lang="scss">
  119. .t0 {
  120. font-weight: 1000;
  121. font-size: 32rpx;
  122. color: #FF0000;
  123. line-height: 64rpx;
  124. }
  125. .t1 {
  126. font-weight: bold;
  127. font-size: 36rpx;
  128. color: #3D3D3D;
  129. line-height: 64rpx;
  130. }
  131. .t2 {
  132. font-weight: 400;
  133. font-size: 24rpx;
  134. color: #ADADAD;
  135. line-height: 42rpx;
  136. }
  137. .driver {
  138. width: 100%;
  139. height: 2rpx;
  140. background-color: #D5D5D5;
  141. opacity: .4;
  142. margin: 20rpx auto;
  143. }
  144. .xr {
  145. padding: 10rpx 0 20rpx;
  146. }
  147. .font-a {
  148. font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  149. font-weight: 400;
  150. font-size: 30rpx;
  151. color: #3D3D3D;
  152. line-height: 46rpx;
  153. text-align: center;
  154. }
  155. .font-b {
  156. font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  157. font-weight: 400;
  158. font-size: 24rpx;
  159. color: #ADADAD;
  160. line-height: 46rpx;
  161. }
  162. .font-d {
  163. font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  164. font-weight: 800;
  165. font-size: 28rpx;
  166. color: #333;
  167. line-height: 32rpx;
  168. }
  169. .font-c {
  170. font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  171. font-weight: 400;
  172. font-size: 24rpx;
  173. color: #333;
  174. line-height: 46rpx;
  175. }
  176. .d-btn {
  177. width: 200rpx;
  178. height: 72rpx;
  179. line-height: 72rpx;
  180. background: #4255E4;
  181. border-radius: 36rpx 36rpx 36rpx 36rpx;
  182. font-weight: 400;
  183. font-size: 28rpx;
  184. color: #FFFFFF;
  185. text-align: center;
  186. margin: 12rpx;
  187. }
  188. </style>