authCode.wxss 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. @charset "UTF-8";
  2. .common.data-v-1180c169 {
  3. height: 100vh;
  4. width: 100vw;
  5. background-image:
  6. url("https://hyscancode.oss-cn-hangzhou.aliyuncs.com/xiaochengxu/cjx/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-1180c169 {
  17. height: 5vh;
  18. }
  19. .head.data-v-1180c169 {
  20. height: 4vh;
  21. line-height: 4vh;
  22. }
  23. .body.data-v-1180c169 {
  24. height: calc(100vh - 160rpx);
  25. }
  26. .title.data-v-1180c169 {
  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-1180c169 {
  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-1180c169 {
  53. width: 120rpx;
  54. border: none;
  55. color: #F9D395;
  56. font-size: 26rpx;
  57. text-align: center;
  58. letter-spacing: 4rpx;
  59. /* 设置文字间距为2px */
  60. font-weight: 600;
  61. height: 50rpx;
  62. line-height: 50rpx;
  63. border-radius: 8rpx;
  64. cursor: pointer;
  65. /* 鼠标指针效果 */
  66. background: #DE00FF;
  67. border-radius: 20rpx;
  68. border: 3px solid #FFBD70;
  69. }
  70. .return_view.data-v-1180c169 {
  71. display: flex;
  72. justify-content: center;
  73. height: 30px;
  74. }
  75. .content_text.data-v-1180c169{
  76. height: calc(100% - 170rpx);
  77. overflow: auto;
  78. }
  79. .row-class.data-v-1180c169 {
  80. height: 80rpx;
  81. }
  82. .logo-rules.data-v-1180c169{
  83. height: 124rpx;
  84. width: 80rpx;
  85. margin-left: 110rpx;
  86. }
  87. .logo-img.data-v-1180c169 {
  88. background-size: cover;
  89. /* 确保背景图片自适应填充整个容器 */
  90. background-position: center;
  91. /* 背景图片居中显示 */
  92. background-repeat: no-repeat;
  93. /* 防止背景图重复 */
  94. height: 100rpx;
  95. width: 62%;
  96. margin-right: 80rpx;
  97. }
  98. .commodity-img.data-v-1180c169 {
  99. background-size: cover;
  100. /* 确保背景图片自适应填充整个容器 */
  101. background-position: center;
  102. /* 背景图片居中显示 */
  103. background-repeat: no-repeat;
  104. /* 防止背景图重复 */
  105. height: 72rpx;
  106. width: 100%;
  107. }
  108. .topImg.data-v-1180c169{
  109. display: flex;
  110. justify-content: center;
  111. margin-top: 30rpx;
  112. }
  113. .topImg .img_1.data-v-1180c169{
  114. height: 100rpx;
  115. margin-top: 20rpx;
  116. }
  117. .topImg .img_2.data-v-1180c169{
  118. height: 80rpx;
  119. }
  120. .cardTop.data-v-1180c169{
  121. margin-bottom: 10rpx;
  122. background-image:
  123. url("https://hyscancode.oss-cn-hangzhou.aliyuncs.com/xiaochengxu/cjx/title_bgi.png");
  124. background-size: cover;
  125. background-position: center;
  126. background-repeat: no-repeat;
  127. height: 80rpx;
  128. margin-top: 20rpx;
  129. }
  130. /**
  131. * 这里是uni-app内置的常用样式变量
  132. *
  133. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  134. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  135. *
  136. */
  137. /**
  138. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  139. *
  140. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  141. */
  142. /* 颜色变量 */
  143. /* 行为相关颜色 */
  144. /* 文字基本颜色 */
  145. /* 背景颜色 */
  146. /* 边框颜色 */
  147. /* 尺寸变量 */
  148. /* 文字尺寸 */
  149. /* 图片尺寸 */
  150. /* Border Radius */
  151. /* 水平间距 */
  152. /* 垂直间距 */
  153. /* 透明度 */
  154. /* 文章场景相关 */
  155. .row-class.data-v-1180c169 {
  156. height: 60rpx;
  157. }
  158. .theme-text.data-v-1180c169 {
  159. height: 10vh;
  160. text-align: center;
  161. line-height: 11vh;
  162. }
  163. .theme-text .textImage.data-v-1180c169 {
  164. height: 80rpx;
  165. width: 400rpx;
  166. }
  167. .title-1.data-v-1180c169 {
  168. text-align: center;
  169. color: #A7001C;
  170. font-size: 18px;
  171. letter-spacing: 4px;
  172. font-weight: 600;
  173. }
  174. .winning-picture.data-v-1180c169 {
  175. height: 460rpx;
  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. display: flex;
  181. justify-content: center;
  182. /* 水平居中 */
  183. }
  184. .detail.data-v-1180c169 {
  185. margin: 20rpx 40rpx;
  186. border-radius: 10rpx;
  187. padding: 10rpx;
  188. margin-top: 30vh;
  189. background-image: url("https://hyscancode.oss-cn-hangzhou.aliyuncs.com/xiaochengxu/cjx/cardBgi.png");
  190. background-size: cover;
  191. background-position: center;
  192. background-repeat: no-repeat;
  193. height: 20vh;
  194. }
  195. .text-detail.data-v-1180c169 {
  196. margin-bottom: 10rpx;
  197. padding: 0px 10px;
  198. font-weight: 500;
  199. font-size: 26rpx;
  200. color: #FFFFFF;
  201. }
  202. .text-one.data-v-1180c169 {
  203. font-weight: 400;
  204. font-size: 26rpx;
  205. color: #FF31C2;
  206. margin-bottom: 10rpx;
  207. }
  208. .detail-btn.data-v-1180c169 {
  209. text-align: center;
  210. color: #F9D395;
  211. height: 60rpx;
  212. line-height: 60rpx;
  213. margin-right: 20rpx;
  214. font-size: 13px;
  215. background-color: #901710;
  216. padding: 3px;
  217. border-radius: 5px;
  218. }
  219. .center-image.data-v-1180c169 {
  220. height: 280rpx;
  221. object-fit: contain;
  222. /* 保持图片的宽高比,确保不会被拉伸或裁切 */
  223. }
  224. .data-v-1180c169 .detail-btn ._span {
  225. background-color: #8E1813;
  226. padding: 4rpx;
  227. border-radius: 8rpx;
  228. font-weight: 400;
  229. font-size: 26rpx;
  230. }
  231. .hint.data-v-1180c169 {
  232. font-weight: 500;
  233. font-size: 24rpx;
  234. color: #FF31C2;
  235. text-align: center;
  236. }
  237. .custom-style.data-v-1180c169 {
  238. height: 74rpx;
  239. }