4Ssearch.wxss 1.9 KB
.container {
  padding: 0 32rpx;
  box-sizing: border-box;
  position: relative;
}
.container .search_box {
  display: block;
  margin-top: 15rpx;
  width: 100%;
  height: 70rpx;
}
.container .search_box .search {
  width: 78%;
  background-color: #f9f9f9;
  border-radius: 15rpx;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}
.container .search_box .search input {
  text-indent: 15rpx;
  font-size: 28rpx;
  height: 70rpx;
  line-height: 70rpx;
  width: 100%;
}
.container .search_box .search image {
  margin-left: 20rpx;
  width: 31rpx;
  height: 31rpx;
}
.container .search_box .search_btn {
  float: right;
  height: 70rpx;
  color: #E8370F;
  font-weight: 700;
  line-height: 70rpx;
  padding: 0;
  background-color: transparent;
}
.container .changeTitle {
  margin: 30rpx 0;
  display: flex;
  align-items: center;
  line-height: 70rpx;
}
.container .changeTitle .l_box {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: baseline;
  border: 1rpx solid #ccc;
  margin-right: 10rpx;
}
.container .changeTitle .l_box .nam {
  font-size: 28rpx;
  margin-right: 20rpx;
}
.container .changeTitle .l_box image {
  width: 16rpx;
  height: 14rpx;
}
.container .changeTitle .r_box {
  flex: 1;
  display: flex;
  align-items: baseline;
  justify-content: center;
  border: 1rpx solid #ccc;
  margin-left: 10rpx;
}
.container .changeTitle .r_box .nam {
  font-size: 28rpx;
  margin-right: 20rpx;
}
.container .changeTitle .r_box image {
  width: 16rpx;
  height: 14rpx;
}
.container .listList {
  width: 100%;
}
.container .listList .listpage {
  width: 100%;
  height: 100rpx;
  line-height: 100rpx;
  border-bottom: 1rpx solid #f5f5f5;
  font-size: 28rpx;
}
.container .searchResult {
  position: absolute;
  top: 75rpx;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 100%;
  padding: 32rpx;
  box-sizing: border-box;
}
.container .searchResult .RList {
  width: 100%;
  margin: 10rpx;
}