/* pages/search/search.wxss */ page{ background: #fff; } .search input{ background: #F1F1F1; height: 80rpx; border-radius: 10rpx; } .part{ border-top: 1px solid #F1F1F1; padding: 40rpx 0; display: flex; justify-content: space-between; flex-wrap: wrap; } .title{ color: #999; width: 100%; margin-bottom: 40rpx; } .part navigator{ width: 49%; text-align: center; margin-bottom: 40rpx; } .part navigator:nth-child(odd){ border-left: 1px solid #D8D8D8; } .part text{ width: 50%; color: #3780CD; margin-bottom: 40rpx; text-align: center; }