home.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  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. .home.data-v-92bb8f34 {
  28. padding: 20rpx;
  29. display: flex;
  30. flex-direction: column;
  31. height: 100vh;
  32. box-sizing: border-box;
  33. }
  34. .search-area.data-v-92bb8f34 {
  35. margin-bottom: 20rpx;
  36. flex-shrink: 0;
  37. position: relative;
  38. }
  39. .search-area input.data-v-92bb8f34 {
  40. height: 76rpx;
  41. border: 2rpx solid #000;
  42. line-height: 76rpx;
  43. padding-left: 80rpx;
  44. }
  45. .search-area .iconfont.data-v-92bb8f34 {
  46. position: absolute;
  47. font-size: 40rpx;
  48. top: 20rpx;
  49. left: 16rpx;
  50. }
  51. .rule-area.data-v-92bb8f34 {
  52. flex-shrink: 0;
  53. border-radius: 18rpx;
  54. box-shadow: 0 2rpx 8rpx 0 rgba(0, 0, 0, 0.2), 0 2rpx 6rpx 0 rgba(0, 0, 0, 0.19);
  55. padding: 16rpx;
  56. }
  57. .rule-area .notice.data-v-92bb8f34 {
  58. display: flex;
  59. flex-direction: row;
  60. font-size: 36rpx;
  61. font-weight: bolder;
  62. padding-bottom: 10rpx;
  63. align-items: center;
  64. border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  65. }
  66. .rule-area .notice ._i.data-v-92bb8f34 {
  67. margin-right: 10rpx;
  68. font-size: 36rpx;
  69. color: orange;
  70. }
  71. .rule-area ._li.data-v-92bb8f34 {
  72. padding: 10rpx 0;
  73. width: 100%;
  74. overflow: hidden;
  75. /*超出部分隐藏*/
  76. white-space: nowrap;
  77. /*禁止换行*/
  78. text-overflow: ellipsis;
  79. /*省略号*/
  80. }
  81. .rule-area.data-v-92bb8f34:nth-child(3) {
  82. margin-top: 32rpx;
  83. }
  84. .rule-area:nth-child(3) ._i.data-v-92bb8f34 {
  85. color: #19be6b;
  86. }
  87. .rule-area:nth-child(3) ._li.data-v-92bb8f34 {
  88. display: flex;
  89. justify-content: space-between;
  90. }
  91. .borrow-area_bck.data-v-92bb8f34 {
  92. flex-shrink: 0;
  93. margin-bottom: 20rpx;
  94. height: 120rpx;
  95. }
  96. .borrow-area_bck .notice-li.data-v-92bb8f34 {
  97. line-height: 200%;
  98. display: flex;
  99. flex-direction: row;
  100. justify-content: space-between;
  101. }
  102. .scan-area.data-v-92bb8f34 {
  103. flex-shrink: 1;
  104. height: 100%;
  105. position: relative;
  106. }
  107. .scan-area .scan-code.data-v-92bb8f34 {
  108. width: 280rpx;
  109. height: 280rpx;
  110. background-color: rgba(21, 184, 88, 0.9);
  111. box-shadow: 0 2rpx 8rpx 2rpx rgba(0, 0, 0, 0.4);
  112. color: #fff;
  113. border-radius: 50%;
  114. position: absolute;
  115. top: 50%;
  116. left: 50%;
  117. -webkit-transform: translate(-50%, -50%);
  118. transform: translate(-50%, -50%);
  119. display: flex;
  120. align-items: center;
  121. justify-content: center;
  122. text-align: center;
  123. flex-direction: column;
  124. font-size: 36rpx;
  125. }
  126. .scan-area .scan-code .iconfont.data-v-92bb8f34 {
  127. font-size: 80rpx;
  128. margin: 20rpx 0;
  129. }
  130. .scan-area .scan-mine.data-v-92bb8f34 {
  131. width: 80rpx;
  132. height: 80rpx;
  133. color: #505050;
  134. border-radius: 21px;
  135. line-height: 150%;
  136. box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5);
  137. display: flex;
  138. align-items: center;
  139. justify-content: center;
  140. text-align: center;
  141. flex-direction: column;
  142. font-size: 36rpx;
  143. position: absolute;
  144. bottom: 20rpx;
  145. left: 20rpx;
  146. }