body { font-size: 3.7vw !important; background-color: rgb(251, 251, 251); } .top { display: flex; justify-content: space-between; align-items: center; width: 98vw; padding-right: 2vw; } /* .pending { margin-top: 12vw; } */ .item-flex { display: flex; justify-content: space-between; align-items: center; } .kan-sift { color: #187FDD; display: flex; align-items: center; margin-left: 4vw; } .kan-sift img { width: 2.5vh; } .kan-sift a { color: #187FDD; } .kan-sreach { display: flex; width: 100vw; background-color: #Fff; margin-top: 2vw; } .layui-tab-brief>.layui-tab-title .layui-this { color: #1287ff !important; } .layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after { border-bottom: 0.5vw solid #1287ff !important; } .layui-tab-title li { width: 25% !important; padding: 0 !important; } .layui-tab-title { height: 10vw !important; } .layui-tab-title .layui-this:after { height: 10vw !important; } .layui-tab-bar { display: none !important; } .layui-tab-title li { font-size: 3.7vw !important; line-height: 10vw !important; } .pending-select { margin-top: -1.5vw; display: flex; } .pending-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 1vw; margin-bottom: 1vw; border-bottom: 0.4vw solid rgb(219, 219, 221); } .pending-content { margin-bottom: 1vw; } /* .pending-content:nth-last-child(2){ border-bottom: 0.5vw solid rgb(219, 219, 221); padding-bottom: 1vw; margin-bottom: 1vw; } */ .content { display: flex; } .content span { width: 50%; } .annex-item{ margin: 2vw 3vw; padding: 2vw 3vw 1vw 3vw; box-shadow: 0 1px 3px 0 rgb(5 32 96 / 10%); background-color: #fff; } .pending-item { margin: 2vw 3vw; padding: 2vw 3vw 1vw 3vw; box-shadow: 0 1px 3px 0 rgb(5 32 96 / 10%); background-color: #fff; } .pending-item div:nth-last-child(1) { /* border-bottom: 0.5vw solid rgb(219, 219, 221); */ padding-bottom: 1.5vw; margin-top: 3vw; } /* .pending div:nth-last-child(1) { margin-bottom: 14vw; } */ .pending-bottom-top span:nth-child(1) { margin-left: -4vw; margin-right: 2vw; background-color: #1287ff; padding: 0.5vw 1vw; border-radius: 1vw; width: 5vw; } .pending-button { margin-right: 2vw; } /*.pending-button button:nth-child(1) {*/ /* background-color: rgb(72, 162, 248);*/ /* color: #fff;*/ /* border: none;*/ /* padding: 1.5vw 1vw;*/ /* width: 20vw;*/ /* border-radius: 1vw;*/ /* font-size: 1.8vw;*/ /*}*/ /*.pending-button button:nth-child(2) {*/ /* background-color: rgb(72, 162, 248);*/ /* background:repeating-linear-gradient(to right,rgb(115,206,254),rgb(54,126,241)); */ /* color: #fff;*/ /* border: none;*/ /* padding: 1.5vw 1vw;*/ /* width: 20vw;*/ /* border-radius: 1vw;*/ /* font-size: 3.7vw;*/ /*}*/ .pending-button .chakan { background-color: rgb(72, 162, 248); border: none; width: 20vw; border-radius: 1vw !important; font-size: 3.7vw; } .pending-advent span:nth-child(2) { color: rgb(242, 173, 76); } .pending-overdue span:nth-child(2) { color: rgb(242, 76, 76); } .layui-tab-content { padding: 0 !important; } /* 筛选弹窗 */ .mask { position: fixed; z-index: 1000; top: 0; right: 0; left: 0; bottom: 0; background: rgba(0, 0, 0, .6); opacity: 0; visibility: hidden; transition: opacity .3s; } .mask.show { opacity: 1; visibility: visible; } .dialog { position: fixed; background-color: #fff; width: 66vw; right: 0; bottom: 0; min-height: 100vh; max-height: 75%; z-index: 5000; border-top-left-radius: 12px; overflow: hidden; padding: 0 24px; padding: 0 24px constant(safe-area-inset-bottom) 24px; padding: 0 24px env(safe-area-inset-bottom) 24px; transform: translateX(100%); transition: transform .3s; padding-left: 4vw; } .dialog.show { transform: translateX(0); padding: 0; } .sift{ padding: 3vw; } .sift-top{ font-size: 4.5vw; margin-top: 10vw; } .sift-item{ display: flex; height: 10vw; } .sift-item a{ width: 15vw; background-color: rgb(242,242,242); margin: 2vw 1vw; text-align: center; line-height: 6vw; border-radius: 3vw; } .sift-item a:hover{ background-color: rgb(218, 235, 252); color: #187FDD; border: 0.5vw solid #187FDD; line-height: 5.5vw; width: 14.25vw; } .sift-content{ margin-left: 2vw; } .sift-region{ margin: 2vw; background-color: rgb(242,242,242); padding: 1vw 2vw; text-align: center; width: 55.5vw; } .sift-region span{ width: 20vw; margin: 0 1vw; } .layui-form-mid{ float: none !important; margin-left: 1vw !important; margin-right: 1vw !important; } .layui-laydate{ font-size: 3.7vw !important; } .layui-laydate-range{ width: 65vw !important; } #layui-laydate1{ display: flex !important; flex-flow: column !important; } .layui-laydate-content{ width: 65vw !important; padding: 1vw 2vw !important; } .layui-laydate-header{ padding: 0 !important; width: 65vw !important; } .layui-laydate-header i.laydate-next-m{ right: 10vw !important; } .layui-laydate-header i.laydate-next-y{ right: 3vw !important; } .layui-laydate-header i{ top: 0 !important; } /* .laydate-set-ym:nth-of-type(1) { margin-left: 19vw !important; } */ .layui-input-inline{ width: 27vw !important; } .layui-inline{ margin-top: 2vw !important; } .laydate-set-ym span{ padding: 0 1vw !important; } .sift-bottom{ margin-top: 16vh; margin-left: 16vw; } .sift-bottom button{ padding: 2vw; width: 25vw; border-radius: 1vw; background-color: #187FDD; color: #fff; border: none; } .layui-tab{ margin: 0 !important; } .dot{ display: flex; justify-content: center; margin-left: 14%; } .dot-img{ width: 1.2vh; } .layui-input-wrap button{ background-color: #fff !important; border: 0.25vw solid rgb(238, 238, 238); padding: 1vw 2vw; height: 38px; } .layui-input-wrap .layui-input{ width: 88vw; } .sift-state{ width: 15vw; background-color: rgb(242,242,242); margin: 2vw 1vw; text-align: center; line-height: 6vw; border: 0.25vw solid rgb(238, 238, 238); /* border-radius: 3vw; */ } .layui-form-radio{ width: 15vw; background-color: rgb(242,242,242); margin: 2vw 1vw; text-align: center; line-height: 6vw; padding: 0 !important; border: 0.25vw solid rgb(238, 238, 238); } .layui-form-radio:hover>*, .layui-form-radioed, .layui-form-radioed>i{ color: #187FDD !important; } .layui-form-radioed{ background-color: rgb(218, 235, 252); color: #187FDD; border: 0.25vw solid #187FDD; line-height: 5.5vw; width: 15vw; } .layui-icon-circle:before{ display: none; } .layui-input-block{ margin: 0 !important; } .layui-form-item .layui-input-inline{ margin: 2vw !important; } .layui-anim.layui-icon{ display: none !important; } .layui-form{ font-size: 3.7vw !important; } .annex-content{ background-color: #fff; text-align: center; padding: 2vw; box-shadow: 0 1px 3px 0 rgb(5 32 96 / 10%); display: flex; flex-direction: row; flex-wrap: wrap; margin: 2vw 2vw 0 2vw; } .annex-content img { height: 15vw !important; } .invite-content1 li{ width: 30vw; height: auto; } .annex-content div{ /*display: none;*/ margin: o auto; } .annex-content p{ padding: 0.5vh 0 ; width: 25vw; margin-left: 3vw; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .annex-content a{ width: 100%; height: 3vh; line-height: 3vh; border-radius: 1.2vw; font-size: 3vw; }