index.wxss 5.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. page.data-v-57280228 {
  2. height: 100%;
  3. }
  4. .cnt_wrapper.data-v-57280228 {
  5. margin: 0;
  6. padding: 0;
  7. height: 100%;
  8. }
  9. .imgs.data-v-57280228{
  10. height: 400rpx;
  11. }
  12. .content.data-v-57280228 {
  13. height: 100%;
  14. padding: 0 20rpx;
  15. -webkit-transform: translateY(-215rpx);
  16. transform: translateY(-215rpx);
  17. }
  18. .bannerImg.data-v-57280228 {
  19. height: 333rpx;
  20. width: 100%;
  21. border-radius: 8rpx;
  22. z-index: -2;
  23. }
  24. .title_img.data-v-57280228{
  25. width: 161px;
  26. height: 28px;
  27. position: absolute;
  28. top: 0px;
  29. left: 0px;
  30. }
  31. .imgBox.data-v-57280228 {
  32. display: flex;
  33. justify-content: space-between;
  34. margin-top: 25rpx;
  35. /* background: #fff; */
  36. border-radius: 10rpx;
  37. /* box-shadow: 0px 2rpx 24rpx 0px #f4f4f4; */
  38. }
  39. .img_box.data-v-57280228{
  40. padding: 10rpx;
  41. width: 6.4rem;
  42. text-align: center;
  43. border-radius: 10rpx;
  44. /* background-color: #eeeeff; */
  45. }
  46. .img_color1.data-v-57280228{
  47. background-color: #ecf4fc;
  48. }
  49. .img_color2.data-v-57280228{
  50. background-color: #e6fff4;
  51. }
  52. .img_color3.data-v-57280228{
  53. background-color: #fff7eb;
  54. }
  55. .img_box_tu.data-v-57280228{
  56. width: 100rpx;
  57. height: 100rpx;
  58. padding-bottom: 10rpx;
  59. }
  60. .imgBox_title.data-v-57280228 {
  61. color: black;
  62. }
  63. .img_box_text.data-v-57280228{
  64. color: gray;
  65. font-size: 24rpx;
  66. /* padding-bottom: 10rpx; */
  67. }
  68. .health.data-v-57280228{
  69. display: flex;
  70. margin-top: 20rpx;
  71. text-align: center;
  72. }
  73. .health_1.data-v-57280228{
  74. flex: 1;
  75. }
  76. .health_img.data-v-57280228{
  77. height: 100rpx;
  78. width: 100rpx;
  79. }
  80. .img_text.data-v-57280228{
  81. width: 350rpx;
  82. text-align: center;
  83. border-radius: 50rpx;
  84. background: #fff;
  85. color: #50c793;
  86. position: absolute;
  87. top: 60rpx;
  88. left: 180rpx;
  89. }
  90. .img_bottom.data-v-57280228{
  91. width: 99%;
  92. height: 150rpx;
  93. margin-top: 20rpx;
  94. position: relative;
  95. }
  96. .bottom.data-v-57280228{
  97. width: 100%;
  98. height: 150rpx;
  99. }
  100. .knowledge.data-v-57280228{
  101. margin-top: 20rpx;
  102. }
  103. .knowledge_box.data-v-57280228{
  104. margin-bottom: 20rpx;
  105. display: flex;
  106. padding: 10rpx;
  107. /* border: 1px solid black; */
  108. height: 160rpx;
  109. background: #f2f0f0b3;
  110. box-shadow: 0 0 5 f2f0f0b3;
  111. border-radius: 20rpx;
  112. }
  113. .box_left.data-v-57280228{
  114. width: 70%;
  115. }
  116. .box_right.data-v-57280228{
  117. width: 30%;
  118. }
  119. .knowledge_title.data-v-57280228{
  120. height: 120rpx;
  121. font-size: 36rpx;
  122. }
  123. .author.data-v-57280228{
  124. height: 40rpx;
  125. font-size: 28rpx;
  126. display: flex;
  127. text-align: left;
  128. }
  129. .author_1.data-v-57280228{
  130. flex: 1;
  131. }
  132. .right_img.data-v-57280228{
  133. width: 100%;
  134. height: 160rpx;
  135. }
  136. .imgBox_title .imgtitle.data-v-57280228 {
  137. width: 150rpx;
  138. height: 36rpx;
  139. margin-top: 20rpx;
  140. }
  141. .article_list.data-v-57280228 {
  142. display: flex;
  143. flex-direction: column;
  144. justify-content: space-evenly;
  145. margin-top: 25rpx;
  146. background: #fff;
  147. border-radius: 10rpx;
  148. box-shadow: 0px 2rpx 24rpx 0px #f4f4f4;
  149. max-height: 730rpx;
  150. overflow: scroll;
  151. }
  152. .list_box.data-v-57280228 {
  153. width: 90%;
  154. margin: 20rpx auto;
  155. border-bottom: 1px solid #e5e5e5;
  156. padding: 20rpx 0;
  157. }
  158. .list_box .content_list.data-v-57280228 {
  159. font-size: 28rpx;
  160. color: #757373;
  161. padding: 10rpx 0;
  162. }
  163. .bottom_list.data-v-57280228 {
  164. display: flex;
  165. justify-content: space-between;
  166. color: #c2c2c2;
  167. }
  168. .bottom_list ._img.data-v-57280228 {
  169. width: 50rpx;
  170. height: 50rpx;
  171. }
  172. .bottom_list ._span.data-v-57280228 {
  173. font-size: 24rpx;
  174. }
  175. .bottom_list .name_date.data-v-57280228,
  176. .read.data-v-57280228,
  177. .nice.data-v-57280228 {
  178. display: flex;
  179. align-items: center;
  180. }
  181. .imgDislysis.data-v-57280228 {
  182. width: 344rpx;
  183. height: 374rpx;
  184. background: linear-gradient(0deg, #28D87D, #01BD5D);
  185. box-shadow: 0px 0px 24rpx 0px rgba(9, 196, 148, 0.3);
  186. border-radius: 16rpx;
  187. }
  188. .imgBoxRight.data-v-57280228 {
  189. display: flex;
  190. flex-direction: column;
  191. justify-content: space-between;
  192. margin-top: 30rpx;
  193. }
  194. .imgBoxRight ._img.data-v-57280228 {
  195. width: 235rpx;
  196. height: 250rpx;
  197. /* background: #FEF4D8; */
  198. /* box-shadow: 0px 2rpx 24rpx 0px rgba(255, 209, 110, 0.3); */
  199. border-radius: 16rpx;
  200. }
  201. .imgVideo.data-v-57280228 {
  202. width: 344rpx;
  203. height: 223rpx;
  204. background: #FEE6D8;
  205. box-shadow: 0px 2rpx 24rpx 0px rgba(255, 171, 110, 0.3);
  206. border-radius: 16rpx;
  207. margin-top: 20rpx;
  208. }
  209. .van-search.data-v-57280228 {
  210. padding: 0rpx;
  211. }
  212. @charset "UTF-8";
  213. /**
  214. * 这里是uni-app内置的常用样式变量
  215. *
  216. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  217. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  218. *
  219. */
  220. /**
  221. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  222. *
  223. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  224. */
  225. /* 颜色变量 */
  226. /* 行为相关颜色 */
  227. /* 文字基本颜色 */
  228. /* 背景颜色 */
  229. /* 边框颜色 */
  230. /* 尺寸变量 */
  231. /* 文字尺寸 */
  232. /* 图片尺寸 */
  233. /* Border Radius */
  234. /* 水平间距 */
  235. /* 垂直间距 */
  236. /* 透明度 */
  237. /* 文章场景相关 */
  238. .searchBtn .van-search {
  239. padding: 0;
  240. border-radius: 50rpx;
  241. }