jhwxapp/miniprogram/app.wxss

1843 lines
28 KiB
Plaintext
Raw Normal View History

2023-08-10 01:21:29 +08:00
/**app.wxss**/
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
2024-03-19 23:25:38 +08:00
}
page {
2023-08-10 01:21:29 +08:00
background: #191d28;
color: #ffffff;
font-size: 30rpx;
2024-03-19 23:25:38 +08:00
height: 100vh;
2023-08-10 01:21:29 +08:00
}
/* 自定义顶部样式 */
2024-03-19 23:25:38 +08:00
.header_title {
2023-08-10 01:21:29 +08:00
position: fixed;
2024-03-19 23:25:38 +08:00
width: 100%;
2023-08-10 01:21:29 +08:00
z-index: 5;
margin: 0;
2024-03-19 23:25:38 +08:00
padding: 85rpx 0 30rpx;
2023-08-10 01:21:29 +08:00
background: #191d28;
}
2024-03-19 23:25:38 +08:00
2023-08-10 01:21:29 +08:00
/* 自定义顶部样式 */
2024-03-19 23:25:38 +08:00
.header_title_saft {
width: 100%;
2023-08-10 01:21:29 +08:00
z-index: 5;
margin: 0;
2024-03-19 23:25:38 +08:00
padding: 85rpx 0 30rpx;
2023-08-10 01:21:29 +08:00
background: #191d28;
}
2024-03-19 23:25:38 +08:00
.header_name {
2023-08-10 01:21:29 +08:00
text-align: center;
}
2024-03-19 23:25:38 +08:00
.header_img {
2023-08-10 01:21:29 +08:00
padding-left: 30rpx;
padding-top: 10rpx;
}
2024-03-19 23:25:38 +08:00
.header_img image {
width: 30rpx;
height: 30rpx;
}
.header_fh {
2023-08-10 01:21:29 +08:00
font-size: 28rpx;
position: relative;
top: -5rpx;
}
/* 中间内容用含有max_content 的 view 包起来 */
2024-03-19 23:25:38 +08:00
.max_content {
2023-08-10 01:21:29 +08:00
padding: 166rpx 0 180rpx;
}
2024-03-19 23:25:38 +08:00
.max_content_scroll {
2023-09-17 15:28:13 +08:00
padding: 166rpx 0 10rpx;
2023-09-02 23:45:35 +08:00
}
2024-03-19 23:25:38 +08:00
.min_content {
2023-08-10 01:21:29 +08:00
padding: 166rpx 0 20rpx;
}
2024-03-19 23:25:38 +08:00
.max_new_content {
padding: 0 0 120rpx;
2023-09-17 15:28:13 +08:00
}
2023-08-10 01:21:29 +08:00
/* 底部导航 */
2024-03-19 23:25:38 +08:00
.van-tabbar.van-tabbar--fixed {
2023-08-10 01:21:29 +08:00
background-image: linear-gradient(#33426b, #202b47);
}
2024-03-19 23:25:38 +08:00
2023-08-10 01:21:29 +08:00
.van-tabbar.van-tabbar--fixed:after {
border-width: 0px 0;
}
/* 页面公用部分样式 */
2024-03-19 23:25:38 +08:00
.video_add {
2023-08-10 01:21:29 +08:00
padding: 20rpx 30rpx;
}
2024-03-19 23:25:38 +08:00
.video_address {
background: #30343f;
padding: 0 20rpx;
border-radius: 50rpx;
2023-08-10 01:21:29 +08:00
font-size: 28rpx;
}
2024-03-19 23:25:38 +08:00
.video_address_min {
background: url("https://szgcwx.jhncidg.com/staticFiles/img/menu/CORE_B1C818B4CF2C44FE9D96624589329EBC.png") no-repeat left/40rpx;
height: 80rpx;
2023-08-10 01:21:29 +08:00
line-height: 80rpx;
padding-left: 50rpx;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
word-break: break-all;
}
2024-03-19 23:25:38 +08:00
2023-08-10 01:21:29 +08:00
/* 清除上浮 */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
2024-03-19 23:25:38 +08:00
.gif {
margin: 400rpx auto 0;
2023-08-10 01:21:29 +08:00
text-align: center;
}
2024-03-19 23:25:38 +08:00
.gif image {
2023-08-10 01:21:29 +08:00
width: 60rpx;
height: 60rpx;
}
2024-03-19 23:25:38 +08:00
.gif view {
2023-08-10 01:21:29 +08:00
padding-top: 20rpx;
}
/* 建安公司新页面 */
2024-03-19 23:25:38 +08:00
.modify_video_nav {
2023-08-10 01:21:29 +08:00
background: #32416a;
margin-top: 20rpx;
display: flex;
align-items: center;
justify-content: space-evenly;
padding: 25rpx 0;
color: #7c95d7;
}
2024-03-19 23:25:38 +08:00
.modify_video_nav .active {
2023-08-10 01:21:29 +08:00
color: #ffffff;
}
2024-03-19 23:25:38 +08:00
.modify_video_nav .active text {
2023-08-10 01:21:29 +08:00
padding: 15rpx 0;
border-bottom: 3px solid #5c9efe;
}
2024-03-19 23:25:38 +08:00
.modify_echarts_max {
2023-08-10 01:21:29 +08:00
margin-top: 30rpx;
2024-03-19 23:25:38 +08:00
padding: 0 20rpx;
2023-08-10 01:21:29 +08:00
}
2024-03-19 23:25:38 +08:00
.modify_echarts_min {
background: #1e2336;
2023-08-10 01:21:29 +08:00
font-size: 28rpx;
padding: 30rpx;
}
2024-03-19 23:25:38 +08:00
.modify_echarts_title_min {
2023-08-10 01:21:29 +08:00
padding: 10rpx;
display: flex;
justify-content: space-between;
align-items: center;
}
2024-03-19 23:25:38 +08:00
.modify_eharts_title {
2023-08-10 01:21:29 +08:00
height: 40rpx;
line-height: 40rpx;
padding-left: 40rpx;
2024-03-19 23:25:38 +08:00
background: url("https://szgcwx.jhncidg.com/staticFiles/img/menu/CORE_52887EE6A33042408E11C2174974ABA1.png") no-repeat left/35rpx;
2023-08-10 01:21:29 +08:00
}
2024-03-19 23:25:38 +08:00
.modify_list_btn {
2023-08-10 01:21:29 +08:00
font-size: 28rpx;
color: #7a8fce;
}
2024-03-19 23:25:38 +08:00
.modify_video_work_area {
2023-08-10 01:21:29 +08:00
margin-top: 20rpx;
2024-03-19 23:25:38 +08:00
padding: 10rpx 30rpx;
2023-08-10 01:21:29 +08:00
}
2024-03-19 23:25:38 +08:00
.modify_video_work_area {
2023-08-10 01:21:29 +08:00
height: 40rpx;
line-height: 40rpx;
padding-left: 40rpx;
font-size: 28rpx;
2024-03-19 23:25:38 +08:00
background: url("https://szgcwx.jhncidg.com/staticFiles/img/menu/CORE_52887EE6A33042408E11C2174974ABA1.png") no-repeat left/35rpx;
2023-08-10 01:21:29 +08:00
}
2024-03-19 23:25:38 +08:00
.video_ai_survey {
padding: 15rpx;
2023-08-10 01:21:29 +08:00
}
2024-03-19 23:25:38 +08:00
.ai_video_con {
2023-08-10 01:21:29 +08:00
display: flex;
justify-content: space-between;
align-items: center;
2024-03-19 23:25:38 +08:00
padding: 30rpx 0 30rpx 30rpx;
2023-08-10 01:21:29 +08:00
color: #ffffff;
}
2024-03-19 23:25:38 +08:00
.ai_video_con_title {
2023-08-10 01:21:29 +08:00
display: flex;
align-items: center;
}
2024-03-19 23:25:38 +08:00
.ai_video_con_title image {
2023-08-10 01:21:29 +08:00
width: 40rpx;
height: 40rpx;
}
2024-03-19 23:25:38 +08:00
.ai_video_con_title text {
2023-08-10 01:21:29 +08:00
padding-left: 15rpx;
}
2024-03-19 23:25:38 +08:00
.ai_video_con_number text {
2023-08-10 01:21:29 +08:00
font-size: 35rpx;
font-weight: bold;
color: #00ecfe;
}
2024-03-19 23:25:38 +08:00
.video_list_max {
2023-08-10 01:21:29 +08:00
padding: 15rpx;
}
2024-03-19 23:25:38 +08:00
.ai_warning_list {
2023-08-10 01:21:29 +08:00
padding: 30rpx 0;
border-bottom: 1px solid #404a74;
display: flex;
align-items: center;
}
2024-03-19 23:25:38 +08:00
.ai_warning_list_img {
2023-08-10 01:21:29 +08:00
width: 220rpx;
height: 180rpx;
border-radius: 8rpx;
}
2024-03-19 23:25:38 +08:00
.ai_warning_list_con {
2023-08-10 01:21:29 +08:00
padding-left: 20rpx;
font-size: 30rpx;
width: calc(100% - 240rpx);
}
2024-03-19 23:25:38 +08:00
.ai_warning_list_con .ai_warning_list_project {
2023-08-10 01:21:29 +08:00
padding: 5rpx 0;
color: #ffffff;
font-weight: bold;
}
2024-03-19 23:25:38 +08:00
.ai_warning_list_con view {
2023-08-10 01:21:29 +08:00
padding: 7rpx 0;
}
2024-03-19 23:25:38 +08:00
.ai_warning_list_reason text {
2023-08-10 01:21:29 +08:00
color: #ff8909;
}
2024-03-19 23:25:38 +08:00
.ai_warning_list_position text {
2023-08-10 01:21:29 +08:00
color: #00a8ff;
}
2024-03-19 23:25:38 +08:00
.ai_warning_list_time {
2023-08-10 01:21:29 +08:00
font-size: 26rpx;
display: flex;
align-items: center;
justify-content: space-between;
}
2024-03-19 23:25:38 +08:00
.ai_warning_list_time_date {
2023-08-10 01:21:29 +08:00
color: #89a3ed;
}
2024-03-19 23:25:38 +08:00
.ai_warning_list_video_btn {
2023-08-10 01:21:29 +08:00
background: #404a74;
font-size: 22rpx;
border-radius: 5rpx;
color: #ffffff;
padding: 5rpx 10rpx !important;
display: flex;
align-items: center;
}
2024-03-19 23:25:38 +08:00
.ai_warning_list_video_btn image {
2023-08-10 01:21:29 +08:00
width: 22rpx;
height: 22rpx;
margin-right: 10rpx;
}
2024-03-19 23:25:38 +08:00
.video_icon text {
2023-08-10 01:21:29 +08:00
font-size: 36rpx;
color: #00a8ff;
}
2024-03-19 23:25:38 +08:00
.video_num {
padding: 0 30rpx;
2023-08-10 01:21:29 +08:00
height: 120rpx;
}
2024-03-19 23:25:38 +08:00
2023-08-10 01:21:29 +08:00
.video_icon {
font-size: 28rpx;
text-align: center;
padding: 30rpx 0;
}
2024-03-19 23:25:38 +08:00
.video_icon image {
2023-08-10 01:21:29 +08:00
width: 40rpx;
height: 40rpx;
position: relative;
top: 10rpx;
}
2024-03-19 23:25:38 +08:00
.vehicle_video_nav_max {
padding: 10rpx 20rpx;
2023-08-10 01:21:29 +08:00
}
2024-03-19 23:25:38 +08:00
.vehicle_video_nav_min {
2023-08-10 01:21:29 +08:00
background: #1c2232;
display: flex;
align-items: center;
}
2024-03-19 23:25:38 +08:00
.vehicle_video_nav {
2023-08-10 01:21:29 +08:00
padding: 20rpx;
font-size: 28rpx;
}
2024-03-19 23:25:38 +08:00
.vehicle_video_nav.active {
2023-08-10 01:21:29 +08:00
background: #2b345b;
border-radius: 10rpx;
}
2024-03-19 23:25:38 +08:00
.modify_vehicle_video {
2023-08-10 01:21:29 +08:00
padding: 30rpx 10rpx 0;
}
2024-03-19 23:25:38 +08:00
.modify_vehicle_video video {
2023-08-10 01:21:29 +08:00
width: 100%;
height: 350rpx;
border-radius: 10rpx;
}
2024-03-19 23:25:38 +08:00
.modify_list_license_plate_max {
padding: 30rpx 5rpx;
2023-08-10 01:21:29 +08:00
}
2024-03-19 23:25:38 +08:00
.modify_list_license_plate {
2023-08-10 01:21:29 +08:00
border: 2px solid #2b4169;
text-align: center;
padding: 10rpx 0;
background: #1f253b;
}
2024-03-19 23:25:38 +08:00
.modify_list_license_direction {
2023-08-10 01:21:29 +08:00
padding: 30rpx 10rpx 10rpx;
font-size: 28rpx;
2024-03-19 23:25:38 +08:00
color: #8ba3ed;
2023-08-10 01:21:29 +08:00
}
2024-03-19 23:25:38 +08:00
.modify_list_photos_max {
2023-08-10 01:21:29 +08:00
padding: 20rpx 10rpx;
}
2024-03-19 23:25:38 +08:00
.modify_list_photos_min {
2023-08-10 01:21:29 +08:00
width: 100%;
height: 220rpx;
2024-03-19 23:25:38 +08:00
background: #232943 url("https://szgcwx.jhncidg.com/staticFiles/img/menu/WEB_6F3E3915E1A44AF6BE55F4B1BE0E277F.png") no-repeat center/130rpx 130rpx;
2023-08-10 01:21:29 +08:00
border-radius: 10rpx;
}
2024-03-19 23:25:38 +08:00
.modify_list_photos_min image {
2023-08-10 01:21:29 +08:00
width: 100%;
height: 100%;
border-radius: 10rpx;
}
2024-03-19 23:25:38 +08:00
.modify_list_photos_time {
2023-08-10 01:21:29 +08:00
padding: 20rpx 0 0;
font-size: 28rpx;
text-align: center;
}
/* 安全管控 */
2024-03-19 23:25:38 +08:00
.deep_select {
2023-08-10 01:21:29 +08:00
padding: 15rpx;
}
2024-03-19 23:25:38 +08:00
.deep_select_padding {
2023-08-10 01:21:29 +08:00
padding: 15rpx;
}
2024-03-19 23:25:38 +08:00
.deep_point_position {
2023-08-10 01:21:29 +08:00
display: flex;
justify-content: space-evenly;
align-items: center;
font-size: 28rpx;
color: #737478;
padding: 20rpx 0;
margin-bottom: 30rpx;
}
2024-03-19 23:25:38 +08:00
.deep_point_position .active {
2023-08-10 01:21:29 +08:00
color: #88a2ec;
}
2024-03-19 23:25:38 +08:00
.deep_point_position .active text {
2023-08-10 01:21:29 +08:00
color: #08d6eb;
}
2024-03-19 23:25:38 +08:00
.deep_modular_max {
padding: 50rpx 30rpx;
2023-08-10 01:21:29 +08:00
}
2024-03-19 23:25:38 +08:00
.deep_modular_min {
2023-08-10 01:21:29 +08:00
background: #1e2336;
margin-bottom: 30rpx;
}
2024-03-19 23:25:38 +08:00
.deep_modular_title {
padding: 20rpx 20rpx;
2023-08-10 01:21:29 +08:00
display: flex;
align-items: center;
justify-content: space-between;
font-size: 28rpx;
}
2024-03-19 23:25:38 +08:00
.deep_qingxie {
background: url("https://szgcwx.jhncidg.com/staticFiles/img/menu/WEB_EE67AE44D92E4894AEF2AAD8A511CFE1.png") no-repeat left/30rpx 30rpx;
2023-08-10 01:21:29 +08:00
padding-left: 40rpx;
}
2024-03-19 23:25:38 +08:00
.deep_weiyi {
background: url("https://szgcwx.jhncidg.com/staticFiles/img/menu/WEB_80265DAD5962462DA855FE1E6E735650.png") no-repeat left/30rpx 30rpx;
2023-08-10 01:21:29 +08:00
padding-left: 40rpx;
}
2024-03-19 23:25:38 +08:00
.modify_video_nav_af {
2023-08-10 01:21:29 +08:00
margin: 0;
}
2024-03-19 23:25:38 +08:00
.modify_video_add {
2023-08-10 01:21:29 +08:00
margin-bottom: 30rpx;
}
2024-03-19 23:25:38 +08:00
.dangerous_node {
2023-08-10 01:21:29 +08:00
display: flex;
align-items: center;
justify-content: space-evenly;
padding: 40rpx 0;
}
2024-03-19 23:25:38 +08:00
.dangerous_node_min {
2023-08-10 01:21:29 +08:00
text-align: center;
}
2024-03-19 23:25:38 +08:00
.dangerous_node_number {
2023-08-10 01:21:29 +08:00
font-size: 38rpx;
padding: 15rpx 0;
}
2024-03-19 23:25:38 +08:00
.cyan {
2023-08-10 01:21:29 +08:00
color: #08d6ed;
}
2024-03-19 23:25:38 +08:00
.blue {
2023-08-10 01:21:29 +08:00
color: #1879da;
}
2024-03-19 23:25:38 +08:00
.orange {
2023-08-10 01:21:29 +08:00
color: #fd9729;
}
2024-03-19 23:25:38 +08:00
.dangerous_node_title {
2023-08-10 01:21:29 +08:00
display: flex;
align-items: center;
justify-content: center;
padding-top: 15rpx;
}
2024-03-19 23:25:38 +08:00
.dangerous_node_title image {
2023-08-10 01:21:29 +08:00
width: 40rpx;
height: 40rpx;
margin-right: 15rpx;
}
2024-03-19 23:25:38 +08:00
.timeline_max {
2023-08-10 01:21:29 +08:00
padding: 30rpx 30rpx 30rpx 40rpx;
}
2024-03-19 23:25:38 +08:00
.timeline_for {
2023-08-10 01:21:29 +08:00
padding-bottom: 50rpx;
border-left: 1px solid #1d2b52;
}
2024-03-19 23:25:38 +08:00
.timeline_for_title {
2023-08-10 01:21:29 +08:00
padding-bottom: 20rpx;
display: flex;
align-items: center;
position: relative;
}
2024-03-19 23:25:38 +08:00
.timeline_for_dot {
2023-08-10 01:21:29 +08:00
width: 20rpx;
height: 20rpx;
background: #ff0000;
position: absolute;
left: -10rpx;
border-radius: 50%;
}
2024-03-19 23:25:38 +08:00
.timeline_for_text {
2023-08-10 01:21:29 +08:00
padding-left: 40rpx;
}
2024-03-19 23:25:38 +08:00
.timeline_for_list {
2023-08-10 01:21:29 +08:00
padding: 10rpx 0 10rpx 40rpx;
display: flex;
align-items: center;
color: #d4d9ec;
}
2024-03-19 23:25:38 +08:00
.timeline_for_time {
2023-08-10 01:21:29 +08:00
color: #43aeff;
}
2024-03-19 23:25:38 +08:00
.timeline_for_state_1 {
2023-09-02 23:45:35 +08:00
padding: 2px 24rpx;
2023-08-10 01:21:29 +08:00
height: 40rpx;
width: 160rpx;
text-align: center;
line-height: 40rpx;
2023-09-02 23:45:35 +08:00
font-size: 26rpx;
2024-03-19 23:25:38 +08:00
background: url("https://szgcwx.jhncidg.com/staticFiles/img/menu/WEB_F5E44186F6C44161B99491284E33EEE6.png") no-repeat center/100% 100%;
2023-08-10 01:21:29 +08:00
}
2024-03-19 23:25:38 +08:00
.timeline_for_state_2 {
2023-09-02 23:45:35 +08:00
padding: 2px 24rpx;
2023-08-10 01:21:29 +08:00
height: 40rpx;
width: 160rpx;
text-align: center;
line-height: 40rpx;
2023-09-02 23:45:35 +08:00
font-size: 26rpx;
2024-03-19 23:25:38 +08:00
background: url("https://szgcwx.jhncidg.com/staticFiles/img/WEB_345B9059DAD1492EB37EC4814EB340F0.png") no-repeat center/100% 100%;
2023-08-10 01:21:29 +08:00
}
2024-03-19 23:25:38 +08:00
.timeline_for_file {
2023-08-10 01:21:29 +08:00
padding: 10rpx 0 10rpx 40rpx;
font-size: 28rpx;
color: #d4d9ec;
display: flex;
}
2024-03-19 23:25:38 +08:00
.timeline_for_list_title {
2023-08-10 01:21:29 +08:00
width: 140rpx;
padding-top: 10rpx;
}
2024-03-19 23:25:38 +08:00
.timeline_for_list_file {
2023-08-10 01:21:29 +08:00
padding-top: 10rpx;
width: calc(100% - 140rpx);
}
2024-03-19 23:25:38 +08:00
.zs_level_list_label {
padding: 0 10rpx;
2023-08-10 01:21:29 +08:00
}
2024-03-19 23:25:38 +08:00
.zs_level_list_label view {
2023-08-10 01:21:29 +08:00
padding: 10rpx 0;
color: #7f91f5;
text-decoration: underline;
}
2024-03-19 23:25:38 +08:00
.zs_level_list_label view:active {
2023-08-10 01:21:29 +08:00
color: #4f6aff;
}
2024-03-19 23:25:38 +08:00
.pz_list_max {
2023-08-10 01:21:29 +08:00
padding: 30rpx 10rpx;
}
2024-03-19 23:25:38 +08:00
.pz_list_for {
2023-08-10 01:21:29 +08:00
padding: 30rpx;
background: #1e2336;
margin-bottom: 30rpx;
}
2024-03-19 23:25:38 +08:00
.pz_list_for_list {
padding: 10rpx 0;
2023-08-10 01:21:29 +08:00
}
2024-03-19 23:25:38 +08:00
.modify_video_add {
2023-08-10 01:21:29 +08:00
margin-bottom: 30rpx;
}
2024-03-19 23:25:38 +08:00
.dangerous_node {
2023-08-10 01:21:29 +08:00
display: flex;
align-items: center;
justify-content: space-evenly;
padding: 40rpx 0;
}
2024-03-19 23:25:38 +08:00
.dangerous_node_min {
2023-08-10 01:21:29 +08:00
text-align: center;
}
2024-03-19 23:25:38 +08:00
.dangerous_node_number {
2023-08-10 01:21:29 +08:00
font-size: 38rpx;
padding: 15rpx 0;
}
2024-03-19 23:25:38 +08:00
.cyan {
2023-08-10 01:21:29 +08:00
color: #08d6ed;
}
2024-03-19 23:25:38 +08:00
.blue {
2023-08-10 01:21:29 +08:00
color: #1879da;
}
2024-03-19 23:25:38 +08:00
.orange {
2023-08-10 01:21:29 +08:00
color: #fd9729;
}
2024-03-19 23:25:38 +08:00
.dangerous_node_title {
2023-08-10 01:21:29 +08:00
display: flex;
align-items: center;
justify-content: center;
padding-top: 15rpx;
}
2024-03-19 23:25:38 +08:00
.dangerous_node_title image {
2023-08-10 01:21:29 +08:00
width: 40rpx;
height: 40rpx;
margin-right: 15rpx;
}
2024-03-19 23:25:38 +08:00
.timeline_max {
2023-08-10 01:21:29 +08:00
padding: 30rpx 30rpx 30rpx 40rpx;
}
2024-03-19 23:25:38 +08:00
.timeline_for {
2023-08-10 01:21:29 +08:00
padding-bottom: 50rpx;
border-left: 2px solid #3c59a8;
}
2024-03-19 23:25:38 +08:00
.timeline_for_title {
2023-08-10 01:21:29 +08:00
padding-bottom: 20rpx;
display: flex;
align-items: center;
position: relative;
}
2024-03-19 23:25:38 +08:00
.timeline_for_dot {
2023-08-10 01:21:29 +08:00
width: 20rpx;
height: 20rpx;
border: 1px solid #b2badf;
background: #191d28;
position: absolute;
left: -14rpx;
border-radius: 50%;
}
2024-03-19 23:25:38 +08:00
.dot_blue {
2023-08-10 01:21:29 +08:00
border: 1px solid #1680d6;
background: #1680d6;
}
2024-03-19 23:25:38 +08:00
.dot_red {
2023-08-10 01:21:29 +08:00
border: 1px solid #ff0000;
background: #ff0000;
}
2024-03-19 23:25:38 +08:00
.timeline_for_time {
2023-08-10 01:21:29 +08:00
color: #43aeff;
}
2023-09-02 23:45:35 +08:00
2024-03-19 23:25:38 +08:00
.timeline_for_file {
2023-08-10 01:21:29 +08:00
padding: 10rpx 0 10rpx 40rpx;
font-size: 28rpx;
color: #d4d9ec;
display: flex;
}
2024-03-19 23:25:38 +08:00
.timeline_for_list_title {
2023-08-10 01:21:29 +08:00
width: 140rpx;
padding-top: 10rpx;
}
2024-03-19 23:25:38 +08:00
.timeline_for_list_file {
2023-08-10 01:21:29 +08:00
padding-top: 10rpx;
width: calc(100% - 140rpx);
}
2024-03-19 23:25:38 +08:00
.zs_level_list_label {
padding: 0 10rpx;
2023-08-10 01:21:29 +08:00
}
2024-03-19 23:25:38 +08:00
.zs_level_list_label view {
2023-08-10 01:21:29 +08:00
padding: 10rpx 0;
color: #7f91f5;
text-decoration: underline;
}
2024-03-19 23:25:38 +08:00
.zs_level_list_label view:active {
2023-08-10 01:21:29 +08:00
color: #4f6aff;
}
2024-03-19 23:25:38 +08:00
.timeline_for_text {
2023-08-10 01:21:29 +08:00
padding-left: 40rpx;
}
2024-03-19 23:25:38 +08:00
.timeline_for_list {
2023-08-10 01:21:29 +08:00
padding: 10rpx 0 10rpx 40rpx;
display: flex;
align-items: center;
font-size: 28rpx;
color: #d4d9ec;
}
2024-03-19 23:25:38 +08:00
.pz_list_max {
2023-08-10 01:21:29 +08:00
padding: 30rpx 10rpx;
}
2024-03-19 23:25:38 +08:00
.pz_list_for {
2023-08-10 01:21:29 +08:00
padding: 30rpx;
background: #1e2336;
margin-bottom: 30rpx;
}
2024-03-19 23:25:38 +08:00
.pz_list_for_list {
padding: 10rpx 0;
2023-08-10 01:21:29 +08:00
}
/* 2022-12-22 新增样式 */
2024-03-19 23:25:38 +08:00
.add_to_btn {
2023-08-10 01:21:29 +08:00
position: fixed;
width: 100%;
height: 100%;
bottom: 0;
left: 0;
background: #212737;
height: 100rpx;
display: flex;
align-items: center;
justify-content: center;
font-size: 32rpx;
}
2024-03-19 23:25:38 +08:00
.add_to_btn image {
2023-08-10 01:21:29 +08:00
width: 36rpx;
height: 36rpx;
margin-right: 15rpx;
}
2024-03-19 23:25:38 +08:00
.add_to_btn:active {
2023-08-10 01:21:29 +08:00
background: #1e2336;
}
2024-03-19 23:25:38 +08:00
.ai_video_popup video {
2023-08-10 01:21:29 +08:00
height: 500rpx;
width: 100%;
}
2024-03-19 23:25:38 +08:00
2023-08-10 01:21:29 +08:00
/* 凭证管理新增 */
2024-03-19 23:25:38 +08:00
.add_max {
2023-08-10 01:21:29 +08:00
padding: 30rpx 40rpx;
}
2024-03-19 23:25:38 +08:00
.add_title {
2023-08-10 01:21:29 +08:00
color: #8ca0e7;
2024-03-19 23:25:38 +08:00
padding: 0 15rpx 30rpx;
2023-08-10 01:21:29 +08:00
}
2024-03-19 23:25:38 +08:00
.add_textarea {
height: 150rpx;
width: calc(100% - 40rpx);
2023-08-10 01:21:29 +08:00
background: #212737;
border-radius: 10rpx;
padding: 20rpx;
}
2024-03-19 23:25:38 +08:00
.add_btn {
2023-08-10 01:21:29 +08:00
padding-top: 100rpx;
display: flex;
justify-content: space-evenly;
align-items: center;
}
2024-03-19 23:25:38 +08:00
.add_btn_qx {
2023-08-10 01:21:29 +08:00
background: #3f424b;
2024-03-19 23:25:38 +08:00
height: 80rpx;
2023-08-10 01:21:29 +08:00
width: 250rpx;
text-align: center;
line-height: 80rpx;
border-radius: 10rpx;
}
2024-03-19 23:25:38 +08:00
.add_btn_qx:active {
2023-08-10 01:21:29 +08:00
background: #3a3e49;
}
2024-03-19 23:25:38 +08:00
.add_btn_bc {
2023-08-10 01:21:29 +08:00
background: #523fa8;
2024-03-19 23:25:38 +08:00
height: 80rpx;
2023-08-10 01:21:29 +08:00
width: 250rpx;
text-align: center;
line-height: 80rpx;
border-radius: 10rpx;
}
2024-03-19 23:25:38 +08:00
.add_btn_bc:active {
2023-08-10 01:21:29 +08:00
background: #4a35aa;
}
2024-03-19 23:25:38 +08:00
.van-picker__mask {
2023-08-10 01:21:29 +08:00
background-image: none !important;
}
2024-03-19 23:25:38 +08:00
2023-08-10 01:21:29 +08:00
.van-hairline--top-bottom:after {
border-top: 1px solid #3a4c8b !important;
border-bottom: 1px solid #3a4c8b !important;
}
.van-picker {
background: none !important;
}
/* 2023-5-4 新样式 */
2024-03-19 23:25:38 +08:00
.module_max {
2023-08-10 01:21:29 +08:00
margin-top: 30rpx;
2024-03-19 23:25:38 +08:00
padding: 0 30rpx;
2023-08-10 01:21:29 +08:00
}
2024-03-19 23:25:38 +08:00
.module_min {
background: #1e2336;
2023-08-10 01:21:29 +08:00
font-size: 30rpx;
padding: 30rpx 20rpx;
border-radius: 15rpx;
}
2024-03-19 23:25:38 +08:00
.module_title {
2023-08-10 01:21:29 +08:00
height: 40rpx;
line-height: 40rpx;
padding-left: 40rpx;
2024-03-19 23:25:38 +08:00
background: url("https://szgcwx.jhncidg.com/staticFiles/img/menu/CORE_52887EE6A33042408E11C2174974ABA1.png") no-repeat left/35rpx;
2023-08-10 01:21:29 +08:00
}
2024-03-19 23:25:38 +08:00
.module_title_2 {
2023-10-16 00:00:50 +08:00
height: 40rpx;
line-height: 40rpx;
padding-left: 40rpx;
2024-03-19 23:25:38 +08:00
background: url("https://szgcwx.jhncidg.com/staticFiles/img/menu/CORE_B1C818B4CF2C44FE9D96624589329EBC.png") no-repeat left/35rpx;
2023-10-16 00:00:50 +08:00
}
2024-03-19 23:25:38 +08:00
.module_title_3 {
2024-03-09 14:01:46 +08:00
height: 50rpx;
line-height: 50rpx;
padding-left: 40rpx;
2024-03-19 23:25:38 +08:00
background: url("https://szgcwx.jhncidg.com/staticFiles/img/menu/CORE_52887EE6A33042408E11C2174974ABA1.png") no-repeat left/35rpx;
2024-03-09 14:01:46 +08:00
}
2024-03-19 23:25:38 +08:00
.safety_inspect {
padding: 30rpx 20rpx;
2023-08-10 01:21:29 +08:00
}
2024-03-19 23:25:38 +08:00
.safety_inspect_title {
2023-08-10 01:21:29 +08:00
color: #e9fbf9;
font-size: 26rpx;
padding: 20rpx;
2024-03-19 23:25:38 +08:00
background: url("https://szgcwx.jhncidg.com/staticFiles/img/WEB_F9046A91C12646ECAEB6024455C35F15.png") no-repeat left/15rpx 30rpx;
2023-08-10 01:21:29 +08:00
}
2024-03-19 23:25:38 +08:00
.safety_prop {
2023-08-10 01:21:29 +08:00
display: flex;
align-items: center;
padding: 20rpx 0 20rpx 20rpx;
color: #cbdaff;
2024-03-19 23:25:38 +08:00
background: url("https://szgcwx.jhncidg.com/staticFiles/img/WEB_23ADD5DCCD3C42BA9FF57BE9838766B4.png") no-repeat left/15rpx 25rpx;
2023-08-10 01:21:29 +08:00
}
2024-03-19 23:25:38 +08:00
.safety_prop_val {
2023-08-10 01:21:29 +08:00
color: #687a92;
}
2024-03-19 23:25:38 +08:00
.safety_prop_val text {
2023-08-10 01:21:29 +08:00
color: #ffffff;
font-size: 32rpx;
}
2024-03-19 23:25:38 +08:00
.safety_issue {
2023-08-10 01:21:29 +08:00
padding-top: 20rpx;
}
2024-03-19 23:25:38 +08:00
.safety_issue_number {
padding: 0 20rpx;
2023-08-10 01:21:29 +08:00
height: 50rpx;
display: flex;
align-items: center;
2024-03-19 23:25:38 +08:00
background: url("https://szgcwx.jhncidg.com/staticFiles/img/WEB_FD18DB06491847FA913067FF7B812FBA.png") no-repeat left/100% 100%;
2023-08-10 01:21:29 +08:00
}
2024-03-19 23:25:38 +08:00
.safety_deep {
2023-08-10 01:21:29 +08:00
display: flex;
align-items: center;
justify-content: space-around;
}
2024-03-19 23:25:38 +08:00
.safety_deep_row {
2023-08-10 01:21:29 +08:00
display: flex;
align-items: center;
padding: 40rpx 0;
}
2024-03-19 23:25:38 +08:00
.safety_deep_img {
2023-08-10 01:21:29 +08:00
height: 110rpx;
width: 110rpx;
text-align: center;
line-height: 140rpx;
}
2024-03-19 23:25:38 +08:00
.safety_deep_img_1 {
background: url("https://szgcwx.jhncidg.com/staticFiles/img/WEB_F2CA2559EEB9456791461DBC9F8026C8.png") no-repeat center/100rpx 100rpx;
2023-08-10 01:21:29 +08:00
}
2024-03-19 23:25:38 +08:00
.safety_deep_img_2 {
background: url("https://szgcwx.jhncidg.com/staticFiles/img/WEB_93D3C5384E774B77AA5B105BE448F2D8.png") no-repeat center/100rpx 100rpx;
2023-08-10 01:21:29 +08:00
}
2024-03-19 23:25:38 +08:00
.safety_deep_img image {
2023-08-10 01:21:29 +08:00
width: 50rpx;
height: 50rpx;
}
2024-03-19 23:25:38 +08:00
.safety_deep_col {
2023-08-10 01:21:29 +08:00
padding-left: 10rpx;
color: #cbdaff;
}
2024-03-19 23:25:38 +08:00
.safety_deep_col_text {
2023-08-10 01:21:29 +08:00
padding: 10rpx 0;
}
2024-03-19 23:25:38 +08:00
.safety_deep_col_number text {
2023-08-10 01:21:29 +08:00
font-size: 34rpx;
color: #80cefc;
font-weight: bold;
}
2024-03-19 23:25:38 +08:00
.safety_deep_col_green text {
2023-08-10 01:21:29 +08:00
color: #62efbb;
}
2024-03-19 23:25:38 +08:00
.safety_electric {
2023-08-10 01:21:29 +08:00
color: #cbdaff;
display: flex;
align-items: center;
justify-content: center;
padding: 20rpx 0;
font-size: 26rpx;
}
2024-03-19 23:25:38 +08:00
.safety_electric_threshold {
2023-08-10 01:21:29 +08:00
color: #ff0000;
font-size: 26rpx;
}
2024-03-19 23:25:38 +08:00
.safety_electric_row {
2023-08-10 01:21:29 +08:00
display: flex;
align-items: center;
padding: 30rpx 0 30rpx 10rpx;
}
2024-03-19 23:25:38 +08:00
.safety_electric_threshold text {
2023-08-10 01:21:29 +08:00
padding-right: 5rpx;
font-size: 32rpx;
}
2024-03-19 23:25:38 +08:00
.safety_electric_img {
2023-08-10 01:21:29 +08:00
height: 110rpx;
width: 110rpx;
text-align: center;
line-height: 140rpx;
2024-03-19 23:25:38 +08:00
background: url("https://szgcwx.jhncidg.com/staticFiles/img/WEB_2FECA878591045B39AEBB41FE248C97B.png") no-repeat center/100rpx 100rpx;
2023-08-10 01:21:29 +08:00
}
2024-03-19 23:25:38 +08:00
.safety_electric_img image {
2023-08-10 01:21:29 +08:00
height: 50rpx;
width: 50rpx;
}
2024-03-19 23:25:38 +08:00
.safety_electric_col {
2023-08-10 01:21:29 +08:00
padding-left: 15rpx;
color: #cbdaff;
}
2024-03-19 23:25:38 +08:00
.safety_electric_number text {
2023-08-10 01:21:29 +08:00
font-size: 34rpx;
color: #80cefc;
font-weight: bold;
}
2024-03-19 23:25:38 +08:00
.safety_deep_col_blue text {
2023-08-10 01:21:29 +08:00
color: #028ffb;
}
2024-03-19 23:25:38 +08:00
.module_title_flex {
2023-08-10 01:21:29 +08:00
display: flex;
align-items: center;
justify-content: space-between;
}
2024-03-19 23:25:38 +08:00
.module_see_info {
2023-08-10 01:21:29 +08:00
font-size: 26rpx;
color: #028ffb;
display: flex;
align-items: center;
}
2024-03-19 23:25:38 +08:00
.module_see_info:active {
2023-08-10 01:21:29 +08:00
color: #39a6fa;
}
2024-03-19 23:25:38 +08:00
.safety_highlights {
2023-08-10 01:21:29 +08:00
padding: 30rpx 0;
}
2024-03-19 23:25:38 +08:00
.safety_highlights_img {
2023-08-10 01:21:29 +08:00
padding: 20rpx 10rpx;
text-align: center;
}
2024-03-19 23:25:38 +08:00
.safety_highlights_img image {
2023-08-10 01:21:29 +08:00
width: 270rpx;
height: 270rpx;
}
/* 施工安全交底学习 */
2024-03-19 23:25:38 +08:00
.study_min {
2023-08-10 01:21:29 +08:00
font-size: 30rpx;
padding: 30rpx;
}
2024-03-19 23:25:38 +08:00
2023-08-10 01:21:29 +08:00
.study_video {
width: 100%;
}
2024-03-19 23:25:38 +08:00
swiper-item video {
2023-08-10 01:21:29 +08:00
width: 100%;
height: 100%;
}
2024-03-19 23:25:38 +08:00
.study_examination_questions {
2023-08-10 01:21:29 +08:00
padding: 15rpx 30rpx;
}
2024-03-19 23:25:38 +08:00
.study_examination_questions_con {
display: inline-table;
width: 100%;
2023-08-10 01:21:29 +08:00
}
2024-03-19 23:25:38 +08:00
.study_examination_questions_topic {
2023-08-10 01:21:29 +08:00
white-space: normal;
}
2024-03-19 23:25:38 +08:00
.study_examination_questions_radio {
padding: 30rpx 15rpx;
2023-08-10 01:21:29 +08:00
}
2024-03-19 23:25:38 +08:00
.study_examination_questions_list {
2023-08-10 01:21:29 +08:00
padding: 20rpx 0;
display: flex;
color: #69709a;
}
2024-03-19 23:25:38 +08:00
.study_examination_questions_list.active {
2023-08-10 01:21:29 +08:00
color: #899ef1;
}
2024-03-19 23:25:38 +08:00
.study_examination_questions_list.error {
2023-08-10 01:21:29 +08:00
color: #ff0000;
}
2024-03-19 23:25:38 +08:00
.study_radio {
2023-08-10 01:21:29 +08:00
width: 30rpx;
height: 30rpx;
border: 1px solid #69709a;
border-radius: 3rpx;
color: #171e28;
position: relative;
top: 7rpx;
}
2024-03-19 23:25:38 +08:00
.study_examination_questions_list.active .study_radio {
2023-08-10 01:21:29 +08:00
border: 1px solid #899ef1;
color: #899ef1;
}
2024-03-19 23:25:38 +08:00
.study_examination_questions_list.error .study_radio {
2023-08-10 01:21:29 +08:00
border: 1px solid #ff0000;
color: #ff0000;
}
2024-03-19 23:25:38 +08:00
.study_radio_subject {
2023-08-10 01:21:29 +08:00
width: calc(100% - 50rpx);
padding-left: 20rpx;
white-space: normal;
}
2024-03-19 23:25:38 +08:00
.study_video_tips {
2023-08-10 01:21:29 +08:00
padding: 30rpx;
font-size: 28rpx;
color: #028ffb;
}
2024-03-19 23:25:38 +08:00
.answer_result {
2023-08-10 01:21:29 +08:00
background: #232e49;
padding: 30rpx;
font-size: 35rpx;
border-radius: 10rpx
}
2024-03-19 23:25:38 +08:00
.switch_button {
padding: 50rpx 30rpx;
2023-08-10 01:21:29 +08:00
display: flex;
align-items: center;
justify-content: space-around;
}
2024-03-19 23:25:38 +08:00
.switch_button button {
2023-08-10 01:21:29 +08:00
width: 250rpx !important;
font-weight: 400 !important;
background: #3f424b;
color: #ffffff;
}
2024-03-19 23:25:38 +08:00
.switch_button_to {
2023-08-10 01:21:29 +08:00
background: #5140a6 !important;
}
/* 承诺书 */
2024-03-19 23:25:38 +08:00
.cns_rich_text_title {
2023-08-10 01:21:29 +08:00
padding: 30rpx 50rpx;
color: #00a8ff;
}
2024-03-19 23:25:38 +08:00
.cns_rich_content {
2023-08-10 01:21:29 +08:00
padding: 30rpx 30rpx 0;
}
2024-03-19 23:25:38 +08:00
.cns_rich_text {
2023-08-10 01:21:29 +08:00
padding: 0 20rpx;
background: #1e2336;
color: #cdd9ff;
}
2024-03-19 23:25:38 +08:00
.cns_confirm {
2023-08-10 01:21:29 +08:00
padding: 30rpx;
}
2024-03-19 23:25:38 +08:00
.cns_confirm_title {
2023-08-10 01:21:29 +08:00
padding: 20rpx;
color: #00a8ff;
}
2024-03-19 23:25:38 +08:00
.cns_confirm_text {
2023-08-10 01:21:29 +08:00
padding: 20rpx;
}
2024-03-19 23:25:38 +08:00
.cns_confirm_sign {
2023-08-10 01:21:29 +08:00
padding: 20rpx 0;
}
2024-03-19 23:25:38 +08:00
.cns_confirm_sign_case {
2023-08-10 01:21:29 +08:00
height: 300rpx;
2024-03-19 23:25:38 +08:00
background: rgba(255, 255, 255, 0.1);
2023-08-10 01:21:29 +08:00
}
/* 安全管理 安全检查 */
2024-03-19 23:25:38 +08:00
.inspect_max {
2023-08-21 18:55:48 +08:00
padding: 10rpx 30rpx;
2023-08-10 01:21:29 +08:00
}
2024-03-19 23:25:38 +08:00
.inspect_list {
2023-08-21 18:55:48 +08:00
padding: 10rpx 0;
2023-08-10 01:21:29 +08:00
}
2023-09-02 23:45:35 +08:00
2024-03-19 23:25:38 +08:00
.inspect_max_scroll {
height: 75vh;
2023-09-02 23:45:35 +08:00
}
2024-03-19 23:25:38 +08:00
.inspect_list_scroll {
2023-09-02 23:45:35 +08:00
padding: 10rpx 0;
}
2024-03-19 23:25:38 +08:00
.inspect_for {
2023-08-10 01:21:29 +08:00
padding: 20rpx 0;
font-size: 30rpx;
}
2024-03-19 23:25:38 +08:00
.inspect_for_scroll {
2023-09-02 23:45:35 +08:00
padding: 20rpx 30rpx;
font-size: 30rpx;
}
2024-03-19 23:25:38 +08:00
.inspect_for_bgd {
2023-08-10 01:21:29 +08:00
background: #1e2336;
2024-03-19 23:25:38 +08:00
padding: 0 30rpx;
2023-08-10 01:21:29 +08:00
border-radius: 10rpx 10rpx 0 0;
}
2024-03-19 23:25:38 +08:00
.inspect_list_title {
2023-08-10 01:21:29 +08:00
border-bottom: 1px solid #323b86;
height: 80rpx;
display: flex;
justify-content: space-between;
align-items: center;
}
2024-03-19 23:25:38 +08:00
.inspect_list_title_label {
2023-08-10 01:21:29 +08:00
display: flex;
align-items: center;
width: calc(100% - 150rpx);
}
2024-03-19 23:25:38 +08:00
.inspect_list_title_width {
2023-08-10 01:21:29 +08:00
width: 100%;
}
2024-03-19 23:25:38 +08:00
.module_title_text {
2023-08-10 01:21:29 +08:00
width: calc(100% - 150rpx);
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
2024-03-19 23:25:38 +08:00
.inspect_list_title_state {
2023-08-10 01:21:29 +08:00
width: 150rpx;
font-size: 26rpx;
text-align: right;
}
2024-03-19 23:25:38 +08:00
.inspect_list_title_state text {
padding: 5rpx 10rpx;
2023-08-10 01:21:29 +08:00
border-radius: 20rpx 0 20rpx 0;
}
2024-03-19 23:25:38 +08:00
.state_colour_0 {
2023-08-10 01:21:29 +08:00
background: #f3642a;
}
2024-03-19 23:25:38 +08:00
.state_colour_1 {
2023-08-10 01:21:29 +08:00
background: #359a00;
}
2024-03-19 23:25:38 +08:00
.state_colour_2 {
2023-08-10 01:21:29 +08:00
background: #404a6d;
color: #8aa4ee;
}
2024-03-19 23:25:38 +08:00
.inspect_list_title_number {
2023-08-10 01:21:29 +08:00
width: 80rpx;
height: 80rpx;
border-bottom: 1px solid #6879fd;
text-align: center;
line-height: 80rpx;
color: #6879fd;
}
2024-03-19 23:25:38 +08:00
.inspect_list_title_text {
2023-08-10 01:21:29 +08:00
width: calc(100% - 80rpx);
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
2024-03-19 23:25:38 +08:00
.inspect_list_title_text_2 {
2023-09-02 23:45:35 +08:00
width: calc(100% - 240rpx);
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
2024-03-19 23:25:38 +08:00
.inspect_list_info {
2023-08-10 01:21:29 +08:00
padding: 30rpx 5rpx;
color: #d5dbeb;
}
2024-03-19 23:25:38 +08:00
.inspect_list_info_details {
2023-08-10 01:21:29 +08:00
display: flex;
align-items: center;
}
2024-03-19 23:25:38 +08:00
.inspect_list_info_img {
2023-08-10 01:21:29 +08:00
width: 150rpx;
}
2024-03-19 23:25:38 +08:00
.inspect_list_info_img_text {
2023-08-10 01:21:29 +08:00
text-align: center;
color: #89a3ee;
padding-top: 5rpx;
padding-right: 20rpx;
}
2024-03-19 23:25:38 +08:00
.inspect_list_info_data {
2023-08-10 01:21:29 +08:00
width: calc(100% - 150rpx);
}
2024-03-19 23:25:38 +08:00
.inspect_list_info_data_num {
2023-08-10 01:21:29 +08:00
display: flex;
align-items: center;
padding: 10rpx 0;
}
2024-03-19 23:25:38 +08:00
.inspect_list_info_data_rec {
2023-08-10 01:21:29 +08:00
width: calc(100% - 300rpx);
}
2024-03-19 23:25:38 +08:00
.inspect_list_info_data_prop_rec {
2023-08-10 01:21:29 +08:00
padding: 5rpx 0;
color: #d5dbeb;
}
2024-03-19 23:25:38 +08:00
.inspect_list_info_padding {
2023-08-10 01:21:29 +08:00
padding: 6px 0;
color: #d5dbeb;
}
2024-03-19 23:25:38 +08:00
.inspect_list_info_flex {
2023-08-10 01:21:29 +08:00
display: flex;
justify-content: space-between;
align-items: center;
}
2024-03-19 23:25:38 +08:00
.inspect_list_info_upload {
background-image: linear-gradient(to right, #884cf9, #7457ff);
2023-08-10 01:21:29 +08:00
padding: 2rpx 15rpx;
border-radius: 30rpx;
}
.inspect_list_info_data_num_option {
width: 50%;
}
2024-03-19 23:25:38 +08:00
.inspect_list_info_data_prop {
2023-08-10 01:21:29 +08:00
padding: 10rpx 0;
2023-09-24 23:17:05 +08:00
word-break: break-all;
2023-08-10 01:21:29 +08:00
}
2024-03-19 23:25:38 +08:00
.color_orange {
2023-08-10 01:21:29 +08:00
color: #fd8401;
}
2024-03-19 23:25:38 +08:00
.color_green {
color: #1ab400;
2023-08-10 01:21:29 +08:00
}
2024-03-19 23:25:38 +08:00
2023-08-10 01:21:29 +08:00
.color_blue {
color: #45affb;
}
2024-03-19 23:25:38 +08:00
.color_purple {
2023-08-10 01:21:29 +08:00
color: #89a3ee;
}
2024-03-19 23:25:38 +08:00
.color_type {
2023-08-10 01:21:29 +08:00
color: #65779b;
}
2024-03-19 23:25:38 +08:00
.inspect_list_info_position {
2023-08-10 01:21:29 +08:00
padding-top: 20rpx;
}
2024-03-19 23:25:38 +08:00
.inspect_list_info_data_bgd {
padding: 20rpx 30rpx;
2023-08-10 01:21:29 +08:00
background: #313a57;
border-radius: 0 0 10rpx 10rpx;
color: #d5dbeb;
}
2024-03-19 23:25:38 +08:00
.inspect_add_to {
2023-08-10 01:21:29 +08:00
position: fixed;
right: 30rpx;
bottom: 50rpx;
width: 120rpx;
height: 120rpx;
border-radius: 50%;
background: #273252;
text-align: center;
font-size: 26rpx;
color: #b0ccf5
}
2024-03-19 23:25:38 +08:00
.inspect_add_to image {
2023-08-10 01:21:29 +08:00
width: 40rpx;
height: 40rpx;
}
2024-03-19 23:25:38 +08:00
.inspect_add_to_darft {
2023-10-16 00:00:50 +08:00
position: fixed;
left: 30rpx;
bottom: 50rpx;
width: 120rpx;
height: 120rpx;
border-radius: 50%;
background: #273252;
text-align: center;
font-size: 26rpx;
color: #b0ccf5
}
2024-03-19 23:25:38 +08:00
.inspect_add_to_darft image {
2023-10-16 00:00:50 +08:00
width: 40rpx;
height: 40rpx;
}
2024-03-19 23:25:38 +08:00
.add_to_font_size {
2023-08-10 01:21:29 +08:00
font-size: 50rpx !important;
}
2024-03-19 23:25:38 +08:00
2023-08-10 01:21:29 +08:00
/* 问题整改 */
2024-03-19 23:25:38 +08:00
.inspect_overview_max {
2023-08-10 01:21:29 +08:00
background: #191d28;
padding-bottom: 30rpx;
}
2024-03-19 23:25:38 +08:00
.inspect_overview {
2023-08-10 01:21:29 +08:00
background: #1e222e;
2024-03-19 23:25:38 +08:00
padding: 0 30rpx;
2023-08-10 01:21:29 +08:00
}
2024-03-19 23:25:38 +08:00
.module_title_padding {
2023-08-10 01:21:29 +08:00
padding: 30rpx 0 30rpx 40rpx;
border-bottom: 1px solid #303c84;
}
2024-03-19 23:25:38 +08:00
.inspect_overview_list_max {
2023-08-10 01:21:29 +08:00
padding: 20rpx 0 20rpx 20rpx;
}
2024-03-19 23:25:38 +08:00
.inspect_overview_list {
2023-08-10 01:21:29 +08:00
padding: 20rpx 0;
}
2024-03-19 23:25:38 +08:00
.problem_list_max {
2023-08-10 01:21:29 +08:00
padding-bottom: 50rpx;
}
2024-03-19 23:25:38 +08:00
.problem_list_for {
2023-08-10 01:21:29 +08:00
margin-bottom: 25rpx;
}
2024-03-19 23:25:38 +08:00
.problem_list_title {
2023-08-10 01:21:29 +08:00
padding: 30rpx;
background: #313b56;
}
2024-03-19 23:25:38 +08:00
.problem_list_title:active {
2023-08-10 01:21:29 +08:00
background: #29375e
}
2024-03-19 23:25:38 +08:00
.problem_list_content {
padding: 0 30rpx;
2023-08-10 01:21:29 +08:00
background: #1d212d;
}
2024-03-19 23:25:38 +08:00
.problem_list_content_title {
background: url("https://szgcwx.jhncidg.com/staticFiles/img/WEB_80CDF4BF20E1432EAB6469D9E0252224.png") no-repeat left/7rpx 30rpx;
padding: 30rpx 20rpx;
2023-08-10 01:21:29 +08:00
}
2024-03-19 23:25:38 +08:00
.problem_list_info {
padding: 10rpx 20rpx;
2023-08-10 01:21:29 +08:00
}
2024-03-19 23:25:38 +08:00
.problem_list_info_title {
2023-08-10 01:21:29 +08:00
color: #83a5ef
}
2024-03-19 23:25:38 +08:00
.problem_list_info_con {
2023-08-10 01:21:29 +08:00
padding: 20rpx 10rpx;
}
2024-03-19 23:25:38 +08:00
.problem_list_img {
2023-08-10 01:21:29 +08:00
padding: 15rpx 0;
}
2024-03-19 23:25:38 +08:00
.problem_list_module_border {
2023-08-10 01:21:29 +08:00
border-top: 1px solid #343a86;
}
2024-03-19 23:25:38 +08:00
.problem_list_btn_max {
2023-08-10 01:21:29 +08:00
padding: 30rpx;
display: flex;
justify-content: flex-end;
align-items: center;
}
2024-03-19 23:25:38 +08:00
.problem_list_btn {
2023-08-10 01:21:29 +08:00
background: #30384b;
padding: 13rpx 40rpx;
margin: 0 10rpx;
border-radius: 6rpx;
color: #879ff9;
}
2024-03-19 23:25:38 +08:00
.problem_list_btn:active {
2023-08-10 01:21:29 +08:00
background: #384461;
}
2024-03-19 23:25:38 +08:00
.problem_list_btn_confirm {
2023-08-10 01:21:29 +08:00
color: #ffffff;
background: #495679;
}
2024-03-19 23:25:38 +08:00
.problem_list_btn_confirm:active {
2023-08-10 01:21:29 +08:00
background: rgb(61, 76, 124);
}
2024-03-19 23:25:38 +08:00
.problem_list_info_input {
2023-08-10 01:21:29 +08:00
padding: 20rpx 0;
}
2024-03-19 23:25:38 +08:00
.problem_submit_to {
padding: 40rpx;
2023-08-10 01:21:29 +08:00
display: flex;
align-items: center;
justify-content: space-around;
}
2024-03-19 23:25:38 +08:00
.problem_submit_to_btn {
2023-08-10 01:21:29 +08:00
padding: 20rpx 0;
width: 220rpx;
text-align: center;
border-radius: 10rpx;
background: #3e4148;
}
2024-03-19 23:25:38 +08:00
.problem_submit_to_btn:active {
2023-08-10 01:21:29 +08:00
background: #292d35;
}
2024-03-19 23:25:38 +08:00
.problem_submit_to_save {
2023-08-10 01:21:29 +08:00
background: #513ea7;
}
2024-03-19 23:25:38 +08:00
.problem_submit_to_save:active {
2023-08-10 01:21:29 +08:00
background: #372a70;
}
/* 新增安全检查 */
2024-03-19 23:25:38 +08:00
.inspect_info {
2023-08-10 01:21:29 +08:00
padding: 30rpx;
background: #1e222e;
margin-bottom: 30rpx;
}
2024-03-19 23:25:38 +08:00
.inspect_info_list {
2023-08-10 01:21:29 +08:00
padding: 10rpx 0;
}
2024-03-19 23:25:38 +08:00
.inspect_info_title {
2023-08-10 01:21:29 +08:00
padding: 10rpx 0;
color: #83a5ef
}
2024-03-19 23:25:38 +08:00
.inspect_info_type {
2023-08-10 01:21:29 +08:00
padding: 20rpx 0;
display: flex;
justify-content: space-around;
}
2024-03-19 23:25:38 +08:00
.inspect_info_type view {
2023-08-10 01:21:29 +08:00
width: 30%;
padding: 18rpx 0;
background: #262c3c;
text-align: center;
border-radius: 10rpx;
color: #6a77a3;
}
2024-03-19 23:25:38 +08:00
.inspect_info_type .active {
2023-08-10 01:21:29 +08:00
color: #ffffff;
background: #576691;
}
2024-03-19 23:25:38 +08:00
.inspect_input_fill_in {
2023-08-10 01:21:29 +08:00
height: 90rpx;
background: #212737;
border-radius: 10rpx;
padding: 0 30rpx;
}
2024-03-19 23:25:38 +08:00
.inspect_info_content {
2023-08-10 01:21:29 +08:00
padding: 20rpx 0;
}
2024-03-19 23:25:38 +08:00
.module_see_info_delete {
2023-08-10 01:21:29 +08:00
font-size: 26rpx;
2023-10-16 00:00:50 +08:00
color: #ef4a4a;
2023-08-10 01:21:29 +08:00
display: flex;
align-items: center;
}
2024-03-19 23:25:38 +08:00
.module_see_info_switct {
2024-03-17 16:19:31 +08:00
font-size: 26rpx;
font-weight: 600;
color: greenyellow;
display: flex;
align-items: center;
}
2024-03-19 23:25:38 +08:00
.inspect_new_issues_max {
2023-08-10 01:21:29 +08:00
padding: 30rpx 0;
}
2024-03-19 23:25:38 +08:00
.inspect_new_issues {
2023-08-10 01:21:29 +08:00
width: 300rpx;
border-radius: 100rpx;
padding: 20rpx 0;
background: #252d41;
margin: auto;
text-align: center;
color: #89a3ed;
font-size: 34rpx;
}
2024-03-19 23:25:38 +08:00
.check_issue_finish_btn {
2023-08-10 01:21:29 +08:00
position: relative;
2024-03-19 23:25:38 +08:00
top: 10rpx;
2023-08-10 01:21:29 +08:00
right: 0rpx;
text-align: center;
line-height: 100rpx;
width: 230rpx;
color: #fff;
height: 100rpx;
background-color: #495679;
}
2024-03-19 23:25:38 +08:00
.voucher_select_max {
padding: 0 25rpx;
2023-08-10 01:21:29 +08:00
display: flex;
align-items: center;
background: #212737;
height: 90rpx;
border-radius: 10rpx;
}
2024-03-19 23:25:38 +08:00
.voucher_select_min {
2023-08-10 01:21:29 +08:00
width: calc(100% - 30rpx);
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
2024-03-19 23:25:38 +08:00
.result_project_name {
2023-08-10 01:21:29 +08:00
padding: 50rpx 0;
text-align: center;
}
2024-03-19 23:25:38 +08:00
2023-08-10 01:21:29 +08:00
/* 全部下拉选择器 */
2024-03-19 23:25:38 +08:00
.hj_float {
float: right;
padding: 5rpx 50rpx 5rpx 20rpx;
background: #2e355f url("https://szgcwx.jhncidg.com/staticFiles/img/CORE_5F23F4664AAE44A0BD72BE4BB4C66083.png") no-repeat right/35rpx;
border-radius: 40rpx;
}
.hj_float:active {
background: #2e355f url("https://szgcwx.jhncidg.com/staticFiles/img/CORE_5F23F4664AAE44A0BD72BE4BB4C66083.png") no-repeat right/35rpx;
}
.van-popup--bottom.van-popup--round {
border-radius: 0 !important
}
.van-popup {
background-color: var(--popup-background-color, #232a44) !important
}
.van-action-sheet__cancel,
.van-action-sheet__item {
background-color: var(--popup-background-color, #232a44) !important;
color: #0ad7ec;
}
.problem_submit_to_delete {
2023-09-17 15:28:13 +08:00
border-bottom: 1px solid #ff6d6d;
background-color: #ff6d6d;
}
2024-03-19 23:25:38 +08:00
.problem_submit_to_warning {
2023-09-17 15:28:13 +08:00
border-bottom: 1px solid #E6A23C;
background-color: #E6A23C;
2023-08-24 18:44:06 +08:00
}
2024-03-19 23:25:38 +08:00
.code_label {
font-size: 1.0rem;
width: 180rpx;
margin: auto;
text-align: center;
margin-left: 48rpx;
border-radius: 0.8rem 0 0.8rem 0;
2023-08-24 18:44:06 +08:00
}
2024-03-19 23:25:38 +08:00
.code_label_2 {
2023-09-24 23:17:05 +08:00
font-size: 0.8rem;
width: 120rpx;
margin: auto;
text-align: center;
padding: 0.1rem;
border-radius: 0.5rem 0 0.5rem 0;
margin-left: -1rpx;
margin-bottom: 10rpx;
}
2024-03-19 23:25:38 +08:00
.code_label_3 {
2023-09-24 23:17:05 +08:00
font-size: 0.8rem;
2023-09-01 02:28:39 +08:00
width: 120rpx;
margin: auto;
text-align: center;
padding: 0.1rem;
border-radius: 0.5rem 0 0.5rem 0;
}
2024-03-19 23:25:38 +08:00
.code_label_green {
2023-08-24 18:44:06 +08:00
background: green;
color: #FFFFFF;
}
2024-03-19 23:25:38 +08:00
.code_label_red {
2023-08-24 18:44:06 +08:00
background: red;
color: #FFFFFF;
}
2024-03-19 23:25:38 +08:00
.code_label_blueviolet {
2023-08-24 18:44:06 +08:00
background: blueviolet;
color: #FFFFFF;
}
2024-03-19 23:25:38 +08:00
.code_label_yellow {
2023-08-24 18:44:06 +08:00
background: #ff9800;
color: #FFFFFF;
}
2024-03-19 23:25:38 +08:00
.file {
width: auto;
zoom: 1;
2023-08-29 21:48:51 +08:00
}
2024-03-19 23:25:38 +08:00
.files {
2023-08-29 00:50:44 +08:00
word-break: break-all;
text-decoration: underline;
2023-09-17 15:28:13 +08:00
padding-bottom: 20rpx;
2023-08-29 00:50:44 +08:00
}
2024-03-19 23:25:38 +08:00
.zxjc {
2023-09-02 23:45:35 +08:00
border: 5rpx solid #3fabb7;
border-radius: 12px;
margin-bottom: 12rpx;
}
2024-03-19 23:25:38 +08:00
.tabNum {
position: absolute;
background-color: #f56c6c;
border-radius: 10px;
color: #fff;
display: inline-block;
font-size: 12px;
height: 18px;
line-height: 18px;
padding: 0 6px;
text-align: center;
white-space: nowrap;
margin-top: -50rpx;
margin-left: -15rpx;
}
.tabNum_active {
2023-09-17 15:28:13 +08:00
position: absolute;
background-color: #f56c6c;
border-radius: 10px;
color: #fff;
display: inline-block;
font-size: 12px;
height: 18px;
line-height: 18px;
padding: 0 6px;
text-align: center;
white-space: nowrap;
margin-left: 110rpx;
margin-top: 16rpx;
}
2024-03-19 23:25:38 +08:00
.tabNum_defalut {
2024-03-17 16:19:31 +08:00
position: absolute;
2024-03-19 23:25:38 +08:00
background-color: #00a6ff;
2024-03-17 16:19:31 +08:00
border-radius: 10px;
color: #fff;
display: inline-block;
font-size: 12px;
height: 18px;
line-height: 18px;
padding: 0 6px;
text-align: center;
white-space: nowrap;
margin-left: 110rpx;
}
2023-08-10 01:21:29 +08:00
2024-03-19 23:25:38 +08:00
.van-col--18 {
word-wrap: break-word;
}
2023-08-10 01:21:29 +08:00
2024-03-19 23:25:38 +08:00
.inspect_list_info_data_2 {
width: 100%;
}