test-detail.wxss 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  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. page.data-v-15d2f360 {
  28. background-color: #F7F7F7;
  29. padding-bottom: 120rpx;
  30. }
  31. page .header.data-v-15d2f360 {
  32. width: 100%;
  33. background-color: #FFFFFF;
  34. }
  35. page .header .banner.data-v-15d2f360 {
  36. width: 100%;
  37. height: 320rpx;
  38. }
  39. page .header image.data-v-15d2f360 {
  40. width: 100%;
  41. height: 100%;
  42. }
  43. page .header .text.data-v-15d2f360 {
  44. padding: 36rpx 32rpx 28rpx 32rpx;
  45. }
  46. page .header .text ._p.data-v-15d2f360 {
  47. font-size: 36rpx;
  48. font-weight: bold;
  49. color: #333334;
  50. }
  51. page .header .text .text-deta.data-v-15d2f360 {
  52. font-size: 28rpx;
  53. font-weight: 400;
  54. margin-top: 10rpx;
  55. color: #848484;
  56. line-height: 48rpx;
  57. }
  58. page .header .prce-li.data-v-15d2f360 {
  59. overflow: hidden;
  60. margin-top: 20rpx;
  61. }
  62. page .header .prce-li view.data-v-15d2f360 {
  63. display: inline-block;
  64. }
  65. page .header .prce-li view.data-v-15d2f360:nth-child(1) {
  66. width: 20%;
  67. color: #FA564C;
  68. font-size: 32rpx;
  69. font-weight: 600;
  70. }
  71. page .header .prce-li view:nth-child(1) ._a.data-v-15d2f360 {
  72. font-weight: 500;
  73. margin-left: 5rpx;
  74. font-size: 20rpx;
  75. }
  76. page .header .prce-li view.data-v-15d2f360:nth-child(2) {
  77. width: 80%;
  78. text-align: right;
  79. color: #848484;
  80. font-size: 28rpx;
  81. }
  82. page .header .prce-li view:nth-child(2) ._i.data-v-15d2f360 {
  83. width: 20rpx;
  84. height: 20rpx;
  85. background: #EFD140;
  86. -webkit-border-radius: 50%;
  87. border-radius: 50%;
  88. margin-right: 10rpx;
  89. display: inline-block;
  90. }
  91. page .list-li.data-v-15d2f360 {
  92. padding: 32rpx 32rpx 0rpx 32rpx;
  93. margin-top: 20rpx;
  94. background-color: #FFFFFF;
  95. }
  96. page .footer.data-v-15d2f360 {
  97. position: fixed;
  98. bottom: 0;
  99. left: 0;
  100. right: 0;
  101. width: 100%;
  102. height: 120rpx;
  103. line-height: 120rpx;
  104. background: #FFFFFF;
  105. -webkit-box-shadow: 0rpx -2rpx 8rpx rgba(0, 0, 0, 0.08);
  106. box-shadow: 0rpx -2rpx 8rpx rgba(0, 0, 0, 0.08);
  107. }
  108. page .footer view.data-v-15d2f360 {
  109. display: inline-block;
  110. }
  111. page .footer view image.data-v-15d2f360 {
  112. width: 54rpx;
  113. height: 54rpx;
  114. display: block;
  115. }
  116. page .footer view ._span.data-v-15d2f360 {
  117. color: #EFD140;
  118. display: block;
  119. font-size: 20rpx;
  120. }
  121. page .footer view.data-v-15d2f360:nth-child(1) {
  122. width: 20%;
  123. text-align: center;
  124. }
  125. page .footer view.data-v-15d2f360:nth-child(2) {
  126. width: 60%;
  127. }
  128. page .footer view:nth-child(2) ._a.data-v-15d2f360 {
  129. height: 80rpx;
  130. font-size: 32rpx;
  131. color: #292929;
  132. line-height: 80rpx;
  133. text-align: center;
  134. background: #EFD140;
  135. opacity: 1;
  136. -webkit-border-radius: 40rpx;
  137. border-radius: 40rpx;
  138. }
  139. page .cu-bar view.data-v-15d2f360 {
  140. display: block;
  141. }
  142. page .cu-bar uni-image.data-v-15d2f360 {
  143. max-height: 200rpx;
  144. }
  145. page .cu-bar .action.data-v-15d2f360:first-child {
  146. width: 20%;
  147. text-align: center;
  148. }
  149. page .cu-bar .action.data-v-15d2f360:last-child {
  150. width: 80%;
  151. }
  152. page #foot-box.data-v-15d2f360 {
  153. position: fixed;
  154. bottom: 0;
  155. width: 100%;
  156. height: 120rpx;
  157. background: #FFFFFF;
  158. -webkit-box-shadow: 0rpx -2rpx 8rpx rgba(0, 0, 0, 0.08);
  159. box-shadow: 0rpx -2rpx 8rpx rgba(0, 0, 0, 0.08);
  160. }
  161. page #foot-box image.data-v-15d2f360 {
  162. width: 54rpx;
  163. height: 54rpx;
  164. margin-top: 20rpx;
  165. }
  166. page #foot-box .text.data-v-15d2f360 {
  167. text-align: center;
  168. font-size: 20rpx;
  169. font-weight: 400;
  170. color: #EFD140;
  171. }
  172. page #foot-box .btns.data-v-15d2f360 {
  173. width: 100%;
  174. height: 80rpx;
  175. line-height: 80rpx;
  176. margin-top: 20rpx;
  177. text-align: center;
  178. color: #292929;
  179. background: #EFD140;
  180. -webkit-border-radius: 40rpx;
  181. border-radius: 40rpx;
  182. }