error.wxss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. @charset "UTF-8";
  2. .common.data-v-334f1e2f {
  3. height: 100vh;
  4. width: 100vw;
  5. background-image:
  6. url("https://hyscancode.oss-cn-hangzhou.aliyuncs.com/xiaochengxu/bgi.png");
  7. /* 使用绝对路径 */
  8. background-size: cover;
  9. /* 确保背景图片自适应填充整个容器 */
  10. background-position: center;
  11. /* 背景图片居中显示 */
  12. background-repeat: no-repeat;
  13. /* 防止背景图重复 */
  14. overflow: auto;
  15. }
  16. .top-class.data-v-334f1e2f {
  17. height: 6vh;
  18. }
  19. .head.data-v-334f1e2f {
  20. height: 4vh;
  21. line-height: 4vh;
  22. }
  23. .body.data-v-334f1e2f {
  24. height: calc(100vh - 160rpx);
  25. }
  26. .title.data-v-334f1e2f {
  27. font-weight: bold;
  28. font-size: 40rpx;
  29. color: #FFFFFF;
  30. text-align: center;
  31. height: 7vh;
  32. line-height: 7vh;
  33. }
  34. .footer-btn.data-v-334f1e2f {
  35. position: fixed;
  36. /* 固定位置 */
  37. left: 0;
  38. /* 距离页面左侧为0 */
  39. bottom: 30rpx;
  40. /* 距离页面底部为0 */
  41. width: 100%;
  42. /* 宽度为100%,确保按钮横跨整个底部 */
  43. display: flex;
  44. /* 启用 Flexbox 布局 */
  45. justify-content: center;
  46. /* 水平居中 */
  47. align-items: center;
  48. /* 垂直居中 */
  49. z-index: 999;
  50. /* 确保按钮在最上层 */
  51. }
  52. .return-button.data-v-334f1e2f {
  53. width: 120rpx;
  54. background-color: #9A1712;
  55. border: none;
  56. color: #F9D395;
  57. font-size: 26rpx;
  58. text-align: center;
  59. letter-spacing: 4rpx;
  60. /* 设置文字间距为2px */
  61. font-weight: 600;
  62. height: 50rpx;
  63. line-height: 50rpx;
  64. border-radius: 8rpx;
  65. cursor: pointer;
  66. /* 鼠标指针效果 */
  67. }
  68. /**
  69. * 这里是uni-app内置的常用样式变量
  70. *
  71. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  72. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  73. *
  74. */
  75. /**
  76. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  77. *
  78. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  79. */
  80. /* 颜色变量 */
  81. /* 行为相关颜色 */
  82. /* 文字基本颜色 */
  83. /* 背景颜色 */
  84. /* 边框颜色 */
  85. /* 尺寸变量 */
  86. /* 文字尺寸 */
  87. /* 图片尺寸 */
  88. /* Border Radius */
  89. /* 水平间距 */
  90. /* 垂直间距 */
  91. /* 透明度 */
  92. /* 文章场景相关 */
  93. .row-class.data-v-334f1e2f {
  94. height: 80rpx;
  95. }
  96. .logo-img.data-v-334f1e2f {
  97. background-size: cover;
  98. /* 确保背景图片自适应填充整个容器 */
  99. background-position: center;
  100. /* 背景图片居中显示 */
  101. background-repeat: no-repeat;
  102. /* 防止背景图重复 */
  103. height: 42rpx;
  104. width: 62%;
  105. }
  106. .commodity-img.data-v-334f1e2f {
  107. background-size: cover;
  108. /* 确保背景图片自适应填充整个容器 */
  109. background-position: center;
  110. /* 背景图片居中显示 */
  111. background-repeat: no-repeat;
  112. /* 防止背景图重复 */
  113. height: 35rpx;
  114. width: 100%;
  115. }
  116. .theme-text.data-v-334f1e2f {
  117. height: 10vh;
  118. text-align: center;
  119. line-height: 11vh;
  120. }
  121. .theme-text .textImage.data-v-334f1e2f {
  122. height: 80rpx;
  123. width: 400rpx;
  124. }
  125. .intro-card.data-v-334f1e2f {
  126. margin: 0 32rpx;
  127. padding: 32rpx 24rpx 24rpx 24rpx;
  128. background: rgba(131, 100, 71, 0.5);
  129. border-radius: 10rpx;
  130. }
  131. .intro-card .intro-view.data-v-334f1e2f {
  132. border: 1px solid #341B10;
  133. padding: 10px;
  134. margin: 10px;
  135. position: relative;
  136. }
  137. .intro-card .intro-view .intro-label.data-v-334f1e2f {
  138. background-image: url("https://hyscancode.oss-cn-hangzhou.aliyuncs.com/xiaochengxu/guzhenganzi/label.png");
  139. /* 使用绝对路径 */
  140. background-size: contain;
  141. background-repeat: no-repeat;
  142. width: 220rpx;
  143. height: 120rpx;
  144. position: absolute;
  145. margin-top: -70rpx;
  146. align-content: center;
  147. }
  148. .intro-card .intro-view .intro-label .label-title.data-v-334f1e2f {
  149. font-weight: bold;
  150. font-size: 30rpx;
  151. color: #341B10;
  152. text-align: center;
  153. margin-left: 10px;
  154. height: 120rpx;
  155. line-height: 110rpx;
  156. }
  157. .intro-card .intro-view .intro-content.data-v-334f1e2f {
  158. font-size: 28rpx;
  159. color: #5c4322;
  160. line-height: 1.8;
  161. margin: 20rpx 0px;
  162. text-align: justify;
  163. height: 50vh;
  164. align-content: center;
  165. }
  166. .intro-card .intro-view .company-img.data-v-334f1e2f {
  167. width: 100%;
  168. height: 260rpx;
  169. border-radius: 12rpx;
  170. object-fit: cover;
  171. margin-top: 10rpx;
  172. background: #eee;
  173. }
  174. .winning-picture.data-v-334f1e2f {
  175. height: 480rpx;
  176. background-image: url(https://hyscancode.oss-cn-hangzhou.aliyuncs.com/xiaochengxu/guzhenganzi/bgiZj.png);
  177. background-size: contain;
  178. background-position: center;
  179. background-repeat: no-repeat;
  180. align-content: center;
  181. text-align: center;
  182. }
  183. .center-image.data-v-334f1e2f {
  184. height: 100rpx;
  185. object-fit: contain;
  186. /* 保持图片的宽高比,确保不会被拉伸或裁切 */
  187. padding-top: 140rpx;
  188. }