app.scss 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. box-sizing: border-box;
  5. }
  6. page {
  7. background: #EFEFF4;
  8. }
  9. text {
  10. display: inline-block;
  11. }
  12. button[type="info"] {
  13. color: #ffffff;
  14. background-color: rgba(137, 137, 137, .5);
  15. }
  16. .hc-bg-white {
  17. background-color: white !important;
  18. }
  19. .hc-search-bar {
  20. position: sticky;
  21. top: 0;
  22. right: 0;
  23. left: 0;
  24. background: white;
  25. border-top: 1rpx solid #f7f7f7;
  26. }
  27. .scroll-h-auto .uni-scroll-view .uni-scroll-view-content {
  28. height: auto;
  29. }
  30. .card-actions {
  31. display: flex;
  32. flex-direction: row;
  33. justify-content: space-between;
  34. align-items: center;
  35. height: 80rpx;
  36. border-top: 2rpx #eee solid;
  37. .card-actions-item {
  38. display: flex;
  39. flex-direction: row;
  40. align-items: center;
  41. color: #999999;
  42. .icon {
  43. text-decoration: none;
  44. text-align: center;
  45. font-size: 32rpx;
  46. }
  47. .card-actions-item-text {
  48. font-size: 24rpx;
  49. margin-left: 10rpx;
  50. }
  51. &.border {
  52. padding: 0 8rpx;
  53. border: 2rpx solid;
  54. border-radius: 6rpx;
  55. }
  56. }
  57. }
  58. .card-slot-title {
  59. font-size: 28rpx;
  60. color: #3a3a3a;
  61. padding: 22rpx 0;
  62. }
  63. .text-df {
  64. font-size: 28rpx;
  65. }
  66. .hc-form-item {
  67. display: flex;
  68. align-items: center;
  69. :deep(.uni-forms-item__content) {
  70. display: flex;
  71. align-items: center;
  72. text {
  73. color: #969692;
  74. }
  75. }
  76. .uni-forms-item__error.msg--active {
  77. text {
  78. color: inherit;
  79. }
  80. }
  81. }
  82. .form-item-div {
  83. font-size: 28rpx;
  84. border: 2rpx solid #e5e5e5;
  85. box-sizing: border-box;
  86. border-radius: 8rpx;
  87. padding: 0 20rpx;
  88. position: relative;
  89. display: flex;
  90. align-items: center;
  91. width: 100%;
  92. flex: 1;
  93. height: 60rpx;
  94. }
  95. .hc-report-page {
  96. .uni-card.uni-card--full {
  97. border-right: 0;
  98. .uni-card__content {
  99. padding-left: 0 !important;
  100. padding-right: 0 !important;
  101. }
  102. }
  103. }
  104. .hc-popup.uni-popup {
  105. view[name="content"] {
  106. transition: -webkit-transform 900ms ease 0ms, transform 900ms ease 0ms !important;
  107. .uni-popup__wrapper {
  108. padding: 30rpx 40rpx;
  109. padding-top: 40rpx;
  110. border-radius: 40rpx 40rpx 0 0;
  111. background-color: #ffffff !important;
  112. }
  113. }
  114. .hc-popup-content {
  115. position: relative;
  116. padding: 0 24rpx;
  117. .title {
  118. color: #8E8E93;
  119. font-size: 28rpx;
  120. margin-bottom: 38rpx;
  121. text-align: center;
  122. }
  123. .popup-btn::after {
  124. display: none;
  125. }
  126. .popup-btn-bar {
  127. position: relative;
  128. .c1 {
  129. background-color: #554D84;
  130. }
  131. .c2 {
  132. background-color: #EE5B20;
  133. }
  134. .c3 {
  135. background-color: #BFBFBF;
  136. }
  137. .c4 {
  138. background-color: #81B337;
  139. }
  140. }
  141. .popup-btn-bar + .popup-btn-bar {
  142. margin-top: 24rpx;
  143. }
  144. }
  145. }
  146. .nav-bar-white {
  147. background: white;
  148. color: black;
  149. }
  150. .animation-mode {
  151. opacity: 1;
  152. animation-duration: 1s;
  153. animation-iteration-count: 1;
  154. animation-fill-mode: backwards;
  155. backface-visibility: visible;
  156. }
  157. .hc-parting-line {
  158. position: relative;
  159. height: 2rpx;
  160. width: 100%;
  161. background: #f2f1f1;
  162. }
  163. .zb_tooltip__popper {
  164. .more-bar-item {
  165. position: relative;
  166. font-size: 26rpx;
  167. }
  168. .more-bar-item + .more-bar-item {
  169. margin-top: 20rpx;
  170. }
  171. }
  172. .uni-popup, .uni-picker-container{
  173. z-index: 9999999 !important;
  174. }
  175. uni-toast, .uni-mask, .uni-toast {
  176. z-index: 99999999 !important;
  177. }
  178. uni-modal {
  179. z-index: 99999999 !important;
  180. }
  181. .uni-picker-container .uni-picker-custom {
  182. z-index: 99999999 !important;
  183. }
  184. .uni-modal {
  185. z-index: 999999999 !important;
  186. }
  187. .uni-calendar__mask, .uni-calendar__content {
  188. z-index: 9999999 !important;
  189. }
  190. .hc-zindex {
  191. z-index: 99999999 !important;
  192. }
  193. .mt-1px {
  194. margin-top: 1px;
  195. }
  196. .cu-bar {
  197. background: white;
  198. }
  199. .uv-checkbox-group .uv-checkbox .uv-checkbox__icon-wrap {
  200. margin-right: 0;
  201. }
  202. .z-paging-content {
  203. .hc-paging-top-bar {
  204. position: relative;
  205. }
  206. .hc-tabbar-box.hc-paging-bottom-bar {
  207. position: relative;
  208. padding: 28rpx
  209. }
  210. }
  211. .clip-2 {
  212. display: -webkit-box;
  213. -webkit-line-clamp: 2;
  214. -webkit-box-orient: vertical;
  215. overflow: hidden;
  216. text-overflow: ellipsis;
  217. }
  218. .br-t {
  219. border-radius: 30rpx 30rpx 0 0;
  220. }