/* pages/report/report.wxss */ .viewBox { position: fixed; width: 100%; height: 100%; overflow: hidden; } .projectToolBar { background-color: wheat; height: 100rpx; display: flex; flex-direction: row; width: 100%; } .toolBarTitle { width: 50%; height: 100%; padding-left: 20rpx; display: flex; flex-direction: column; justify-content: center; } .toolBarTitle text { color: darkcyan; font-size: 32rpx; } .toolBarButton-right { display: flex; flex-direction: row; justify-content: flex-end; width: 50%; } .toolBarButton { display: flex; flex-direction: column; justify-content: center; } .toolBarButton text { border-bottom: 1px black solid; font-size: 32rpx; margin-right: 20rpx; color: darkcyan; height: 50rpx; width: 80rpx; text-align: center; } .mapBox { height: 60%; width: 100%; } .bottomBar{ height: 40%; width: 100%; } .reportBox { height: 50%; width: 100%; display: flex; flex-direction: column; white-space: nowrap; overflow: hidden; } .reportBox .desc { height: 100px; width: 100%; display: flex; flex-direction: row; white-space: nowrap; } .inputBox { width: 70%; height: 100%; display: inline-flex; flex-direction: row; justify-content: flex-start; align-items: center; padding-left: 20rpx; } .input { width: 100%; height: 60rpx; background-color: transparent; font-size: 30rpx; border-bottom: 1px gray solid; } .reportButton { width: 30%; height: 100%; display: inline-flex; flex-direction: row; justify-content: flex-end; align-items: center; } .reportIcon { height: 75rpx; width: 100rpx; margin-right: 40rpx; opacity: 0.8 } .controls { position: absolute; bottom: 300rpx; height: 100rpx; width: 100%; display: flex; flex-direction: row; justify-content: center; } .reportEditCache{ position: absolute; bottom: 150rpx; height: 100rpx; width: 100%; display: flex; flex-direction: column; justify-content: flex-start; } .title { width: 80%; height: 100rpx; background-color: #FD7400; border-radius: 10px; display: flex; flex-direction: column; justify-content: center; } .reportCacheBtn{ width: 80%; height: 100rpx; background-color: lightseagreen; border-radius: 10px; display: flex; flex-direction: row; justify-content: center; } .desc { width: 100%; height: 180rpx; display: block; background-color: whitesmoke; font-size: 30rpx; white-space: pre-line; color: black; padding: 10rpx; } .new-report-btn-text { width: 100%; text-align: center; color: whitesmoke; font-size: 1rem; } .report-cache-tips-text { color: gray; font-size: 0.8rem; } .headIcon { width: 80rpx; height: 80rpx; margin: 10rpx; border-radius: 10rpx; } .name { height: 100rpx; font-size: 30rpx; margin-left: 20rpx; color: whitesmoke; display: flex; flex-direction: column; justify-content: center; } .orgName { display: flex; flex-direction: row; } .org-block { /* display: flex; flex-direction: column; justify-content: start; padding-top: 10rpx; padding-bottom: 10rpx; */ height: 100%; width: 100%; /* background-color: red; */ } .org-list-box { height: 100%; width: 100%; /* background-color: green; */ } .sv { width: 100%; height: 100%; flex: 1; display: flex; flex-direction: column; } .weui-cells { width: 95%; height: 145rpx; position: relative; background: white; border-radius: 4px; margin-bottom: 5px; left: 8px; display: flex; align-items: center; margin-top: 8px; } .time-select { margin-left: 10rpx; display: flex; flex-direction: column; justify-content: start; align-items: left; height: 50px; } .location-info { position: relative; top: 20rpx; left: 20rpx; right: 20rpx; width: 95%; height: 250rpx; background-color: white; border-radius: 10px; box-shadow:0 0 15px #d2d2d2; } .location-info-text { font-size: 26rpx; color: #7b7b7b; margin-left: 20rpx; margin-top: 20rpx; } view.search { display: flex; flex-direction: row; height: 100rpx; width: 100%; background: #efeff4; align-items: center; margin-bottom: 5px; } view.searchItem { display: flex; width: 70%; height: 70rpx; background: #fff; flex-direction: row; border-radius: 10rpx; margin-left: 16rpx; } view.searchItem image { height: 40rpx; width: 40rpx; align-self: center; margin-left: 10rpx; margin-right: 20rpx; } view.searchItem input { flex: 1; font-size: 30rpx; padding-top: 7px; padding-left: 10px; } .button-sub { padding-left: 15px; display: flex; align-items: center; } .button-check { display: flex; align-items: center; } .progList { height: 100%; width: 100%; display: flex; flex-direction: column; } .view-block { display: flex; flex-direction: column; justify-content: start; padding-top: 10rpx; padding-bottom: 10rpx; height: 100%; } .list-box { height: 100px; width: 100%; } .sv { width: 100%; flex: 1; } .listImage { height: 20px; width: 20px; margin-right: 5px; margin-left: 5px; } .button { display: flex; flex-direction: row; padding-left: 15px; position: absolute; right: 0; margin-right: 10px; } .mini-btn { height: 22px; width: 50px; } .check-btn { height: 22px; width: 60px; background-color: #669999; } .rtuCount { display: flex; flex-direction: row; } .rtuNum { margin-right: 10px; } .proTextbox { width: 450rpx; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }