feedback.wxss 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. @charset "UTF-8";
  2. .common.data-v-1ffb8e14 {
  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-1ffb8e14 {
  17. height: 6vh;
  18. }
  19. .head.data-v-1ffb8e14 {
  20. height: 4vh;
  21. line-height: 4vh;
  22. }
  23. .body.data-v-1ffb8e14 {
  24. height: calc(100vh - 160rpx);
  25. }
  26. .title.data-v-1ffb8e14 {
  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-1ffb8e14 {
  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-1ffb8e14 {
  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-1ffb8e14 {
  94. height: 80rpx;
  95. }
  96. .logo-img.data-v-1ffb8e14 {
  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-1ffb8e14 {
  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-1ffb8e14 {
  117. height: 10vh;
  118. text-align: center;
  119. line-height: 11vh;
  120. }
  121. .theme-text .textImage.data-v-1ffb8e14 {
  122. height: 80rpx;
  123. width: 400rpx;
  124. }
  125. .intro-card.data-v-1ffb8e14 {
  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-1ffb8e14 {
  132. border: 1px solid #341B10;
  133. padding: 10px;
  134. margin-top: 20rpx;
  135. position: relative;
  136. }
  137. .intro-card .intro-view .intro-label.data-v-1ffb8e14 {
  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-1ffb8e14 {
  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-1ffb8e14 {
  158. font-size: 26rpx;
  159. color: #5c4322;
  160. line-height: 1.8;
  161. text-align: justify;
  162. margin-top: 20rpx;
  163. }
  164. .data-v-1ffb8e14 .u-form-item__body__left {
  165. width: 160rpx !important;
  166. }
  167. .data-v-1ffb8e14 .u-form-item__body__left__content__label {
  168. font-weight: bold;
  169. font-size: 26rpx !important;
  170. color: #FFFFFF !important;
  171. }
  172. .data-v-1ffb8e14 .u-form-item__body__right {
  173. border: 1px solid #9B0000 !important;
  174. }
  175. .data-v-1ffb8e14 .u-textarea {
  176. background-color: rgba(0, 0, 0, 0) !important;
  177. }
  178. .data-v-1ffb8e14 .u-form-item__body {
  179. display: flex;
  180. flex-direction: row;
  181. padding: 0 0 !important;
  182. padding-top: 10rpx !important;
  183. }
  184. .data-v-1ffb8e14 .u-form-item__body__right__message {
  185. margin-left: 160rpx !important;
  186. }
  187. .filter-btn-group.data-v-1ffb8e14 {
  188. display: flex;
  189. justify-content: flex-start;
  190. align-items: center;
  191. gap: 24rpx;
  192. margin: 10rpx 0 10rpx 0;
  193. }
  194. .filter-btn.data-v-1ffb8e14 {
  195. padding: 4rpx 20rpx;
  196. border: 2rpx solid #b22222;
  197. color: #b22222;
  198. font-size: 28rpx;
  199. transition: all 0.2s;
  200. margin-left: 10rpx;
  201. }
  202. .filter-btn.active.data-v-1ffb8e14 {
  203. background: #b22222;
  204. color: #fff;
  205. border: 2rpx solid #b22222;
  206. }
  207. .row-text.data-v-1ffb8e14 {
  208. font-weight: bold;
  209. font-size: 26rpx;
  210. color: #FFFFFF;
  211. }
  212. .content.data-v-1ffb8e14 {
  213. max-height: 60vh;
  214. overflow: auto;
  215. }
  216. .savaBtn.data-v-1ffb8e14 {
  217. margin-top: 10px;
  218. font-weight: 600;
  219. }