pending.css 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471
  1. body {
  2. font-size: 3.7vw !important;
  3. background-color: rgb(251, 251, 251);
  4. }
  5. .top {
  6. display: flex;
  7. justify-content: space-between;
  8. align-items: center;
  9. width: 98vw;
  10. padding-right: 2vw;
  11. }
  12. /* .pending {
  13. margin-top: 12vw;
  14. } */
  15. .item-flex {
  16. display: flex;
  17. justify-content: space-between;
  18. align-items: center;
  19. }
  20. .kan-sift {
  21. color: #187FDD;
  22. display: flex;
  23. align-items: center;
  24. margin-left: 4vw;
  25. }
  26. .kan-sift img {
  27. width: 2.5vh;
  28. }
  29. .kan-sift a {
  30. color: #187FDD;
  31. }
  32. .kan-sreach {
  33. display: flex;
  34. width: 100vw;
  35. background-color: #Fff;
  36. margin-top: 2vw;
  37. }
  38. .layui-tab-brief>.layui-tab-title .layui-this {
  39. color: #1287ff !important;
  40. }
  41. .layui-tab-brief>.layui-tab-more li.layui-this:after,
  42. .layui-tab-brief>.layui-tab-title .layui-this:after {
  43. border-bottom: 0.5vw solid #1287ff !important;
  44. }
  45. .layui-tab-title li {
  46. width: 25% !important;
  47. padding: 0 !important;
  48. }
  49. .layui-tab-title {
  50. height: 10vw !important;
  51. }
  52. .layui-tab-title .layui-this:after {
  53. height: 10vw !important;
  54. }
  55. .layui-tab-bar {
  56. display: none !important;
  57. }
  58. .layui-tab-title li {
  59. font-size: 3.7vw !important;
  60. line-height: 10vw !important;
  61. }
  62. .pending-select {
  63. margin-top: -1.5vw;
  64. display: flex;
  65. }
  66. .pending-top {
  67. display: flex;
  68. justify-content: space-between;
  69. align-items: center;
  70. padding-bottom: 1vw;
  71. margin-bottom: 1vw;
  72. border-bottom: 0.4vw solid rgb(219, 219, 221);
  73. }
  74. .pending-content {
  75. margin-bottom: 1vw;
  76. }
  77. /* .pending-content:nth-last-child(2){
  78. border-bottom: 0.5vw solid rgb(219, 219, 221);
  79. padding-bottom: 1vw;
  80. margin-bottom: 1vw;
  81. } */
  82. .content {
  83. display: flex;
  84. }
  85. .content span {
  86. width: 50%;
  87. }
  88. .annex-item{
  89. margin: 2vw 3vw;
  90. padding: 2vw 3vw 1vw 3vw;
  91. box-shadow: 0 1px 3px 0 rgb(5 32 96 / 10%);
  92. background-color: #fff;
  93. }
  94. .pending-item {
  95. margin: 2vw 3vw;
  96. padding: 2vw 3vw 1vw 3vw;
  97. box-shadow: 0 1px 3px 0 rgb(5 32 96 / 10%);
  98. background-color: #fff;
  99. }
  100. .pending-item div:nth-last-child(1) {
  101. /* border-bottom: 0.5vw solid rgb(219, 219, 221); */
  102. padding-bottom: 1.5vw;
  103. margin-top: 3vw;
  104. }
  105. /* .pending div:nth-last-child(1) {
  106. margin-bottom: 14vw;
  107. } */
  108. .pending-bottom-top span:nth-child(1) {
  109. margin-left: -4vw;
  110. margin-right: 2vw;
  111. background-color: #1287ff;
  112. padding: 0.5vw 1vw;
  113. border-radius: 1vw;
  114. width: 5vw;
  115. }
  116. .pending-button {
  117. margin-right: 2vw;
  118. }
  119. /*.pending-button button:nth-child(1) {*/
  120. /* background-color: rgb(72, 162, 248);*/
  121. /* color: #fff;*/
  122. /* border: none;*/
  123. /* padding: 1.5vw 1vw;*/
  124. /* width: 20vw;*/
  125. /* border-radius: 1vw;*/
  126. /* font-size: 1.8vw;*/
  127. /*}*/
  128. /*.pending-button button:nth-child(2) {*/
  129. /* background-color: rgb(72, 162, 248);*/
  130. /* background:repeating-linear-gradient(to right,rgb(115,206,254),rgb(54,126,241)); */
  131. /* color: #fff;*/
  132. /* border: none;*/
  133. /* padding: 1.5vw 1vw;*/
  134. /* width: 20vw;*/
  135. /* border-radius: 1vw;*/
  136. /* font-size: 3.7vw;*/
  137. /*}*/
  138. .pending-button .chakan {
  139. background-color: rgb(72, 162, 248);
  140. border: none;
  141. width: 20vw;
  142. border-radius: 1vw !important;
  143. font-size: 3.7vw;
  144. }
  145. .pending-advent span:nth-child(2) {
  146. color: rgb(242, 173, 76);
  147. }
  148. .pending-overdue span:nth-child(2) {
  149. color: rgb(242, 76, 76);
  150. }
  151. .layui-tab-content {
  152. padding: 0 !important;
  153. }
  154. /* 筛选弹窗 */
  155. .mask {
  156. position: fixed;
  157. z-index: 1000;
  158. top: 0;
  159. right: 0;
  160. left: 0;
  161. bottom: 0;
  162. background: rgba(0, 0, 0, .6);
  163. opacity: 0;
  164. visibility: hidden;
  165. transition: opacity .3s;
  166. }
  167. .mask.show {
  168. opacity: 1;
  169. visibility: visible;
  170. }
  171. .dialog {
  172. position: fixed;
  173. background-color: #fff;
  174. width: 66vw;
  175. right: 0;
  176. bottom: 0;
  177. min-height: 100vh;
  178. max-height: 75%;
  179. z-index: 5000;
  180. border-top-left-radius: 12px;
  181. overflow: hidden;
  182. padding: 0 24px;
  183. padding: 0 24px constant(safe-area-inset-bottom) 24px;
  184. padding: 0 24px env(safe-area-inset-bottom) 24px;
  185. transform: translateX(100%);
  186. transition: transform .3s;
  187. padding-left: 4vw;
  188. }
  189. .dialog.show {
  190. transform: translateX(0);
  191. padding: 0;
  192. }
  193. .sift{
  194. padding: 3vw;
  195. }
  196. .sift-top{
  197. font-size: 4.5vw;
  198. margin-top: 10vw;
  199. }
  200. .sift-item{
  201. display: flex;
  202. height: 10vw;
  203. }
  204. .sift-item a{
  205. width: 15vw;
  206. background-color: rgb(242,242,242);
  207. margin: 2vw 1vw;
  208. text-align: center;
  209. line-height: 6vw;
  210. border-radius: 3vw;
  211. }
  212. .sift-item a:hover{
  213. background-color: rgb(218, 235, 252);
  214. color: #187FDD;
  215. border: 0.5vw solid #187FDD;
  216. line-height: 5.5vw;
  217. width: 14.25vw;
  218. }
  219. .sift-content{
  220. margin-left: 2vw;
  221. }
  222. .sift-region{
  223. margin: 2vw;
  224. background-color: rgb(242,242,242);
  225. padding: 1vw 2vw;
  226. text-align: center;
  227. width: 55.5vw;
  228. }
  229. .sift-region span{
  230. width: 20vw;
  231. margin: 0 1vw;
  232. }
  233. .layui-form-mid{
  234. float: none !important;
  235. margin-left: 1vw !important;
  236. margin-right: 1vw !important;
  237. }
  238. .layui-laydate{
  239. font-size: 3.7vw !important;
  240. }
  241. .layui-laydate-range{
  242. width: 65vw !important;
  243. }
  244. #layui-laydate1{
  245. display: flex !important;
  246. flex-flow: column !important;
  247. }
  248. .layui-laydate-content{
  249. width: 65vw !important;
  250. padding: 1vw 2vw !important;
  251. }
  252. .layui-laydate-header{
  253. padding: 0 !important;
  254. width: 65vw !important;
  255. }
  256. .layui-laydate-header i.laydate-next-m{
  257. right: 10vw !important;
  258. }
  259. .layui-laydate-header i.laydate-next-y{
  260. right: 3vw !important;
  261. }
  262. .layui-laydate-header i{
  263. top: 0 !important;
  264. }
  265. /* .laydate-set-ym:nth-of-type(1) {
  266. margin-left: 19vw !important;
  267. } */
  268. .layui-input-inline{
  269. width: 27vw !important;
  270. }
  271. .layui-inline{
  272. margin-top: 2vw !important;
  273. }
  274. .laydate-set-ym span{
  275. padding: 0 1vw !important;
  276. }
  277. .sift-bottom{
  278. margin-top: 16vh;
  279. margin-left: 16vw;
  280. }
  281. .sift-bottom button{
  282. padding: 2vw;
  283. width: 25vw;
  284. border-radius: 1vw;
  285. background-color: #187FDD;
  286. color: #fff;
  287. border: none;
  288. }
  289. .layui-tab{
  290. margin: 0 !important;
  291. }
  292. .dot{
  293. display: flex;
  294. justify-content: center;
  295. margin-left: 14%;
  296. }
  297. .dot-img{
  298. width: 1.2vh;
  299. }
  300. .layui-input-wrap button{
  301. background-color: #fff !important;
  302. border: 0.25vw solid rgb(238, 238, 238);
  303. padding: 1vw 2vw;
  304. height: 38px;
  305. }
  306. .layui-input-wrap .layui-input{
  307. width: 88vw;
  308. }
  309. .sift-state{
  310. width: 15vw;
  311. background-color: rgb(242,242,242);
  312. margin: 2vw 1vw;
  313. text-align: center;
  314. line-height: 6vw;
  315. border: 0.25vw solid rgb(238, 238, 238);
  316. /* border-radius: 3vw; */
  317. }
  318. .layui-form-radio{
  319. width: 15vw;
  320. background-color: rgb(242,242,242);
  321. margin: 2vw 1vw;
  322. text-align: center;
  323. line-height: 6vw;
  324. padding: 0 !important;
  325. border: 0.25vw solid rgb(238, 238, 238);
  326. }
  327. .layui-form-radio:hover>*, .layui-form-radioed, .layui-form-radioed>i{
  328. color: #187FDD !important;
  329. }
  330. .layui-form-radioed{
  331. background-color: rgb(218, 235, 252);
  332. color: #187FDD;
  333. border: 0.25vw solid #187FDD;
  334. line-height: 5.5vw;
  335. width: 15vw;
  336. }
  337. .layui-icon-circle:before{
  338. display: none;
  339. }
  340. .layui-input-block{
  341. margin: 0 !important;
  342. }
  343. .layui-form-item .layui-input-inline{
  344. margin: 2vw !important;
  345. }
  346. .layui-anim.layui-icon{
  347. display: none !important;
  348. }
  349. .layui-form{
  350. font-size: 3.7vw !important;
  351. }
  352. .annex-content{
  353. background-color: #fff;
  354. text-align: center;
  355. padding: 2vw;
  356. box-shadow: 0 1px 3px 0 rgb(5 32 96 / 10%);
  357. display: flex;
  358. flex-direction: row;
  359. flex-wrap: wrap;
  360. margin: 2vw 2vw 0 2vw;
  361. }
  362. .annex-content img {
  363. height: 15vw !important;
  364. }
  365. .invite-content1 li{
  366. width: 30vw;
  367. height: auto;
  368. }
  369. .annex-content div{
  370. /*display: none;*/
  371. margin: o auto;
  372. }
  373. .annex-content p{
  374. padding: 0.5vh 0 ;
  375. width: 25vw;
  376. margin-left: 3vw;
  377. text-align: center;
  378. overflow: hidden;
  379. text-overflow: ellipsis;
  380. white-space: nowrap;
  381. }
  382. .annex-content a{
  383. width: 100%;
  384. height: 3vh;
  385. line-height: 3vh;
  386. border-radius: 1.2vw;
  387. font-size: 3vw;
  388. }