/* pages/buyer/buyer.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: 50%; 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: relative; top: 10%; height: 280rpx; width: 80%; left: 10%; background-color: whitesmoke; } .title { width: 100%; height: 100rpx; background-color: #5C6F73; font-size: 18rpx; color: blue; display: flex; flex-direction: row; white-space: nowrap; justify-content: flex-start; } .desc { width: 100%; height: 180rpx; display: block; background-color: whitesmoke; font-size: 30rpx; white-space: pre-line; color: black; padding: 10rpx; } .look{ color:lightblue; font-size: 22rpx; border-bottom: 1px blue solid; display:flex; flex-direction: column; justify-content: center; margin-left: 50rpx; } .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: 0rpx; width: 80%; left: 0rpx; width:100%; height:200rpx; background-color: rgba(0,0,0,0.3); } .location-info-text{ font-size: 26rpx; color:white; margin-left:10rpx; margin-top:10rpx; } 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; }