/* test/reportTable/index.wxss */
|
|
/* reportForm/index/index.wxss */
|
|
page {
|
background-color: #fff;
|
}
|
|
.tabHead {
|
display: flex;
|
justify-content: center;
|
align-items: center;
|
color: white;
|
font-size: 36rpx;
|
text-align: center;
|
line-height: 50px;
|
background-image: linear-gradient(90deg, #80beff 5%, #0064cc 100%);
|
}
|
|
|
ec-canvas {
|
width: 100%;
|
height: 49vh;
|
}
|
|
.tabBody {
|
display: flex;
|
}
|
|
.tabBody_date {
|
height: 36px;
|
width: 120rpx;
|
text-align: center;
|
line-height: 36px;
|
color: #fff;
|
font-size: 20px;
|
background-image: linear-gradient(90deg, #0064cc 5%, #80beff 100%);
|
}
|
|
.tabBody_med {
|
display: flex;
|
flex-direction: column;
|
width: 100%;
|
}
|
|
.tabBody_med .med_head {
|
height: 35px;
|
width: 100%;
|
text-align: center;
|
line-height: 30px;
|
color: #fff;
|
font-size: 18px;
|
background-image: linear-gradient(90deg, #80beff 5%, #0064cc 100%);
|
}
|
|
.tabBody_med .med_body {
|
display: flex;
|
height: 35px;
|
width: 100%;
|
margin-top: 1px;
|
color: #fff;
|
text-align: center;
|
line-height: 30px;
|
font-size: 15px;
|
|
}
|
|
.body_item {
|
width: calc(33% - 20px);
|
height: 66rpx;
|
line-height: 66rpx;
|
text-align: center;
|
margin-right: 1px;
|
background-image: linear-gradient(90deg, #80beff 100%, #0064cc 5%);
|
}
|
.date_thead_box{
|
width: 60px;
|
background-image: linear-gradient(90deg, #80beff 100%, #0064cc 5%);
|
height: 66rpx;
|
line-height: 66rpx;
|
margin-right: 1px;
|
text-align: center;
|
box-sizing: border-box;
|
}
|
.date_box{
|
width: 59px;
|
background-color: #ddd;
|
height: 25px;
|
line-height: 25px;
|
margin-right: 1px;
|
box-sizing: border-box;
|
}
|
|
.col{
|
width: calc(33% - 20px);
|
height: 25px;
|
line-height: 25px;
|
text-align: center;
|
margin-right: 1px;
|
background-image: linear-gradient(90deg,rgba(19, 151, 228, 0.5), rgba(164, 170, 234, 0.5));
|
background-size:0% 24px;
|
background-repeat:no-repeat;
|
}
|
|
.tabBox {
|
display: flex;
|
align-items: center;
|
text-align: center;
|
background-color: #fff;
|
margin-bottom: 1px;
|
}
|
.tabBox>view{
|
background-color: #f5f7fa;
|
}
|
.tabBox>view:last-child {
|
margin-right: 0px;
|
}
|
.flex{
|
flex:1;
|
}
|
.med_body .body_item :first-child {
|
height: 100%;
|
background-image: linear-gradient(90deg, #80beff 100%, #0064cc 5%);
|
}
|
|
.tabBody_med .med_body>.body_item :last-child {
|
height: 100%;
|
margin-left: 1px;
|
background-image: linear-gradient(90deg, #80beff 5%, #0064cc 100%);
|
}
|
|
.tabBody_footer {
|
height: 29px;
|
text-align: center;
|
align-items: center;
|
font-size: 16px;
|
color: #fff;
|
line-height: 30px;
|
margin-left: 0.5px;
|
margin-top: 1px;
|
background-image: linear-gradient(90deg, #80beff 5%, #0064cc 100%);
|
}
|
|
.item_date {
|
height: 25px;
|
}
|
|
|
|
.filterDate {
|
position: absolute;
|
top: 102rpx;
|
display: flex;
|
width: 100%;
|
height: 80rpx;
|
background-color: #fff;
|
}
|
|
|
.filterDate>.screen_li {
|
width: 100vh;
|
min-height: 50rpx;
|
border-top: 1px solid #f4f4f4;
|
display: flex;
|
}
|
|
.filterDate>.screen_li:nth-child(1) {
|
border-top: 0px;
|
}
|
|
.screen_li_left {
|
width: 20vw;
|
/* height: 100%; */
|
display: flex;
|
justify-content: center;
|
padding: 20rpx 0;
|
align-items: center;
|
}
|
|
.screen_li_left>.iconfont {
|
width: 50rpx;
|
height: 50rpx;
|
font-size: 30rpx;
|
color: #16b5cb;
|
/* margin-right: 10rpx; */
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
}
|
|
.screen_li_right {
|
display: flex;
|
width: 80vw;
|
height: 100%;
|
justify-content: flex-start;
|
color: #bebebe;
|
padding: 0rpx 20rpx;
|
align-items: center;
|
}
|
|
.screen_li_right>.applicant {
|
width: 100%;
|
height: 100%;
|
}
|
|
.applicant>.applicant_btn {
|
min-width: 100rpx;
|
padding: 10rpx;
|
/* background-color: #07b5e0; */
|
color: #16b5cb;
|
justify-content: center;
|
border-radius: 5px;
|
}
|
|
.screen_li_right>picker {
|
padding: 10rpx;
|
border-radius: 5px;
|
color: #16b5cb;
|
}
|
|
.screen_li_right>.screen_li_right_cen {
|
margin: 5rpx 20px;
|
display: flex;
|
align-items: center;
|
}
|
|
.screen_btn {
|
width: 100%;
|
min-height: 70rpx;
|
border-radius: 7px;
|
background-color: #0abb77;
|
color: #fff;
|
justify-content: center;
|
}
|
|
.xia {
|
transform: rotate(-180deg);
|
transition: 0.5s;
|
}
|
|
.zuo {
|
transform: rotate(90deg);
|
transition: 0.5s;
|
}
|
|
.down {
|
transform: rotate(0deg);
|
transition: 0.5s;
|
}
|
.container swiper{
|
width:100%;
|
height: 100%;
|
}
|
|
.menubarItem {
|
width: 100%;
|
height: 80rpx;
|
line-height: 80rpx;
|
background: #ffffff;
|
}
|
|
.menubarItem text {
|
display: inline-block;
|
font-size: 24rpx;
|
height: 95%;
|
text-align: center;
|
padding: 0px 30rpx;
|
/* margin-left: 40rpx; */
|
font-weight: 300;
|
}
|
|
.menubarItem text.active {
|
color: #fff;
|
background-color: #3692f1;
|
}
|