@import "variables"; .search { padding-left: $primary-gap; width: 100%; height: 70rpx; border: 1px solid $primary-color; border-radius: $primary-border-radius; background-color: #fff; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; .search-input { flex: 1; height: 100%; border: none; } .confim { height: 60rpx; width: 100rpx; margin: 4rpx; color: #fff; line-height: 60rpx; text-align: center; background-color: $primary-color; border-radius: 20rpx; } }