integral.css 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  1. .Loads[data-v-65e10ca8] {
  2. height: 2.5rem;
  3. font-size: 0.78125rem;
  4. color: #000;
  5. }
  6. .Loads .iconfont[data-v-65e10ca8] {
  7. font-size: 0.9375rem;
  8. margin-right: 0.3125rem;
  9. height: 1rem;
  10. line-height: 1rem;
  11. }
  12. /*加载动画*/
  13. @keyframes load-65e10ca8 {
  14. from {
  15. transform: rotate(0deg);
  16. }
  17. to {
  18. transform: rotate(360deg);
  19. }
  20. }
  21. .loadingpic[data-v-65e10ca8] {
  22. animation: load-65e10ca8 3s linear 1s infinite;
  23. }
  24. .loading[data-v-65e10ca8] {
  25. animation: load-65e10ca8 linear 1s infinite;
  26. }
  27. /**
  28. * 这里是uni-app内置的常用样式变量
  29. *
  30. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  31. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  32. *
  33. */
  34. /**
  35. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  36. *
  37. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  38. */
  39. /* 颜色变量 */
  40. /* 行为相关颜色 */
  41. /* 文字基本颜色 */
  42. /* 背景颜色 */
  43. /* 边框颜色 */
  44. /* 尺寸变量 */
  45. /* 文字尺寸 */
  46. /* 图片尺寸 */
  47. /* Border Radius */
  48. /* 水平间距 */
  49. /* 垂直间距 */
  50. /* 透明度 */
  51. /* 文章场景相关 */
  52. .fixed-top-box {
  53. width: 100%;
  54. position: fixed;
  55. top: 0;
  56. left: 0;
  57. z-index: 1000;
  58. transition: all 0.5s;
  59. }
  60. .top-cont {
  61. width: 100%;
  62. height: 20.4375rem;
  63. position: relative;
  64. }
  65. .top-cont .bg {
  66. width: 100%;
  67. height: 100%;
  68. position: absolute;
  69. top: 0;
  70. left: 0;
  71. z-index: 1;
  72. }
  73. .top-cont .top-inner {
  74. width: 100%;
  75. height: 100%;
  76. position: absolute;
  77. top: 0;
  78. left: 0;
  79. z-index: 2;
  80. }
  81. .top-cont .top-inner .back-box {
  82. height: 2.75rem;
  83. padding-left: 0.6875rem;
  84. display: flex;
  85. align-items: center;
  86. justify-content: space-between;
  87. padding: 0 0.625rem;
  88. }
  89. .top-cont .top-inner .back-box uni-image {
  90. width: 1.25rem;
  91. height: 1.25rem;
  92. }
  93. .top-cont .top-inner .back-box .title {
  94. font-size: 1.125rem;
  95. font-family: PingFang SC;
  96. font-weight: 500;
  97. color: #FFFFFF;
  98. }
  99. .top-cont .top-inner .available-points {
  100. margin-top: 4.375rem;
  101. display: flex;
  102. flex-direction: column;
  103. align-items: center;
  104. justify-content: center;
  105. }
  106. .top-cont .top-inner .available-points .label {
  107. font-size: 0.9375rem;
  108. font-family: PingFang SC;
  109. font-weight: bold;
  110. color: #FFFFFF;
  111. line-height: 1;
  112. }
  113. .top-cont .top-inner .available-points .num {
  114. font-size: 2.5rem;
  115. font-family: Gilroy;
  116. font-weight: 500;
  117. color: #FFFFFF;
  118. line-height: 1;
  119. margin-top: 0.875rem;
  120. }
  121. .top-cont .top-inner .singn-content {
  122. padding: 0 0.625rem;
  123. margin-top: 1.5625rem;
  124. }
  125. .top-cont .top-inner .sign-in-box {
  126. height: 11.875rem;
  127. background: #FFFFFF;
  128. border-radius: 0.5rem;
  129. }
  130. .top-cont .top-inner .sign-in-box .inner {
  131. padding: 1.25rem 0.9375rem;
  132. }
  133. .top-cont .top-inner .sign-in-box .inner .title-box {
  134. font-size: 0.8125rem;
  135. font-family: PingFang SC;
  136. font-weight: 500;
  137. color: #666666;
  138. line-height: 1;
  139. }
  140. .top-cont .top-inner .sign-in-box .inner .title-box .num {
  141. font-size: 1rem;
  142. font-family: PingFang SC;
  143. font-weight: Bold;
  144. color: #FF7511;
  145. margin: 0 0.3125rem;
  146. line-height: 1;
  147. }
  148. .top-cont .top-inner .sign-in-box .inner .sign-list {
  149. display: flex;
  150. align-items: center;
  151. justify-content: space-between;
  152. margin-top: 1.25rem;
  153. }
  154. .top-cont .top-inner .sign-in-box .inner .sign-list .item {
  155. display: flex;
  156. justify-content: center;
  157. }
  158. .top-cont .top-inner .sign-in-box .inner .sign-list .item .right {
  159. display: flex;
  160. flex-direction: column;
  161. align-items: center;
  162. justify-content: center;
  163. }
  164. .top-cont .top-inner .sign-in-box .inner .sign-list .item .right uni-image {
  165. width: 1.375rem;
  166. height: 1.375rem;
  167. margin-bottom: 0.625rem;
  168. }
  169. .top-cont .top-inner .sign-in-box .inner .sign-list .item .right .text {
  170. font-size: 0.75rem;
  171. font-family: PingFang SC;
  172. font-weight: 500;
  173. color: #FF7511;
  174. line-height: 1;
  175. white-space: nowrap;
  176. }
  177. .top-cont .top-inner .sign-in-box .inner .sign-list .item .line {
  178. width: 1.0625rem;
  179. height: 0.125rem;
  180. background: #F6CDA7;
  181. border-radius: 0.0625rem;
  182. margin-top: 0.6875rem;
  183. }
  184. .top-cont .top-inner .sign-in-box .inner .sign-list .item:first-child .line {
  185. display: none;
  186. }
  187. .top-cont .top-inner .sign-in-box .inner .sign-list .item.active .line {
  188. background: #FF8E3C;
  189. }
  190. .top-cont .top-inner .sign-in-box .sign-btn-box {
  191. padding: 0 0.4375rem;
  192. }
  193. .top-cont .top-inner .sign-in-box .sign-btn-box .btn {
  194. width: 100%;
  195. height: 2.75rem;
  196. box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
  197. background-color: #FF7511;
  198. border-radius: 1.375rem;
  199. display: flex;
  200. justify-content: center;
  201. align-items: center;
  202. }
  203. .top-cont .top-inner .sign-in-box .sign-btn-box .btn uni-image {
  204. width: 1rem;
  205. height: 1rem;
  206. }
  207. .top-cont .top-inner .sign-in-box .sign-btn-box .btn .text {
  208. font-size: 0.9375rem;
  209. font-family: PingFang SC;
  210. font-weight: bold;
  211. color: #FFFFFF;
  212. line-height: 1;
  213. }
  214. .content {
  215. margin-top: 0.625rem;
  216. padding: 0 0.625rem 1.25rem;
  217. }
  218. .content .points-cont {
  219. background-color: #FFFFFF;
  220. border-radius: 0.5rem;
  221. }
  222. .content .points-cont .pub-tab-box {
  223. padding: 0 2.5rem;
  224. }
  225. .content .points-cont .pub-tab-box .tab-inner {
  226. height: 2.75rem;
  227. line-height: 2.75rem;
  228. display: flex;
  229. align-items: center;
  230. justify-content: space-between;
  231. }
  232. .content .points-cont .pub-tab-box .item {
  233. font-size: 0.875rem;
  234. white-space: nowrap;
  235. line-height: 1;
  236. font-family: PingFang SC;
  237. font-weight: 500;
  238. color: #666666;
  239. display: flex;
  240. align-items: center;
  241. justify-content: center;
  242. }
  243. .content .points-cont .pub-tab-box .item.active {
  244. font-weight: bold;
  245. color: #333333;
  246. }
  247. .content .points-cont .pub-tab-box .item .text {
  248. position: relative;
  249. z-index: 1;
  250. }
  251. .content .points-cont .pub-tab-box .item .tab-bg {
  252. width: 2.25rem;
  253. height: 0.875rem;
  254. position: absolute;
  255. top: 0.53125rem;
  256. left: 50%;
  257. transform: translateX(-1.125rem);
  258. z-index: -1;
  259. }
  260. .content .points-cont .point-list {
  261. padding: 0 0.9375rem;
  262. }
  263. .content .points-cont .point-list .item {
  264. padding: 0.9375rem 0;
  265. display: flex;
  266. align-items: center;
  267. justify-content: space-between;
  268. border-bottom: 1px solid #F0F0F0;
  269. }
  270. .content .points-cont .point-list .item:last-child {
  271. border-bottom: none;
  272. }
  273. .content .points-cont .point-list .item .left .title {
  274. font-size: 0.875rem;
  275. font-family: PingFang SC;
  276. font-weight: 500;
  277. color: #111111;
  278. line-height: 1;
  279. }
  280. .content .points-cont .point-list .item .left .time {
  281. font-size: 0.75rem;
  282. font-family: PingFang SC;
  283. font-weight: 500;
  284. color: #999999;
  285. line-height: 1;
  286. margin-top: 0.6875rem;
  287. }
  288. .content .points-cont .point-list .item .right .add {
  289. font-size: 0.875rem;
  290. font-family: PingFang SC;
  291. font-weight: 500;
  292. color: #111111;
  293. }
  294. .content .points-cont .point-list .item .right .less {
  295. font-size: 0.875rem;
  296. font-family: PingFang SC;
  297. font-weight: 500;
  298. color: #F56C6C;
  299. }