operation.module.less 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291
  1. .topCellGroup {
  2. margin-top: 12px;
  3. :global {
  4. .van-cell {
  5. padding: 18px 12px;
  6. font-size: 15px;
  7. }
  8. .van-field__label,
  9. .van-field__control {
  10. font-size: 15px;
  11. }
  12. .van-field__control {
  13. // font-weight: 600;
  14. }
  15. }
  16. }
  17. .programType {
  18. padding-top: 14px !important;
  19. :global {
  20. .van-field__label {
  21. padding-top: 6px;
  22. }
  23. }
  24. }
  25. .teamCell {
  26. padding-bottom: 12px !important;
  27. }
  28. .tagCell {
  29. padding-top: 0 !important;
  30. .tagItem {
  31. position: relative;
  32. padding: 6px 22px 6px 8px;
  33. font-size: 14px;
  34. background: #F2FFFC;
  35. border-radius: 4px;
  36. margin-right: 9px;
  37. margin-bottom: 8px;
  38. // &+.tagItem {
  39. // margin-left: 9px;
  40. // }
  41. }
  42. .closeable {
  43. position: absolute;
  44. right: 6px;
  45. font-size: 8px;
  46. }
  47. }
  48. .searchTypeFlex {
  49. margin-top: 6px;
  50. &.small {
  51. :global {
  52. .van-tag {
  53. margin-bottom: 8px;
  54. width: 52px;
  55. height: 24px;
  56. font-size: 12px;
  57. justify-content: center;
  58. &+.van-tag {
  59. margin-left: 4px;
  60. }
  61. &:nth-child(5n + 5) {
  62. margin-left: 0;
  63. }
  64. }
  65. }
  66. }
  67. &.multFlex {
  68. margin: 0 13px;
  69. :global {
  70. .van-tag {
  71. margin-bottom: 8px;
  72. width: 110px;
  73. height: 34px;
  74. font-size: 13px;
  75. justify-content: center;
  76. border-radius: 6px;
  77. &+.van-tag {
  78. margin-left: 8px;
  79. }
  80. &:nth-child(3n + 4) {
  81. margin-left: 0;
  82. }
  83. }
  84. .van-tag--primary {
  85. font-weight: 600;
  86. background: #F2FFFC;
  87. color: var(--k-font-primary);
  88. border: 1px solid #9FE2DE;
  89. }
  90. }
  91. }
  92. :global {
  93. .van-tag {
  94. margin-bottom: 8px;
  95. width: 78px;
  96. height: 32px;
  97. font-size: 14px;
  98. justify-content: center;
  99. &+.van-tag {
  100. margin-left: 4px;
  101. }
  102. &:nth-child(5n + 5) {
  103. margin-left: 0;
  104. }
  105. }
  106. .van-tag--default {
  107. color: var(--k-gray-1);
  108. background: #F6F6F6;
  109. &::before {
  110. color: #F6F6F6;
  111. }
  112. }
  113. .van-tag--primary {
  114. font-weight: 600;
  115. }
  116. .van-radio,
  117. .van-checkbox {
  118. position: absolute;
  119. left: 0;
  120. right: 0;
  121. top: 0;
  122. bottom: 0;
  123. width: 100%;
  124. opacity: 0;
  125. }
  126. }
  127. }
  128. .placeholder {
  129. font-size: 15px;
  130. color: var(--k-gray-5);
  131. }
  132. .performance {
  133. span {
  134. color: var(--k-font-primary);
  135. }
  136. }
  137. .iconImg {
  138. font-size: 18px;
  139. &.disabled {
  140. cursor: not-allowed;
  141. opacity: 0.5;
  142. }
  143. }
  144. .topTitle {
  145. vertical-align: middle;
  146. font-size: 16px;
  147. margin-left: 8px;
  148. font-weight: 600;
  149. }
  150. .programTimer {
  151. font-size: 15px;
  152. color: var(--k-gray-2);
  153. display: flex;
  154. align-items: center;
  155. span {
  156. display: inline-block;
  157. min-width: 48px;
  158. line-height: 31px;
  159. height: 31px;
  160. background: #F6F6F6;
  161. border-radius: 4px;
  162. padding: 0 12px;
  163. margin: 0 10px;
  164. text-align: center;
  165. font-size: 14px;
  166. color: var(--k-gray-1);
  167. font-weight: 600;
  168. }
  169. }
  170. .uploadGroup {
  171. display: flex;
  172. align-items: center;
  173. --upload-file-size: 72px !important;
  174. // 处理显示问题
  175. :global {
  176. .van-uploader:nth-child(4n + 4) {
  177. .van-uploader__upload {
  178. margin-right: 0;
  179. }
  180. }
  181. }
  182. }
  183. .addButtonGroup {
  184. margin: 12px 13px;
  185. .addButton {
  186. font-size: 16px;
  187. background: #E5F8F7;
  188. border-radius: 6px;
  189. --van-button-default-height: 40px;
  190. }
  191. }
  192. .bottonGroup {
  193. padding-top: 20px;
  194. background-color: #fff;
  195. border-top: 1px solid #F2F2F2;
  196. }
  197. .popupContainer {
  198. .popupTitle {
  199. padding-top: 20px;
  200. padding-bottom: 25px;
  201. font-size: 18px;
  202. font-weight: 600;
  203. color: #333333;
  204. line-height: 25px;
  205. text-align: center;
  206. }
  207. .popupTimer {
  208. display: flex;
  209. align-items: center;
  210. justify-content: center;
  211. text-align: center;
  212. font-size: 16px;
  213. color: var(--k-gray-2);
  214. margin-bottom: 10px;
  215. :global {
  216. .van-field {
  217. display: inline-flex;
  218. display: inline-block;
  219. line-height: 47px;
  220. width: 60px;
  221. padding: 0 12px;
  222. border-radius: 6px;
  223. background: #F6F6F6;
  224. font-size: 18px;
  225. font-weight: bold;
  226. margin-right: 20px;
  227. input {
  228. text-align: center;
  229. }
  230. &:last-child {
  231. margin-left: 20px;
  232. }
  233. }
  234. }
  235. }
  236. .tipContent {
  237. padding: 0 13px 10px;
  238. font-size: 16px;
  239. color: var(--k-gray-2);
  240. text-align: center;
  241. span {
  242. color: #FF5A56;
  243. }
  244. }
  245. }