132 lines
2.5 KiB
Plaintext
Raw Normal View History

2026-01-30 09:54:46 +08:00
page {
background-color: #f8f8f8;
}
.header {
background-color: #fff;
position: fixed;
left: 0;
top: 0;
right: 0;
2026-05-28 09:48:42 +08:00
height: 385rpx;
2026-01-30 09:54:46 +08:00
z-index: 100;
box-shadow: 0px 3px 7px rgba(206, 206, 206, 0.25);
}
.header .header_tabs {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 30rpx;
2026-05-28 09:48:42 +08:00
border-bottom: 1rpx solid #eee;
2026-01-30 09:54:46 +08:00
}
.header .header_tabs .meter_reading_record {
color: #333333;
font-size: 28rpx;
display: flex;
align-items: center;
}
.header .search {
2026-05-28 09:48:42 +08:00
padding: 20rpx 30rpx;
border-bottom: 1rpx solid #eee;
2026-01-30 09:54:46 +08:00
}
.header .filter {
display: flex;
align-items: center;
justify-content: space-between;
padding: 16rpx 30rpx 0 30rpx;
}
2026-05-28 09:48:42 +08:00
.header .filter_content {
padding: 20rpx 30rpx;
}
.header .filter_day_content {
display: flex;
align-items: center;
padding-top: 18rpx;
}
.header .filter_day_content .filter_day_item {
padding: 8rpx 20rpx;
border-radius: 100rpx;
font-size: 24rpx;
color: #666;
border: 1px solid #cacaca;
margin-right: 10rpx;
}
.header .filter_day_content .filter_day_item text {
width: 14rpx;
height: 14rpx;
border-radius: 100rpx;
display: inline-block;
}
.header .filter_day_content .filter_day_item_active {
border: 1rpx solid #0082fa;
color: #0082fa;
}
.header_two {
height: 280rpx;
}
2026-01-30 09:54:46 +08:00
.work_contents {
2026-05-28 09:48:42 +08:00
padding: 385rpx 0 30rpx 0;
position: relative;
2026-01-30 09:54:46 +08:00
}
2026-05-28 09:48:42 +08:00
.work_contents .menu_list_content {
position: fixed;
left: 0;
bottom: 0;
top: 280rpx;
width: 170rpx;
2026-01-30 09:54:46 +08:00
background-color: #fff;
2026-05-28 09:48:42 +08:00
z-index: 10;
2026-01-30 09:54:46 +08:00
}
2026-05-28 09:48:42 +08:00
.work_contents .menu_list_content .menu_item {
height: 75rpx;
line-height: 75rpx;
text-align: center;
font-size: 25rpx;
2026-01-30 09:54:46 +08:00
color: #333333;
2026-05-28 09:48:42 +08:00
overflow: hidden;
ellipsis: 1;
white-space: nowrap;
2026-01-30 09:54:46 +08:00
}
2026-05-28 09:48:42 +08:00
.work_contents .menu_list_content .menu_item_active {
background-color: #f8f8f8;
border-left: 5rpx solid #0082fa;
2026-01-30 09:54:46 +08:00
}
2026-05-28 09:48:42 +08:00
.work_contents .work_item_content {
padding-left: 170rpx;
}
.work_contents_two {
padding: 280rpx 0 30rpx 0;
}
.card_status_4 {
border-top: 6px solid #ef4444;
}
.meter_btn_primary {
background-color: #0082fa;
color: #fff;
padding: 15rpx 30rpx;
border-radius: 8rpx;
font-size: 28rpx;
}
.tag_group .table_tab {
2026-01-30 09:54:46 +08:00
display: flex;
align-items: center;
padding: 6rpx 16rpx;
border-radius: 8rpx;
font-size: 24rpx;
}
2026-05-28 09:48:42 +08:00
.tag_group .table_tab image {
2026-01-30 09:54:46 +08:00
width: 18rpx;
height: 24rpx;
margin-right: 5rpx;
}
2026-05-28 09:48:42 +08:00
.tag_group .water {
background-color: #f0f8ff;
color: #0082fa;
2026-01-30 09:54:46 +08:00
}
2026-05-28 09:48:42 +08:00
.tag_group .electricity {
background-color: #fff8f0;
color: #ffb30f;
2026-01-30 09:54:46 +08:00
}
2026-05-28 09:48:42 +08:00
.tag_group .gas {
background-color: #fff0f0;
color: #f53f3f;
2026-01-30 09:54:46 +08:00
}