| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366 |
- /* 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: center;
- 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;
- }
- .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;
- }
- .mini-btn{
- height: 22px;
- width: 50px;
-
-
- }
- .rtuCount{
- display: flex;
- flex-direction: row;
- }
- .rtuNum{
- margin-right: 10px;
- }
- .proTextbox{
- width: 450rpx;
- overflow:hidden;
- text-overflow:ellipsis;
- white-space:nowrap;
- }
- .button-check{
- height: 100%;
- display: flex;
- justify-content: center;
- flex-direction: column;
- }
- .check-btn{
- height: 22px;
- width: 60px;
- background-color: #669999;
- }
- .btn-hover-class{
- background-color:coral;
- }
|