用工小程序前端代码
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.

187 lines
4.6 KiB

6 months ago
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
  4. * 使用的时候,请将下面的一行复制到您的uniapp项目根目录的uni.scss中即可
  5. * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
  6. */
  7. /* 行为相关颜色 */
  8. /* 文字基本颜色 */
  9. /* 背景颜色 */
  10. /* 边框颜色 */
  11. /* 尺寸变量 */
  12. /* 文字尺寸 */
  13. /* 图片尺寸 */
  14. /* Border Radius */
  15. /* 水平间距 */
  16. /* 垂直间距 */
  17. /* 透明度 */
  18. /* 文章场景相关 */
  19. .line-orange.data-v-489d37c9 {
  20. width: 8rpx;
  21. height: 32rpx;
  22. background: #ff7a31;
  23. border-radius: 4rpx;
  24. }
  25. .se-bgc-ffd.data-v-489d37c9 {
  26. background-color: #FFDFDB;
  27. }
  28. /* fix uview */
  29. uni-modal.data-v-489d37c9 {
  30. z-index: 9999;
  31. }
  32. uni-modal .uni-modal.data-v-489d37c9 {
  33. max-width: 600rpx;
  34. width: 600rpx;
  35. border-radius: 15.38rpx;
  36. padding: 20rpx 20rpx 50rpx 20rpx;
  37. }
  38. uni-modal .uni-modal .uni-modal__hd.data-v-489d37c9 {
  39. font-weight: 500;
  40. padding: 20rpx 10rpx 30rpx 10rpx;
  41. color: #666666;
  42. }
  43. uni-modal .uni-modal .uni-modal__hd .uni-modal__title.data-v-489d37c9 {
  44. font-size: 32rpx;
  45. }
  46. uni-modal .uni-modal .uni-modal__bd.data-v-489d37c9 {
  47. padding: 0rpx 10rpx 60rpx 10rpx;
  48. color: #000000;
  49. line-height: 38rpx;
  50. font-size: 24rpx;
  51. }
  52. uni-modal .uni-modal .uni-modal__ft.data-v-489d37c9 {
  53. height: 70rpx;
  54. line-height: 65rpx;
  55. padding: 0rpx 20rpx 0rpx 20rpx;
  56. }
  57. uni-modal .uni-modal .uni-modal__ft .uni-modal__btn.data-v-489d37c9 {
  58. font-size: 24rpx;
  59. border: 2rpx solid #1678ff;
  60. color: #1678ff;
  61. border-radius: 12rpx;
  62. }
  63. uni-modal .uni-modal .uni-modal__ft .uni-modal__btn.data-v-489d37c9::after {
  64. border-left: 0px solid #ffffff;
  65. }
  66. uni-modal .uni-modal .uni-modal__ft .uni-modal__btn_default.data-v-489d37c9 {
  67. color: #1678ff !important;
  68. }
  69. uni-modal .uni-modal .uni-modal__ft .uni-modal__btn_primary.data-v-489d37c9 {
  70. color: #ffffff !important;
  71. background-color: #1678ff;
  72. }
  73. uni-modal .uni-modal .uni-modal__ft .uni-modal__btn + .uni-modal__btn.data-v-489d37c9 {
  74. margin-left: 30rpx;
  75. }
  76. uni-modal .uni-modal .uni-modal__ft.data-v-489d37c9:after {
  77. border-top: 0rpx solid #fff;
  78. }
  79. uni-modal .uni-modal .uni-modal__textarea.data-v-489d37c9 {
  80. margin: 20rpx;
  81. font-size: 14px;
  82. height: 140px;
  83. border-radius: 10px;
  84. background: #f5f5f5;
  85. }
  86. page.data-v-489d37c9 {
  87. font-size: 28rpx;
  88. }
  89. .c-flex-align.data-v-489d37c9 {
  90. display: flex;
  91. align-items: center;
  92. }
  93. .c-flex-center.data-v-489d37c9 {
  94. display: flex;
  95. align-items: center;
  96. justify-content: center;
  97. flex-direction: column;
  98. }
  99. .filter-wrapper.data-v-489d37c9 {
  100. position: -webkit-sticky;
  101. position: sticky;
  102. background-color: #f5f5f5;
  103. left: 0;
  104. width: 750rpx;
  105. z-index: 999;
  106. }
  107. .filter-wrapper .inner-wrapper .navs.data-v-489d37c9 {
  108. position: relative;
  109. height: 80rpx;
  110. padding: 0 40rpx;
  111. display: flex;
  112. align-items: center;
  113. justify-content: space-between;
  114. border-bottom: 2rpx solid #f5f6f9;
  115. color: #000;
  116. z-index: 999;
  117. box-sizing: border-box;
  118. }
  119. .filter-wrapper .inner-wrapper .navs > view.data-v-489d37c9 {
  120. flex: 1;
  121. height: 100%;
  122. flex-direction: row;
  123. z-index: 999;
  124. }
  125. .filter-wrapper .inner-wrapper .navs .date.data-v-489d37c9 {
  126. justify-content: flex-end;
  127. }
  128. .filter-wrapper .inner-wrapper .navs .actNav.data-v-489d37c9 {
  129. color: #FF7A31;
  130. font-weight: bold;
  131. }
  132. .filter-wrapper .inner-wrapper .mask.data-v-489d37c9 {
  133. z-index: 666;
  134. position: fixed;
  135. top: calc(25px + 44px);
  136. left: 0;
  137. right: 0;
  138. bottom: 0;
  139. background-color: #f5f5f5;
  140. transition: background-color 0.15s linear;
  141. }
  142. .filter-wrapper .inner-wrapper .mask.show.data-v-489d37c9 {
  143. background-color: transparent;
  144. }
  145. .filter-wrapper .inner-wrapper .mask.hide.data-v-489d37c9 {
  146. display: none;
  147. }
  148. .filter-wrapper .inner-wrapper .popup.data-v-489d37c9 {
  149. position: relative;
  150. max-height: 500rpx;
  151. background-color: #f5f5f5;
  152. border-bottom-left-radius: 20rpx;
  153. border-bottom-right-radius: 20rpx;
  154. overflow: scroll;
  155. z-index: 999;
  156. transition: all 1s linear;
  157. opacity: 0;
  158. display: none;
  159. }
  160. .filter-wrapper .inner-wrapper .popup .item-opt.data-v-489d37c9 {
  161. height: 100rpx;
  162. padding: 0 40rpx;
  163. color: #111111;
  164. border-bottom: 2rpx solid #f6f6f6;
  165. }
  166. .filter-wrapper .inner-wrapper .popup .actOpt.data-v-489d37c9 {
  167. color: #FF7A31;
  168. font-weight: bold;
  169. position: relative;
  170. }
  171. .filter-wrapper .inner-wrapper .popup .actOpt.data-v-489d37c9::after {
  172. content: '✓';
  173. font-weight: bold;
  174. font-size: 36rpx;
  175. position: absolute;
  176. right: 40rpx;
  177. }
  178. .filter-wrapper .inner-wrapper .popupShow.data-v-489d37c9 {
  179. display: block;
  180. opacity: 1;
  181. }
  182. .filter-wrapper .icon-triangle.data-v-489d37c9 {
  183. width: 16rpx;
  184. height: 16rpx;
  185. margin-left: 10rpx;
  186. }