/* pages/all/index.wxss */ .protecityct_container { width: 100%; height: calc(100vh - 90rpx); display: flex; flex-direction: column; justify-content: flex-start; align-items: center; color: #333333; } .protect_head { width: 100%; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-end; } .select_location { width: 150rpx; height: 60rpx; margin-right: 30rpx; line-height: 60rpx; text-align: center; border: 1rpx solid #e0e0e0; border-radius: 10rpx; color: #999; font-size: 24rpx; } .search_container { width: 100%; box-sizing: border-box; padding: 10rpx 30rpx; background: #fff; position: relative; } .search_icon{ height: 60rpx; width: 60rpx; position: absolute; top:50%; left:51rpx; transform: translateY(-50%); } .task-search { height: 70rpx; text-align: left; background: #F3F4F5; border-radius: 30rpx; font-size: 28rpx; padding-left: 80rpx; } .placeholder-style{ font-family: "PingFangSC-Regular", "PingFang SC"; font-weight: normal; color: #a6a6a6; } /* 列表样式 */ .river_list { width: 100%; height: calc(100% - 140rpx); } .river_item { width: 100%; padding: 0 30rpx; } .river_info { width: 100%; padding: 30rpx 0; border-bottom: 1rpx solid #E6E6E6; display: flex; justify-content: space-between; align-items: flex-end; } .massage_box { box-sizing: border-box; width: calc(100%-150rpx); display: flex; justify-content: flex-start; align-items: flex-start; } .river_img { display: block; width: 178rpx; height: 144rpx; margin-right: 20rpx; } .execute_btn { width: 140rpx; height: 60rpx; font-size: 28rpx; color: #fff; line-height: 60rpx; text-align: center; background-color: #2A82E4FF; border-radius: 8rpx; align-self: flex-end; }