details.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. @charset "UTF-8";
  2. /**
  3. * uni-app内置的常用样式变量
  4. */
  5. /* 行为相关颜色 */
  6. /* 文字基本颜色 */
  7. /* 背景颜色 */
  8. /* 边框颜色 */
  9. /* 尺寸变量 */
  10. /* 文字尺寸 */
  11. /* 图片尺寸 */
  12. /* Border Radius */
  13. /* 水平间距 */
  14. /* 垂直间距 */
  15. /* 透明度 */
  16. /* 文章场景相关 */
  17. .detail .bgimg.data-v-c228947e {
  18. width: 750rpx;
  19. height: 400rpx;
  20. }
  21. .detail .dbox.data-v-c228947e {
  22. padding: 0 36rpx 20rpx;
  23. margin-top: -368rpx;
  24. position: relative;
  25. height: calc(100vh - 32rpx);
  26. display: flex;
  27. flex-direction: column;
  28. }
  29. .detail .dbox .top.data-v-c228947e {
  30. position: relative;
  31. padding-bottom: 20rpx;
  32. flex: 0 0 auto;
  33. }
  34. .detail .dbox .top .tit.data-v-c228947e {
  35. font-size: 36rpx;
  36. font-weight: bold;
  37. color: #FFFFFF;
  38. margin-bottom: 24rpx;
  39. }
  40. .detail .dbox .top .txt.data-v-c228947e {
  41. font-size: 30rpx;
  42. color: #D3DFFD;
  43. line-height: 40rpx;
  44. margin-bottom: 12rpx;
  45. }
  46. .detail .dbox .top .shareimg.data-v-c228947e {
  47. width: 28rpx;
  48. height: 34rpx;
  49. position: absolute;
  50. right: 0rpx;
  51. top: 0rpx;
  52. }
  53. .detail .dbox .dmain.data-v-c228947e {
  54. padding: 40rpx 24rpx 10rpx;
  55. background: #FFFFFF;
  56. border-radius: 18rpx;
  57. position: relative;
  58. display: flex;
  59. flex-direction: column;
  60. }
  61. .detail .dbox .dmain .tit.data-v-c228947e {
  62. font-size: 30rpx;
  63. font-weight: bold;
  64. color: #161616;
  65. }
  66. .detail .dbox .dmain .list.data-v-c228947e {
  67. width: 100%;
  68. background: #F7F7F7;
  69. display: flex;
  70. align-items: flex-start;
  71. line-height: 48rpx;
  72. border-radius: 10rpx;
  73. min-height: 100rpx;
  74. padding: 26rpx;
  75. box-sizing: border-box;
  76. margin-bottom: 22rpx;
  77. }
  78. .detail .dbox .dmain .list .label.data-v-c228947e {
  79. font-size: 30rpx;
  80. font-weight: bold;
  81. color: #161616;
  82. font-weight: bold;
  83. flex: 0 0 auto;
  84. }
  85. .detail .dbox .dmain .list .rtxt.data-v-c228947e {
  86. flex: 1;
  87. text-align: right;
  88. margin-left: 12rpx;
  89. }
  90. .detail .dbox .dmain .list .rtxt.rtxt1.data-v-c228947e {
  91. font-size: 32rpx;
  92. font-weight: bold;
  93. color: #FE5A0E;
  94. }
  95. .detail .dbox .dmain .list .rtxt.rtxt1 text.data-v-c228947e {
  96. color: #161616;
  97. font-size: 30rpx;
  98. font-weight: normal;
  99. }
  100. .detail .dbox .dmain .list .rtxt.rtxt2.data-v-c228947e {
  101. font-size: 30rpx;
  102. font-weight: 500;
  103. color: #161616;
  104. }
  105. .detail .dbox .dmain .search.data-v-c228947e {
  106. height: 80rpx;
  107. background: #F2F5FB;
  108. border-radius: 40rpx;
  109. padding-left: 40rpx;
  110. }
  111. .detail .dbox .dmain .search .img.data-v-c228947e {
  112. width: 30rpx;
  113. height: 32rpx;
  114. flex: 0 0 auto;
  115. margin-right: 30rpx;
  116. }
  117. .detail .dbox .dmain .search .btn.data-v-c228947e {
  118. width: 120rpx;
  119. height: 80rpx;
  120. background: #1f57e6;
  121. border-radius: 40rpx;
  122. font-size: 30rpx;
  123. font-weight: 500;
  124. color: #FFFFFF;
  125. text-align: center;
  126. line-height: 80rpx;
  127. flex: 0 0 auto;
  128. }
  129. .detail .dbox .dmain .search .input.data-v-c228947e {
  130. font-size: 30rpx;
  131. color: #161616;
  132. line-height: 80rpx;
  133. }
  134. .detail .dbox .dmain .delbox.data-v-c228947e {
  135. font-size: 30rpx;
  136. color: #FE5A0E;
  137. padding: 0 20rpx;
  138. }
  139. .nodata.data-v-c228947e {
  140. display: flex;
  141. flex-direction: column;
  142. align-items: center;
  143. box-sizing: border-box;
  144. padding: 80rpx 0 120rpx;
  145. }
  146. .nodata image.data-v-c228947e {
  147. width: 456rpx;
  148. height: 178rpx;
  149. margin-bottom: 28rpx;
  150. }
  151. .nodata view.data-v-c228947e {
  152. font-size: 30rpx;
  153. color: #AAAAAA;
  154. font-weight: bold;
  155. }
  156. .fbtns.data-v-c228947e {
  157. display: flex;
  158. align-items: center;
  159. background-color: #ffffff;
  160. padding: 0rpx 30rpx 0rpx;
  161. box-shadow: 0px 0px 18rpx 0px rgba(121, 121, 121, 0.39);
  162. height: 100rpx;
  163. flex: 0 0 auto;
  164. justify-content: center;
  165. font-size: 30rpx;
  166. font-weight: 500;
  167. color: #4775EA;
  168. }
  169. .fbtns image.data-v-c228947e {
  170. width: 32rpx;
  171. height: 30rpx;
  172. margin-right: 20rpx;
  173. }
  174. .detail.data-v-c228947e .zb-table-header {
  175. background-color: #F2F5FB !important;
  176. }
  177. .detail.data-v-c228947e .zb-table-applet .zb-table-header .zb-stick-side {
  178. background-color: #F2F5FB !important;
  179. }
  180. .detail.data-v-c228947e .odd {
  181. background-color: #F2F5FB !important;
  182. }
  183. .detail.data-v-c228947e .item-td {
  184. border-bottom: none !important;
  185. }
  186. .detail.data-v-c228947e .item-th {
  187. border-bottom: none !important;
  188. background-color: #F2F5FB !important;
  189. }