detail.wxss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  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-3e159eb4 {
  28. display: flex;
  29. flex-direction: column;
  30. position: relative;
  31. min-height: 100vh;
  32. background-color: #ebeced;
  33. }
  34. .container .banner.data-v-3e159eb4 {
  35. position: relative;
  36. margin-top: 20rpx;
  37. width: 750rpx;
  38. height: 422rpx;
  39. }
  40. .container .banner .img.data-v-3e159eb4 {
  41. width: 100%;
  42. height: 100%;
  43. }
  44. .container .banner .slogan.data-v-3e159eb4 {
  45. position: absolute;
  46. top: 0;
  47. left: 0;
  48. display: flex;
  49. justify-content: center;
  50. align-items: center;
  51. width: 163rpx;
  52. height: 60rpx;
  53. background-color: rgba(255, 255, 255, 0.4);
  54. }
  55. .container .banner .slogan ._img.data-v-3e159eb4 {
  56. width: 125rpx;
  57. height: 44rpx;
  58. }
  59. .container .detail.data-v-3e159eb4 {
  60. position: absolute;
  61. top: 265rpx;
  62. left: 20rpx;
  63. box-sizing: border-box;
  64. padding: 0 30rpx;
  65. width: 710rpx;
  66. height: 254rpx;
  67. border-radius: 10rpx;
  68. background-color: #fff;
  69. }
  70. .container .detail .detail_name.data-v-3e159eb4 {
  71. margin-top: 25rpx;
  72. font-size: 34rpx;
  73. font-weight: bold;
  74. }
  75. .container .detail .detail_info.data-v-3e159eb4 {
  76. display: flex;
  77. justify-content: space-between;
  78. margin-top: 10rpx;
  79. }
  80. .container .detail .detail_info .info_left.data-v-3e159eb4 {
  81. color: #999999;
  82. font-size: 20rpx;
  83. }
  84. .container .detail .detail_info .info_right.data-v-3e159eb4 {
  85. display: flex;
  86. align-items: center;
  87. color: #096562;
  88. font-size: 24rpx;
  89. }
  90. .container .detail .detail_info .info_right ._img.data-v-3e159eb4 {
  91. margin-left: 6rpx;
  92. width: 10rpx;
  93. height: 20rpx;
  94. }
  95. .container .detail .detail_group.data-v-3e159eb4 {
  96. display: flex;
  97. flex-wrap: wrap;
  98. margin-top: 5rpx;
  99. }
  100. .container .detail .detail_group .group_item.data-v-3e159eb4 {
  101. display: flex;
  102. align-items: center;
  103. margin-right: 10rpx;
  104. color: #999999;
  105. font-size: 20rpx;
  106. }
  107. .container .detail .detail_group .group_item ._img.data-v-3e159eb4 {
  108. margin-right: 5rpx;
  109. width: 22rpx;
  110. height: 22rpx;
  111. }
  112. .container .detail .address.data-v-3e159eb4 {
  113. display: flex;
  114. justify-content: space-between;
  115. margin-top: 8rpx;
  116. font-size: 28rpx;
  117. font-weight: bold;
  118. }
  119. .container .detail .address .address_left.data-v-3e159eb4 {
  120. width: 480rpx;
  121. overflow: hidden;
  122. text-overflow: ellipsis;
  123. white-space: nowrap;
  124. }
  125. .container .detail .address .address_right.data-v-3e159eb4 {
  126. display: flex;
  127. }
  128. .container .detail .address .address_right .right_box.data-v-3e159eb4 {
  129. margin-left: 28rpx;
  130. width: 50rpx;
  131. height: 78rpx;
  132. }
  133. .container .detail .address .address_right .right_box ._img.data-v-3e159eb4 {
  134. width: 100%;
  135. height: 100%;
  136. }
  137. .container .detail .distance.data-v-3e159eb4 {
  138. margin-top: -35rpx;
  139. color: #999999;
  140. font-size: 24rpx;
  141. }
  142. .container .body.data-v-3e159eb4 {
  143. position: absolute;
  144. top: 539rpx;
  145. left: 20rpx;
  146. width: 710rpx;
  147. border-radius: 10rpx;
  148. background-color: #fff;
  149. }
  150. .container .body .body_header.data-v-3e159eb4 {
  151. height: 150rpx;
  152. border-radius: 10rpx 10rpx 0 0;
  153. background-color: skyblue;
  154. }