index.wxss 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454
  1. /* 轮播图样式 */
  2. .header_box {
  3. /* width: 100%; */
  4. /* padding:16rpx; */
  5. box-sizing: border-box;
  6. position: relative;
  7. z-index: 2;
  8. margin: 16rpx;
  9. border-radius: 16rpx;
  10. overflow: hidden;
  11. position: relative;
  12. background-color: #ffffff;
  13. box-shadow: 0px 2px 12px 0px rgba(25, 27, 38, 0.1);
  14. }
  15. .header_container{
  16. position: relative;
  17. overflow: hidden;
  18. z-index: 1;
  19. }
  20. .header_container::after{
  21. content: '';
  22. width: 100%;
  23. position: absolute;
  24. z-index: -1111;
  25. background-color: #000000;
  26. height: 400rpx;
  27. border-radius: 0px 0px 18rpx 18rpx;
  28. top: 0;
  29. left: 0;
  30. }
  31. .header_box swiper {
  32. position: relative;
  33. height: 720rpx;
  34. }
  35. .header_box image {
  36. height: 488rpx;
  37. width: 100%;
  38. overflow: hidden;
  39. }
  40. .img_footer {
  41. height: 212rpx;
  42. display: flex;
  43. align-items: center;
  44. padding: 0 52rpx;
  45. justify-content: space-around;
  46. flex-wrap: wrap;
  47. }
  48. .img_footer>view {
  49. width: 50%;
  50. display: flex;
  51. align-items: center;
  52. font-size: 32rpx;
  53. color: #80838F;
  54. overflow: hidden;
  55. text-overflow: ellipsis;
  56. white-space: nowrap;
  57. }
  58. .img_footer view>image {
  59. width: 44rpx;
  60. height: 44rpx;
  61. margin-right: 18rpx;
  62. }
  63. .img_footer .envitem text {
  64. font-size: 28rpx;
  65. margin-left: 4rpx;
  66. }
  67. .img_footer .envitem {
  68. color: #191B26;
  69. margin-left: 16rpx;
  70. }
  71. .fixed_box {
  72. top: 0;
  73. left: 0;
  74. display: flex;
  75. flex-direction: column;
  76. justify-content: space-between;
  77. height: 488rpx;
  78. padding: 32rpx 48rpx 32rpx;
  79. width: 100%;
  80. position: absolute;
  81. color: #ffffff;
  82. }
  83. .fixed_box>.roombg text{
  84. display: inline-block;
  85. background-color: rgba(6, 9, 25, 0.5);
  86. padding: 10rpx 30rpx;
  87. font-size: 32rpx;
  88. border-radius: 48rpx;
  89. }
  90. .fixed_dec {
  91. display: flex;
  92. color: #FFFFFF;
  93. font-size: 28rpx;
  94. align-items: center;
  95. }
  96. .envshow {
  97. display: flex;
  98. flex-direction: row;
  99. justify-content: space-between;
  100. padding: 20rpx 48rpx;
  101. border-radius: 48rpx;
  102. background-color: rgba(6, 9, 25, 0.5);
  103. }
  104. .envshow>view:nth-child(1) {
  105. display: flex;
  106. align-items: center;
  107. }
  108. .envshow image {
  109. width: 40rpx;
  110. height: 40rpx;
  111. margin-right: 8rpx;
  112. }
  113. /* 三个按钮盒子 */
  114. .btn_list {
  115. display: flex;
  116. flex-direction: column;
  117. justify-content: center;
  118. align-items: center;
  119. padding: 0 8px;
  120. box-sizing: border-box;
  121. }
  122. /* 单个按钮样式 */
  123. .btn_item {
  124. width: 100%;
  125. height: 176rpx;
  126. margin-bottom: 24rpx;
  127. display: flex;
  128. align-items: center;
  129. justify-content: space-around;
  130. border-radius: 16rpx;
  131. box-shadow: 0px 2px 12px 0px rgba(25, 27, 38, 0.1);
  132. }
  133. .btn_item:nth-child(1) {
  134. margin-top: 48rpx;
  135. }
  136. .btn_item>view:nth-child(2) {
  137. width: 336rpx;
  138. }
  139. .item_img {
  140. height: 100rpx;
  141. width: 100rpx;
  142. display: flex;
  143. align-items: center;
  144. justify-content: center;
  145. border-radius: 50%;
  146. border: 2px solid #e8e8e9;
  147. }
  148. .item_img image {
  149. width: 60rpx;
  150. height: 60rpx;
  151. }
  152. .item_img image:nth-child(1) {
  153. width: 44rpx;
  154. height: 44rpx;
  155. }
  156. .item_img image:nth-child(2) {
  157. width: 56rpx;
  158. height: 56rpx;
  159. }
  160. .item_title {
  161. display: block;
  162. font-size: 36rpx;
  163. line-height: 50rpx;
  164. color: #191B26;
  165. }
  166. .item_des {
  167. color: #80838F;
  168. font-size: 28rpx;
  169. }
  170. /* 弹框样式 */
  171. .spacedetail {
  172. padding: 25rpx 32rpx 0;
  173. }
  174. .spacedetail swiper {
  175. height: 210rpx;
  176. }
  177. .space_title {
  178. text-align: center;
  179. }
  180. .item_list {
  181. display: flex;
  182. height: 210rpx;
  183. flex-direction: row;
  184. justify-content: space-around;
  185. align-items: center;
  186. }
  187. .list_item {
  188. font-size: 35rpx;
  189. text-align: center;
  190. }
  191. .list_item view:nth-child(2) {
  192. color: rgba(128, 131, 143, 1);
  193. font-size: 28rpx;
  194. margin-top: 8rpx;
  195. }
  196. .noticbox_text{
  197. text-align: center;
  198. }
  199. .envstate {
  200. display: flex;
  201. justify-content: center;
  202. align-items: center;
  203. height: 64rpx;
  204. margin-top: 16rpx;
  205. font-size: 20px;
  206. color: #191B26;
  207. }
  208. .envstate image {
  209. width: 40rpx;
  210. height: 40rpx;
  211. margin-right: 20rpx;
  212. }
  213. /* 反馈列表 */
  214. .feedback_list {
  215. overflow: hidden;
  216. }
  217. .feedback_title {
  218. font-size: 32rpx;
  219. color: rgba(25, 27, 38, 1);
  220. line-height: 38rpx;
  221. margin-bottom: 38rpx;
  222. }
  223. .type_title {
  224. font-size: 32rpx;
  225. color: rgba(128, 131, 143, 1);
  226. line-height: 38rpx;
  227. margin-bottom: 16rpx;
  228. }
  229. .typelist {
  230. display: flex;
  231. flex-direction: row;
  232. /* justify-content: space-between; */
  233. flex-wrap: wrap;
  234. margin-bottom: 40rpx;
  235. overflow: hidden;
  236. }
  237. .typelistlast {
  238. margin-bottom: 0;
  239. }
  240. .typelist>view {
  241. width: 220rpx;
  242. height: 84rpx;
  243. display: flex;
  244. font-size: 28rpx;
  245. align-items: center;
  246. justify-content: center;
  247. background-color: #f4f4f5;
  248. border-radius: 16rpx;
  249. margin-bottom: 12rpx;
  250. }
  251. .typelist>view image {
  252. width: 40rpx;
  253. height: 40rpx;
  254. margin-right: 12rpx;
  255. }
  256. .typelistlast>view {
  257. margin-bottom: 0;
  258. }
  259. .typelist>view:nth-child(3n-1) {
  260. margin: 0 12rpx;
  261. }
  262. .typelist>.typelistactive {
  263. background-color: #5575FF;
  264. color: white;
  265. }
  266. .submitbtn {
  267. height: 80rpx;
  268. background: rgba(85, 117, 255, 1);
  269. border-radius: 20px;
  270. text-align: center;
  271. color: white;
  272. line-height: 80rpx;
  273. margin: 60rpx 0 64rpx;
  274. opacity: 0.5;
  275. overflow: hidden;
  276. box-sizing: border-box;
  277. }
  278. .submitbtnactive {
  279. opacity: 1;
  280. }
  281. .colsebtn {
  282. margin: 40rpx 0 64rpx;
  283. border: 1px solid rgba(218, 218, 218, 1);
  284. background: #ffffff;
  285. color: #191B26;
  286. opacity: 1;
  287. }
  288. .canvas {
  289. /* width: 100%; */
  290. display: flex;
  291. justify-content: center;
  292. align-items: center;
  293. }
  294. .canvashidden canvas{
  295. height: 0;
  296. }
  297. .canvas canvas{
  298. width: 340px;
  299. }
  300. .canvascenter {
  301. width: 90%;
  302. height: 90%;
  303. display: flex;
  304. font-size: 14px;
  305. color: #cccc;
  306. justify-content: center;
  307. align-items: center;
  308. flex-direction: column;
  309. border-left: 1px solid #ccc;
  310. border-bottom: 1px solid #ccc;
  311. margin: 10rpx auto;
  312. }
  313. .feedtext {
  314. display: flex;
  315. justify-content: center;
  316. align-items: center;
  317. flex-direction: column;
  318. }
  319. .feedimgbox {
  320. display: flex;
  321. justify-content: center;
  322. align-items: center;
  323. flex-direction: row;
  324. margin-bottom: 24rpx;
  325. }
  326. .feedimgbox image {
  327. width: 40rpx;
  328. height: 40rpx;
  329. margin-right: 8rpx;
  330. }
  331. .feedtext_title {
  332. font-size: 40rpx;
  333. color: #191B26;
  334. }
  335. .feedtext_desc {
  336. font-size: 28rpx;
  337. }
  338. .noticbox {
  339. width: 100%;
  340. height:65rpx;
  341. font-size: 28rpx;
  342. margin-top: 38rpx;
  343. }
  344. .noticbox swiper{
  345. height: 45rpx;
  346. }
  347. .radiobox {
  348. margin-top: 56rpx;
  349. }
  350. /* .opencontent{
  351. display: flex;
  352. justify-content: center;
  353. align-items: center;
  354. flex-direction: column;
  355. } */
  356. .opencontent_text {
  357. color: #80838F;
  358. margin-top: 84rpx;
  359. text-align: center;
  360. }
  361. .opencontent_openbtn {
  362. background: rgba(85, 117, 255, 1);
  363. margin: 32rpx 0 64rpx;
  364. opacity: 1;
  365. }
  366. .lottie{
  367. width: 50rpx;
  368. height: 50rpx;
  369. }
  370. .secondtxt{
  371. display: flex;
  372. justify-content: center;
  373. align-items: center;
  374. font-size: 14px;
  375. margin-bottom: 16rpx;
  376. }
  377. .secondtxt_title{
  378. font-size: 20px;
  379. margin-bottom: 22rpx;
  380. }
  381. .custom_button{
  382. box-sizing: content-box;
  383. padding: 24rpx 32rpx;
  384. height: 40rpx;
  385. display: flex;
  386. margin-top: 54rpx;
  387. justify-content: center;
  388. text-align: center;
  389. align-items: center;
  390. background-color: #5575FF;
  391. color: #ffffff;
  392. font-size: 16px;
  393. border-radius:40rpx;
  394. }
  395. .header_box .before-load {
  396. width: 0;
  397. height: 0;
  398. opacity: 0;
  399. }