detail.wxss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  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. .uni-margin-wrap.data-v-3e159eb4 {
  28. width: 690rpx;
  29. width: 100%;
  30. }
  31. .swiper.data-v-3e159eb4 {
  32. height: 700rpx;
  33. }
  34. .swiper-item.data-v-3e159eb4 {
  35. display: block;
  36. height: 700rpx;
  37. line-height: 700rpx;
  38. text-align: center;
  39. }
  40. .pictures.data-v-3e159eb4 {
  41. width: 100%;
  42. height: 700rpx;
  43. }
  44. .main.data-v-3e159eb4 {
  45. width: 96%;
  46. height: 200rpx;
  47. display: flex;
  48. margin: 0 auto;
  49. justify-content: space-between;
  50. }
  51. .main .left .title.data-v-3e159eb4 {
  52. font-size: 38rpx;
  53. font-weight: bold;
  54. }
  55. .main .left .discribe.data-v-3e159eb4 {
  56. font-size: 27rpx;
  57. margin-top: 10rpx;
  58. }
  59. .main .left .price.data-v-3e159eb4 {
  60. font-size: 24rpx;
  61. margin-top: 10rpx;
  62. color: red;
  63. }
  64. .main .left .price text.data-v-3e159eb4 {
  65. font-size: 38rpx;
  66. font-weight: bold;
  67. }
  68. .main .right.data-v-3e159eb4 {
  69. display: flex;
  70. align-items: center;
  71. width: 120rpx;
  72. justify-content: space-around;
  73. }
  74. .main .right text.data-v-3e159eb4 {
  75. font-size: 38rpx;
  76. }
  77. .choose.data-v-3e159eb4 {
  78. width: 100%;
  79. height: 100rpx;
  80. display: flex;
  81. justify-content: space-between;
  82. align-items: center;
  83. }
  84. .choose .left.data-v-3e159eb4 {
  85. margin-left: 15rpx;
  86. }
  87. .choose .left text.data-v-3e159eb4 {
  88. font-size: 38rpx;
  89. font-weight: bold;
  90. }
  91. .choose .right.data-v-3e159eb4 {
  92. margin-right: 15rpx;
  93. }
  94. .evaluate.data-v-3e159eb4 {
  95. width: 100%;
  96. height: 100rpx;
  97. display: flex;
  98. justify-content: space-around;
  99. align-items: center;
  100. }
  101. .data-v-3e159eb4 .van-tag {
  102. color: red;
  103. height: 60rpx;
  104. }
  105. .choise.data-v-3e159eb4 {
  106. height: 550rpx;
  107. }
  108. .choise .box.data-v-3e159eb4 {
  109. width: 92%;
  110. margin: 0 auto;
  111. }
  112. .choise .box .tit.data-v-3e159eb4 {
  113. font-size: 40rpx;
  114. }
  115. .choise .box .main.data-v-3e159eb4 {
  116. display: flex;
  117. justify-content: space-around;
  118. align-items: center;
  119. height: 172rpx;
  120. }
  121. .choise .box .main .size.data-v-3e159eb4 {
  122. padding: 19rpx;
  123. color: #f00;
  124. border: 1px solid #f00;
  125. height: 30rpx;
  126. text-align: center;
  127. line-height: 30rpx;
  128. }
  129. .btn.data-v-3e159eb4 .van-button--normal {
  130. width: 100%;
  131. height: 100rpx;
  132. }
  133. .selected.data-v-3e159eb4 {
  134. color: #fff !important;
  135. background: #f00 !important;
  136. }
  137. .news.data-v-3e159eb4 {
  138. height: 320rpx;
  139. }
  140. .footerBtn.data-v-3e159eb4 {
  141. width: 90%;
  142. height: 80rpx;
  143. display: flex;
  144. margin: 30rpx auto;
  145. text-align: center;
  146. line-height: 80rpx;
  147. }
  148. .footerBtn .btn1.data-v-3e159eb4 {
  149. flex: 1;
  150. height: 100%;
  151. color: #fff;
  152. background: #595959;
  153. }
  154. .footerBtn .btn2.data-v-3e159eb4 {
  155. flex: 1;
  156. height: 100%;
  157. color: #fff;
  158. background: #ff0000;
  159. }
  160. .newsMain.data-v-3e159eb4 {
  161. display: flex;
  162. justify-content: space-around;
  163. align-items: center;
  164. height: 100rpx;
  165. }
  166. .newsMain .size.data-v-3e159eb4 {
  167. padding: 19rpx;
  168. color: #f00;
  169. border: 1px solid #f00;
  170. height: 30rpx;
  171. text-align: center;
  172. line-height: 30rpx;
  173. }