/* common */ body { font-size: 32rpx; } radio,checkbox { transform: scale(0.77) } /* 九宫格样式 */ .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: 460rpx; } .unProcess,.error { color: #FF4E00 } .processed ,.online{ color: #08BE04 } /* 页面样式 */ /* 站点列表页 */ /* 筛选框 */ .filter-section { /* position: fixed; */ /* top: 88rpx; */ width: 100%; z-index: 9 } .cu-bar .search-form { background: #fff } .cu-btn { padding: 0 46rpx; } /* 站点列表 */ .site-items { position: fixed; /* top: 100rpx; */ width: 100%; height: calc(100% - 100rpx); ; overflow: scroll } .site-items .site-tit { font-size: 32rpx; color: #333; } .site-items .cu-avatar {} /* 新增按钮 */ .site-wrapper .plus { position: fixed; bottom: 20rpx; right: 20rpx } .ding{ 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 { /* position: fixed; */ top: 100rpx; width: 100%; height: calc(100% - 100rpx); overflow-y: scroll; } /* 已处理未处理详情页样式 */ .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 } .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: calc(100% - 40rpx); bottom: 44rpx; z-index: 999; background-color: #ffffff; }