景徳镇旅游微信小程序
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.

244 lines
4.7 KiB

  1. <template>
  2. <!-- '遗产讲述', '达人同游' 我要跟拍 的共同详情页面 -->
  3. <view class="page">
  4. <navbar :title="titles[type]" leftClick @leftClick="$utils.navigateBack" />
  5. <view class="info">
  6. <!-- 上面 -->
  7. <view class="top">
  8. <image src="https://img-s-msn-com.akamaized.net/tenant/amp/entityid/BB1msKSi.img" mode="aspectFill"></image>
  9. <view class="left">
  10. <view class="title">
  11. 摄影师协会
  12. </view>
  13. <view class="left-list">
  14. <view>
  15. <uv-icon
  16. name="star"
  17. size="50rpx"
  18. ></uv-icon>
  19. 收藏
  20. </view>
  21. <view>
  22. <uv-icon
  23. name="star"
  24. size="50rpx"
  25. ></uv-icon>
  26. 收藏
  27. </view>
  28. <view>
  29. <uv-icon
  30. name="star"
  31. size="50rpx"
  32. ></uv-icon>
  33. 收藏
  34. </view>
  35. </view>
  36. </view>
  37. </view>
  38. <!-- 下面 -->
  39. <view class="bottom">
  40. <view>
  41. <image src="../static/reservationDetail/1.png" mode=""></image>
  42. <view>
  43. 预约时间
  44. </view>
  45. </view>
  46. <view>
  47. <image src="../static/reservationDetail/2.png" mode=""></image>
  48. <view>
  49. 价格
  50. </view>
  51. </view>
  52. <view>
  53. <image src="../static/reservationDetail/3.png" mode=""></image>
  54. <view>
  55. 预约
  56. </view>
  57. </view>
  58. </view>
  59. </view>
  60. <view class="detail">
  61. <view class="content">
  62. <view class="thumb-up">
  63. <uv-icon
  64. name="thumb-up"
  65. size="40rpx"
  66. color="#B12731"
  67. ></uv-icon>
  68. <text>推荐度</text> <text>9</text>
  69. </view>
  70. <view class="text">
  71. <view class="line">
  72. <view class="left">
  73. 专业擅长
  74. </view>
  75. <view class="right">
  76. 景德镇陶瓷考古研究所资料陈列馆副主任累德镇交物鉴定小组成员现为景德镇市第三批市级非物质文化遗产项目景德镇传统陶瓷书法
  77. </view>
  78. </view>
  79. <view class="line">
  80. <view class="left">
  81. 个人简介
  82. </view>
  83. <view class="right">
  84. 景德镇陶瓷考古研究所资料陈列馆副主任累德镇交物鉴定小组成员现为景德镇市第三批市级非物质文化遗产项目景德镇传统陶瓷书法
  85. </view>
  86. </view>
  87. </view>
  88. </view>
  89. <view class="video-list">
  90. <view class="title">
  91. 讲解现场
  92. </view>
  93. <view class="list">
  94. <view
  95. v-for="(item, index) in 10"
  96. :key="index">
  97. <image src="https://img-s-msn-com.akamaized.net/tenant/amp/entityid/BB1msKSi.img" mode="aspectFill"></image>
  98. </view>
  99. </view>
  100. </view>
  101. </view>
  102. <tabber/>
  103. </view>
  104. </template>
  105. <script>
  106. export default {
  107. data() {
  108. return {
  109. titles: ['遗产讲述', '达人同游', '我要跟拍'],
  110. type: 0,
  111. }
  112. },
  113. onLoad(args) {
  114. this.type = args.type
  115. },
  116. methods: {
  117. }
  118. }
  119. </script>
  120. <style scoped lang="scss">
  121. .page{
  122. .info{
  123. .top{
  124. display: flex;
  125. padding: 40rpx;
  126. image{
  127. width: 240rpx;
  128. height: 280rpx;
  129. border-radius: 20rpx;
  130. margin-right: 40rpx;
  131. }
  132. .left{
  133. .title{
  134. font-size: 32rpx;
  135. margin-top: 20rpx;
  136. }
  137. .left-list{
  138. display: flex;
  139. font-size: 26rpx;
  140. background-color: #fff;
  141. border-radius: 20rpx;
  142. padding: 20rpx;
  143. margin-top: 50rpx;
  144. box-shadow: 0 0 10rpx 10rpx #00000010;
  145. >view{
  146. margin: 20rpx 30rpx;
  147. display: flex;
  148. flex-direction: column;
  149. justify-content: center;
  150. align-items: center;
  151. }
  152. }
  153. }
  154. }
  155. .bottom{
  156. display: flex;
  157. justify-content: space-around;
  158. image{
  159. width: 100rpx;
  160. height: 100rpx;
  161. margin-bottom: 10rpx;
  162. }
  163. >view{
  164. background-color: #fff;
  165. box-shadow: 0 0 10rpx 10rpx #00000010;
  166. border-radius: 20rpx;
  167. height: 180rpx;
  168. width: 180rpx;
  169. display: flex;
  170. justify-content: center;
  171. align-items: center;
  172. flex-direction: column;
  173. color: $uni-color;
  174. }
  175. }
  176. }
  177. .detail{
  178. width: 100%;
  179. background-color: #fff;
  180. .content{
  181. padding: 40rpx;
  182. .thumb-up{
  183. background-color: #F6F2E7;
  184. color: $uni-color;
  185. font-size: 28rpx;
  186. font-weight: 900;
  187. padding: 10rpx 25rpx;
  188. display: flex;
  189. width: fit-content;
  190. border-radius: 30rpx;
  191. text{
  192. margin-left: 10rpx;
  193. }
  194. }
  195. .text{
  196. .line{
  197. margin-top: 40rpx;
  198. display: flex;
  199. line-height: 50rpx;
  200. .left{
  201. width: 180rpx;
  202. flex-shrink: 0;
  203. color: $uni-color;
  204. font-weight: 900;
  205. }
  206. }
  207. }
  208. }
  209. .video-list{
  210. padding: 15rpx;
  211. .title{
  212. font-weight: 900;
  213. color: $uni-color;
  214. padding: 15rpx;
  215. }
  216. .list{
  217. display: flex;
  218. flex-wrap: wrap;
  219. >view{
  220. margin: 15rpx;
  221. image{
  222. width: 330rpx;
  223. height: 350rpx;
  224. border-radius: 30rpx;
  225. }
  226. }
  227. }
  228. }
  229. }
  230. }
  231. </style>