descInfoNav.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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. .miantitlebox.data-v-473b0d34 {
  28. padding: 30rpx 32rpx;
  29. font-family: PingFang SC, PingFang SC;
  30. font-weight: 500;
  31. font-size: 36rpx;
  32. color: #222222;
  33. }
  34. .subtitlebox.data-v-473b0d34 {
  35. padding: 30rpx 0;
  36. font-family: PingFang SC, PingFang SC;
  37. font-weight: 500;
  38. font-size: 36rpx;
  39. color: #222222;
  40. }
  41. .title-content.data-v-473b0d34 {
  42. padding: 0 32rpx;
  43. background-color: #fff;
  44. font-size: 28rpx;
  45. line-height: 1.6;
  46. }
  47. .title-content .title.data-v-473b0d34 {
  48. font-size: 36rpx;
  49. font-weight: 500;
  50. color: #414858;
  51. }
  52. .title-content .time-or-subtitle.data-v-473b0d34 {
  53. margin-top: 12rpx;
  54. color: #666666;
  55. }
  56. .descbox.data-v-473b0d34 {
  57. padding: 14rpx 32rpx;
  58. margin-bottom: 20rpx;
  59. background-color: #fff;
  60. font-family: PingFang SC, PingFang SC;
  61. font-weight: 400;
  62. font-size: 28rpx;
  63. color: #222222;
  64. line-height: 42rpx;
  65. word-break: break-word;
  66. }
  67. .descbox-title.data-v-473b0d34 {
  68. margin-bottom: 24rpx;
  69. font-weight: 500;
  70. font-size: 32rpx;
  71. }
  72. .descbox-info.data-v-473b0d34 {
  73. margin-bottom: 24rpx;
  74. display: flex;
  75. flex-direction: row;
  76. align-items: center;
  77. justify-content: space-between;
  78. font-size: 26rpx;
  79. color: #757575;
  80. }
  81. .descbox-info-l.data-v-473b0d34 {
  82. flex: 1;
  83. display: flex;
  84. flex-direction: row;
  85. align-items: center;
  86. justify-content: flex-start;
  87. }
  88. .descbox-info-time.data-v-473b0d34 {
  89. margin-left: 18rpx;
  90. padding-left: 18rpx;
  91. position: relative;
  92. }
  93. .descbox-info-time.data-v-473b0d34::after {
  94. content: "";
  95. width: 4rpx;
  96. height: 4rpx;
  97. background: #999999;
  98. border-radius: 50%;
  99. position: absolute;
  100. left: 0;
  101. top: 50%;
  102. -webkit-transform: translateY(-50%);
  103. transform: translateY(-50%);
  104. }
  105. .descbox-info-r.data-v-473b0d34 {
  106. background: transparent;
  107. }
  108. .descbox-desc.data-v-473b0d34 {
  109. overflow: hidden;
  110. position: relative;
  111. margin-top: 20rpx;
  112. }
  113. .expand.data-v-473b0d34 {
  114. flex-shrink: 0;
  115. display: flex;
  116. flex-direction: row;
  117. align-items: center;
  118. justify-content: flex-end;
  119. color: #FF5C03;
  120. font-weight: 400;
  121. font-size: 24rpx;
  122. }
  123. .expand image.data-v-473b0d34 {
  124. width: 32rpx;
  125. height: 32rpx;
  126. }
  127. .expand-ab.data-v-473b0d34 {
  128. position: absolute;
  129. top: 0;
  130. right: 0;
  131. box-shadow: -50rpx 0 20rpx 8rpx #FFFFFF;
  132. background-color: #fff;
  133. }