云链智安app
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.css 3.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. /**
  2. * 这里是uni-app内置的常用样式变量
  3. *
  4. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  5. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  6. *
  7. */
  8. /**
  9. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  10. *
  11. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  12. */
  13. /* 颜色变量 */
  14. /* 行为相关颜色 */
  15. /* 文字基本颜色 */
  16. /* 背景颜色 */
  17. /* 边框颜色 */
  18. /* 尺寸变量 */
  19. /* 文字尺寸 */
  20. /* 图片尺寸 */
  21. /* Border Radius */
  22. /* 水平间距 */
  23. /* 垂直间距 */
  24. /* 透明度 */
  25. /* 文章场景相关 */
  26. .uni-top-tabbar[data-v-f7b784a4] {
  27. /* 以下3项设置用于开启底部阴影显示 */
  28. /* position: relative;
  29. z-index: 1;
  30. overflow: visible; */
  31. }
  32. .uni-top-tabbar .uni-swiper-tab[data-v-f7b784a4] {
  33. height: 3.125rem;
  34. }
  35. .uni-top-tabbar .uni-swiper-tab .swiper-tab-list[data-v-f7b784a4] {
  36. font-size: 0.875rem;
  37. font-weight: normal;
  38. line-height: 2.5625rem;
  39. width: 48%;
  40. display: flex;
  41. flex-direction: column;
  42. align-items: center;
  43. }
  44. .uni-top-tabbar .uni-swiper-tab .active .swiper-tab-line[data-v-f7b784a4] {
  45. height: 0.1875rem;
  46. width: 100%;
  47. }
  48. .uni-page[data-v-a6f918db]{
  49. width: 100%;
  50. height: 100%;
  51. }
  52. .container[data-v-a6f918db] {
  53. height: 100%;
  54. background: linear-gradient(to bottom, #007545 -40%, #f0f5f5 40%, #f0f5f5 100%);
  55. box-sizing: border-box;
  56. display: flex;
  57. flex-direction: column;
  58. }
  59. .account_number[data-v-a6f918db]{
  60. width: 100%;
  61. display: flex;
  62. justify-content: center;
  63. }
  64. .account[data-v-a6f918db]{
  65. font-size: 1rem;
  66. }
  67. .login_imgae1[data-v-a6f918db]{
  68. margin-right: 0.625rem;
  69. width: 1.25rem;
  70. height: 1.25rem;
  71. }
  72. .weui-input[data-v-a6f918db]{
  73. flex: 1;
  74. height: 2.5rem;
  75. }
  76. .password[data-v-a6f918db]{
  77. width: 90%;
  78. display: flex;
  79. align-items: center;
  80. font-size: 0.875rem;
  81. padding:0 0.625rem;
  82. border:0.03125rem #cccccc solid;
  83. box-sizing: border-box;
  84. border-radius: 3.125rem;
  85. background-color: #f0f5f5;
  86. }
  87. .toptabbar[data-v-a6f918db] {
  88. width: 100%;
  89. height: 2.5rem;
  90. margin-top: 20px;
  91. padding: 0.3125rem 0.625rem;
  92. box-sizing: border-box;
  93. }
  94. .data_list[data-v-a6f918db] {
  95. width: 100%;
  96. flex: 1;
  97. overflow-y: auto;
  98. display: flex;
  99. flex-direction: column;
  100. padding: 10px;
  101. box-sizing: border-box;
  102. }
  103. .empty-tip[data-v-a6f918db] {
  104. text-align: center;
  105. color: #999;
  106. font-size: 14px;
  107. padding: 20px;
  108. }
  109. .card[data-v-a6f918db]{
  110. width: 90%;
  111. }
  112. .card_image[data-v-a6f918db]{
  113. width: 5rem;
  114. height: 5rem;
  115. border-radius: 0.3125rem;
  116. }
  117. .card_box[data-v-a6f918db]{
  118. width: 100%;
  119. height: 6.25rem;
  120. box-sizing: border-box;
  121. border-radius: 0.3125rem;
  122. background-color: #ffffff;
  123. display: flex;
  124. align-items: center;
  125. padding: 0.9375rem;
  126. margin-top: 0.625rem;
  127. }
  128. .card_title[data-v-a6f918db]{
  129. flex: 1;
  130. margin-left: 0.625rem;
  131. display: flex;
  132. flex-direction: column;
  133. }
  134. .card_title1[data-v-a6f918db]{
  135. font-size: 1.125rem;
  136. }
  137. .card_title2[data-v-a6f918db]{
  138. font-size: 0.875rem;
  139. color: #ccc;
  140. margin-top: 0.3125rem;
  141. }
  142. .card_title3[data-v-a6f918db]{
  143. font-size: 0.875rem;
  144. color: #ccc;
  145. margin-top: 0.25rem;
  146. }
  147. .uni-top-tabbar[data-v-a6f918db]{
  148. height: 3.125rem;
  149. }