detailInfo.wxss 3.7 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-c0575434 {
  28. position: relative;
  29. height: 100vh;
  30. overflow: hidden;
  31. background-color: #fff;
  32. }
  33. .container .header.data-v-c0575434 {
  34. position: relative;
  35. height: 480rpx;
  36. color: #fff;
  37. overflow: hidden;
  38. }
  39. .container .header ._img.data-v-c0575434 {
  40. width: 100%;
  41. }
  42. .container .header .header_title.data-v-c0575434 {
  43. position: absolute;
  44. top: 65rpx;
  45. left: 308rpx;
  46. color: #fff;
  47. font-size: 28rpx;
  48. }
  49. .container .header .header_icon.data-v-c0575434 {
  50. position: absolute;
  51. top: 56rpx;
  52. left: 5rpx;
  53. width: 47rpx;
  54. height: 47rpx;
  55. }
  56. .container .header .header_name.data-v-c0575434 {
  57. position: absolute;
  58. top: 135rpx;
  59. left: 30rpx;
  60. font-size: 40rpx;
  61. font-weight: bold;
  62. }
  63. .container .header .header_info.data-v-c0575434 {
  64. position: absolute;
  65. top: 215rpx;
  66. left: 30rpx;
  67. font-size: 24rpx;
  68. }
  69. .container .header .header_types.data-v-c0575434 {
  70. position: absolute;
  71. top: 261rpx;
  72. left: 30rpx;
  73. display: flex;
  74. font-size: 20rpx;
  75. }
  76. .container .header .header_types .types_item.data-v-c0575434 {
  77. box-sizing: border-box;
  78. padding: 0 10rpx;
  79. margin-right: 15rpx;
  80. height: 30rpx;
  81. border-radius: 9rpx;
  82. background-color: rgba(255, 255, 255, 0.2);
  83. }
  84. .container .body.data-v-c0575434 {
  85. position: absolute;
  86. top: 322rpx;
  87. left: 0;
  88. right: 0;
  89. box-sizing: border-box;
  90. padding: 0 30rpx 50rpx;
  91. height: calc(100vh - 322rpx);
  92. border-radius: 20rpx 20rpx 0 0;
  93. background-color: #fff;
  94. overflow-y: auto;
  95. }
  96. .container .body .body_title.data-v-c0575434 {
  97. line-height: 90rpx;
  98. font-size: 32rpx;
  99. font-weight: bold;
  100. }
  101. .container .body .body_towns.data-v-c0575434 {
  102. line-height: 55rpx;
  103. font-size: 28rpx;
  104. }
  105. .container .body .body_address.data-v-c0575434 {
  106. display: flex;
  107. height: auto;
  108. line-height: 55rpx;
  109. }
  110. .container .body .body_address .address_text.data-v-c0575434 {
  111. width: 125rpx;
  112. }
  113. .container .body .body_address ._img.data-v-c0575434 {
  114. margin-left: 20rpx;
  115. width: 28rpx;
  116. height: 28rpx;
  117. }
  118. .container .body .body_phone.data-v-c0575434 {
  119. line-height: 55rpx;
  120. font-size: 28rpx;
  121. }
  122. .container .body .body_box.data-v-c0575434 {
  123. display: flex;
  124. align-items: center;
  125. }
  126. .container .body .body_box .box_icon.data-v-c0575434 {
  127. width: 36rpx;
  128. height: 36rpx;
  129. }
  130. .container .body .body_box .box_icon2.data-v-c0575434 {
  131. margin-top: 4rpx;
  132. width: 40rpx;
  133. height: 40rpx;
  134. }
  135. .container .body .body_box .box_text.data-v-c0575434 {
  136. margin-left: 16rpx;
  137. font-size: 28rpx;
  138. }
  139. .container .body .body_time.data-v-c0575434 {
  140. display: flex;
  141. align-items: center;
  142. margin: 20rpx 0;
  143. color: #808080;
  144. font-size: 24rpx;
  145. }
  146. .container .body .body_time .time_start.data-v-c0575434 {
  147. margin-left: 50rpx;
  148. margin-right: 60rpx;
  149. }
  150. .container .body .body_desc.data-v-c0575434 {
  151. margin: 10rpx 0 0 50rpx;
  152. line-height: 45rpx;
  153. color: #808080;
  154. font-size: 24rpx;
  155. }