/* pages/member/distribution_orders/distribution_orders.wxss */ .search { overflow: hidden; background: #fff; border-bottom: 2rpx solid #f5f5f5; display: flex; width: 100%; align-items: center; } .search .back { width: 192rpx; display: flex; color: #666; } .search .back icon { display: inline-block; line-height: 54rpx; font-size: 44rpx; } .search .up { display: flex; flex-direction: column; margin-left: 16rpx; align-items: center; } .search .up .span { font-size: 24rpx; } .search .backcontent { width: 180rpx; } .search { overflow: hidden; background: #fff; border-bottom: 2rpx solid #f5f5f5; width: 100%; display: flex; padding-bottom: 10rpx; } .search van-field { flex: 1; } .search .searchBox { position: relative; font-size: 28rpx; display: flex; margin-left: 2%; background: #f2f2f2 none; border-radius: 30rpx; width: 525rpx; justify-content: space-between; align-items: center; padding-right: 20rpx; } .search .searchBox .van-cell { padding: 0; background-color: inherit; } .search .left { margin-left: 60rpx; } .search .left_1 { margin-left: 0; } .search .left_1 .searchBox { width: 450rpx; } .search .right { margin-left: 20rpx; display: flex; text-align: center; align-items: center; } .search .searchBox input { vertical-align: middle; border: none; box-sizing: border-box; outline: 0; padding: 6rpx 20rpx; height: 60rpx; line-height: 60rpx; color: #8c8c8c; font-size: 28rpx; flex: 1; } .search .searchBox .img-icon { width: 60rpx; height: 60rpx; margin-left: 10rpx; display: flex; align-items: center; justify-content: center; } .search .searchBox .img-icon .img-icon-btn { width: 32rpx; height: 32rpx; background: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/search.png") no-repeat center center; background-size: 80% 80%; } .search .search_bth { font-size: 28rpx; } .content { width: 95%; margin: 32rpx auto; } .top { height: 384rpx; background-color: #fff; border-radius: 8rpx; border: solid 4rpx #eeb49a; padding: 32rpx 0; } .middle, .down { display: flex; margin-top: 16rpx; } .second { flex: 1; width: 50%; min-height: 352rpx; background-color: #fff; border-radius: 8rpx; border: solid 4rpx #90c5ed; padding: 32rpx 0; } .second:last-child { margin-left: 16rpx; } .second:first-child { margin-left: 0; } .four { text-align: center; flex: 1; min-height: 256rpx; background-color: #fff; border-radius: 6rpx; border: solid 4rpx #a596d3; margin-right: 9rpx; font-size: 12px; padding: 32rpx 0; } .four:last-child { margin-right: 0; } .four:first-child { margin-left: 0; } .flex-box { display: flex; padding: 9rpx 16rpx; } .flex-box .span { flex: 1; } .flex-box .span:first-child { flex: 2; color: #8c8c8c; text-align: left; } .flex-box .span:last-child { text-align: right; } .title { line-height: 48rpx; text-align: center; } .gray { margin-top: 16rpx; color: #8c8c8c; }