| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390 |
- /* 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;
- }
|