/* common */ body { font-size: 32rpx; } // *:not(input) { // -webkit-touch-callout: none; // -webkit-user-select: none; // -khtml-user-select: none; // -moz-user-select: none; // -ms-user-select: none; // user-select: none; // } .border-gray{ border:.5rpx solid #ddd } radio,checkbox { transform: scale(0.7) } .inOneLine{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } /* 画面监控引入特殊字体 */ @font-face { font-family: 'FANDOLFANG-REGULAR'; /* project id 2394829 */ src: url('static/font/FANDOLFANG-REGULAR.OTF'); } .searchSelect{ position: -webkit-fixed; position: fixed; // top: 88rpx; top: var(--window-top); z-index: 999; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; overflow: hidden; background-color: #fff; width:254rpx; .search{ min-height:80rpx; } .search-form{ border:1px solid #E9E9E9; height:50rpx; line-height:50rpx; .cuIcon-search{ color:#4074E7 } input{ padding-left:20rpx; padding-right:0rpx } } .select-item{ padding:12rpx 32rpx; text-align:center; border-top:1px solid #E9E9E9; font-size:28rpx } } /* 九宫格样式 */ .cu-list.grid>.cu-item uni-text { color: #333; font-size: 30rpx; } .cu-list.menu-avatar>.cu-item>.cu-avatar { left: 24rpx } .cu-list.menu-avatar>.cu-item .action { width: 132rpx } .iconfont.phone { color:#08BE04!important; font-size:45rpx; position:relative; top:6rpx; left:10rpx; } .iconfont.map{ color:#4074E7!important; font-size:38rpx; } /* 列列表公共样式 */ .processWrapper .cu-avatar { background-repeat: no-repeat; background-size: cover; background-color: #fff } .cu-avatar.lg { width: 90rpx; height: 90rpx } .cu-list.menu-avatar .cu-item { margin-left: 24rpx; padding: 30rpx 0; } .cu-list.menu-avatar>.cu-item>.cu-avatar { left: 0 } .cu-list.menu-avatar>.cu-item .content { left: 120rpx; width: 580rpx; } .unProcess,.error { color: #FF4E00 } .processed ,.online{ color: #08BE04 } .processing{ color:#D5AC4A } /* 页面样式 */ /* 站点列表页 */ /* 筛选框 */ .filter-section { /* position: fixed; */ /* top: 88rpx; */ width: 100%; z-index: 9 } .cu-bar .search-form { background: #fff; input, select, option{ border:none!important } } .cu-btn { padding: 0 46rpx; } /* 站点列表 */ .site-items { margin-top:100rpx; width: 100%; height: calc(100% - 100rpx); overflow: scroll } .site-items .site-tit { font-size: 32rpx; color: #333; justify-content: space-between; } .site-items .cu-avatar {} /* 新增按钮 */ .plus { position: fixed; bottom: 6rpx; right: 6rpx; img{ } } .ding{ position:fixed; width:100%; top: var(--window-top); // position: sticky; /* #ifdef H5 */ // top: 44px; /* #endif */ /* #ifndef H5 */ // top: 0; /* #endif */ z-index: 999; flex: 1; flex-direction: column; overflow: hidden; background-color: #ffffff; } /* 已处理未处理列表 */ .processList .cu-list.menu-avatar .cu-item { height: 178rpx; } .pro-title { color: #333; } .pro-des, .pro-date { font-size: 28rpx; color: #666; } .pro-res {} .processList { margin-top:100rpx; /* position: fixed; */ width: 100%; height: calc(100% - 100rpx); overflow-y: scroll; .cu-form-group{ padding:0; uni-radio::after, uni-checkbox::after{ content: ""; background-color: transparent; display: block; position: absolute; width: 8px; height: 8px; z-index: 999; top: 0px; left: 0px; right: 0; bottom: 0; margin: auto; border-radius: 100px; border: 7px solid #ffffff !important; } uni-radio::before, uni-checkbox::before{ display:none; } } } /* 已处理未处理详情页样式 */ .timeBox { height: 88rpx; background: #EFF4FF; line-height: 88rpx; .time { color: #333 } } .info-tit { color: #4074E7; line-height: 90rpx; height: 90rpx; } /* // 基本信息 */ .info-content>view { margin-left: 24rpx; border-bottom: 1px solid #EDEDED; line-height: 92rpx; color: #666; .checkMore { color: #4074E7!important } } .info-content view text:first-child { width: 160rpx; display: inline-block } .info-content view text:last-child { color:#333 } .analyse-wrapper { .top-banner { width: 100%; height: 273rpx; background: url(/static/analyse-bg.png) no-repeat; background-size:cover; } .cu-list.menu-avatar .cu-item{ margin:30rpx 0 0; margin-left:0; .cu-avatar{ background-color:rgba(0,0,0,0); left:26rpx; } .content{ left:130rpx; font-size:32rpx; } } } .submitBottomBtn { position: fixed; width: 100%; left:0; bottom: 44rpx; z-index: 999; background-color: #ffffff; } // 权限新增 .siteItems{ z-index:999; position:absolute; border:1px solid #eee; width:100%; .site-item{ background:#fff; padding:10rpx; font-size:28rpx; } } .selectedBox .cuIcon-close{ position:relative; top:3rpx; right:-10rpx; } .noResult{ padding:0 20rpx; font-size:28rpx; color:#aaa } // 已处理未处理详情页样式修复 .dealDetail{ .info-content > uni-view{ display:flex } .info-content uni-view uni-text:first-child{ width:24% } .info-content uni-view uni-text:last-child{ width:75%; line-height:auto; } .info-content > uni-view{ line-height:50rpx!important; padding:20rpx 0 } } .search-form select{ padding-left:20rpx; width:100%; border:none; outline:none; color:grey } // 监察上报 .appWrapper textarea{ border:1px solid #EDEDED; padding:10px; color: #999; width:500rpx; } .cu-form-group { border-top: 0; } input, select, option { line-height: 70rpx; padding: 0 20rpx; height: 70rpx; border: 1px solid #EDEDED; // width:500rpx!important; background-color: #fff; box-sizing: border-box; appearance: none; -moz-appearance: none; -webkit-appearance: none; color: #999; } select { background: url(./static/arrow.png) no-repeat scroll 98% center; background-size: 6%; } select:focus, select:active, select:hover { outline: none; } .form-item { padding: 0 40rpx; display: flex; align-items: top; margin-bottom: 20rpx; .title { width: 170rpx; position: relative; .necessary { color: red; display: inline-block; position: absolute; top: -2rpx; left: -20rpx; font-size: 40rpx; } } input, select,textarea { width: 500rpx; font-size: 24rpx; } } // 现场档案新增 .form-item.extraDis .title{ width:65% } .checkPos{ position:absolute; left:0 }