云链智安app
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

index.css 4.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. .uni-page[data-v-1cf27b2a] {
  2. width: 100%;
  3. height: 100%;
  4. }
  5. .container[data-v-1cf27b2a] {
  6. background: linear-gradient(to bottom, #007545 -40%, #f0f5f5 40%, #f0f5f5 100%);
  7. box-sizing: border-box;
  8. padding-bottom: 0.625rem;
  9. }
  10. .containertop[data-v-1cf27b2a] {
  11. width: 100%;
  12. height: 4.375rem;
  13. display: flex;
  14. background-color: rgba(240, 245, 245, 0.8);
  15. /* 最后一个参数 0.5 表示 50% 透明度 */
  16. padding-left: 0.625rem;
  17. padding-top: 2.5rem;
  18. box-sizing: border-box;
  19. position: fixed;
  20. top: 0;
  21. left: 0;
  22. z-index: 9;
  23. }
  24. .containertop1[data-v-1cf27b2a] {
  25. margin-right: 1.875rem;
  26. color: #007545;
  27. }
  28. .containertop2[data-v-1cf27b2a] {
  29. margin-right: 1.875rem;
  30. color: #222222;
  31. }
  32. .account_number[data-v-1cf27b2a] {
  33. width: 100%;
  34. height: 208px;
  35. box-sizing: border-box;
  36. /* background-image: url('https://esos-iot.bjdexn.cn/myminio/project/58c54d56edd94c3f9c5fb50f5727ff37.png'); */
  37. background-repeat: no-repeat;
  38. background-size: 100%;
  39. }
  40. .swiper[data-v-1cf27b2a] {
  41. width: 100%;
  42. height: 100%;
  43. }
  44. .swiper-item[data-v-1cf27b2a] {
  45. display: block;
  46. width: 100%;
  47. height: 100%;
  48. text-align: center;
  49. }
  50. .account_image[data-v-1cf27b2a] {
  51. width: 100%;
  52. }
  53. .toptabbar[data-v-1cf27b2a] {
  54. width: 100%;
  55. padding: 0 0.625rem;
  56. margin-top: 0.9375rem;
  57. box-sizing: border-box;
  58. }
  59. .toptabbar_box[data-v-1cf27b2a] {
  60. width: 100%;
  61. background-color: #ffffff;
  62. border-radius: 0.3125rem;
  63. padding: 0.625rem 0.9375rem;
  64. box-sizing: border-box;
  65. }
  66. .uni-margin-wrap[data-v-1cf27b2a] {
  67. width: 100%;
  68. margin-top: 0.625rem;
  69. border-radius: 0.3125rem;
  70. overflow: auto;
  71. }
  72. .uni-bg-red[data-v-1cf27b2a] {
  73. display: flex;
  74. flex-direction: column;
  75. padding: 0.25rem;
  76. box-sizing: border-box;
  77. }
  78. .swiper-items[data-v-1cf27b2a] {
  79. width: 100%;
  80. height: 7.5rem;
  81. border-radius: 0.3125rem;
  82. overflow: auto;
  83. }
  84. .swiper_title[data-v-1cf27b2a] {
  85. width: 100%;
  86. height: 0.625rem;
  87. display: flex;
  88. align-items: center;
  89. justify-content: center;
  90. font-size: 0.875rem;
  91. }
  92. .scroll-Y[data-v-1cf27b2a] {
  93. height: 9.375rem;
  94. }
  95. .uni-title[data-v-1cf27b2a] {
  96. margin-bottom: 0.3125rem;
  97. }
  98. .scroll-view_H[data-v-1cf27b2a] {
  99. white-space: nowrap;
  100. width: 100%;
  101. }
  102. .scroll-view-item[data-v-1cf27b2a] {
  103. height: 9.375rem;
  104. line-height: 9.375rem;
  105. text-align: center;
  106. font-size: 1.125rem;
  107. }
  108. .scroll-view-item_H[data-v-1cf27b2a] {
  109. width: 100%;
  110. height: 14.25rem;
  111. text-align: center;
  112. font-size: 1.125rem;
  113. }
  114. .uni-bg-green[data-v-1cf27b2a] {
  115. margin-top: 1.25rem;
  116. border-radius: 0.3125rem;
  117. }
  118. .scroll-view-item_title[data-v-1cf27b2a] {
  119. width: 100%;
  120. height: 1.25rem;
  121. font-size: 0.875rem;
  122. font-weight: 600;
  123. white-space: nowrap;
  124. /* 禁止换行 */
  125. overflow: hidden;
  126. /* 隐藏溢出内容 */
  127. text-overflow: ellipsis;
  128. /* 显示省略号 */
  129. width: 100%;
  130. /* 设置宽度(或具体值) */
  131. display: block;
  132. /* 块级元素(或 inline-block) */
  133. text-align: left;
  134. }
  135. .scroll-view-item_subtitle[data-v-1cf27b2a] {
  136. width: 100%;
  137. height: 1.25rem;
  138. font-size: 0.75rem;
  139. color: #999999;
  140. margin: 0.25rem 0;
  141. white-space: nowrap;
  142. /* 禁止换行 */
  143. overflow: hidden;
  144. /* 隐藏溢出内容 */
  145. text-overflow: ellipsis;
  146. /* 显示省略号 */
  147. width: 100%;
  148. /* 设置宽度(或具体值) */
  149. display: block;
  150. /* 块级元素(或 inline-block) */
  151. text-align: left;
  152. }
  153. .scroll-view-item_Himage[data-v-1cf27b2a] {
  154. width: 100%;
  155. height: 11.25rem;
  156. border-radius: 0.3125rem;
  157. }
  158. .toptabbarfinance[data-v-1cf27b2a]{
  159. display: flex;
  160. justify-content: space-around;
  161. justify-content: space-between;
  162. padding: 0 0.625rem;
  163. margin-top: 0.625rem;
  164. box-sizing: border-box;
  165. }
  166. .topfinance[data-v-1cf27b2a]{
  167. width: 32%;
  168. height: 6.25rem;
  169. padding: 0.3125rem 0;
  170. border-radius: 0.25rem;
  171. display: flex;
  172. flex-direction: column;
  173. justify-content: center;
  174. align-items: center;
  175. background-color: #f0f5f5;
  176. /* background-color: #ffffff; */
  177. box-sizing: border-box;
  178. }
  179. .topfinanceimage[data-v-1cf27b2a]{
  180. width: 2.5rem;
  181. height: 2.5rem;
  182. }
  183. .topfinance_title[data-v-1cf27b2a]{
  184. font-size: 1rem;
  185. font-weight: 550;
  186. margin-top: 0.25rem;
  187. }
  188. .topfinance_subtitle[data-v-1cf27b2a]{
  189. font-size: 0.6875rem;
  190. color: #959595;
  191. }