keyFind.wxss 1.4 KB
/* pages/cityWide/keyFind/keyFind.wxss */
@import '../../../style/base.wxss';

.find_box{
  padding: 0 32rpx;
  border-bottom: solid 16rpx #FCF8F7;
}
.find_list{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100rpx;
  padding: 0 10rpx;
  border-bottom: solid 1rpx #EBEBEB;
}
.find_box .find_list:last-child{
  border-bottom: none;
}
.find_name{
  color: #000000;
  font-size: 30rpx;
}
.find_left{
  display: flex;
  align-items: center;
}
.find_left input, .find_date{
  padding-right: 5rpx;
  color: #666666;
  font-size: 26rpx;
  text-align: right;
}
.find_left picker{
  height: 38rpx;
}
.find_img{
  width: 40rpx;
  height: 40rpx;
}
.find_choice{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.find_radio{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 136rpx;
  height: 60rpx;
  margin-left: 36rpx;
  color: #999999;
  font-size: 26rpx;
  border-radius: 30rpx;
  border: solid 1rpx #EBEBEB;
}
.active{
  color: #fff;
  background: #FD8779;
  border: none;
}
.find_menu{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80rpx;
  padding-left: 35rpx;
  color: #292525;
  font-size: 26rpx;
  font-weight: bold;
  border-bottom: solid 1rpx #EBEBEB;
}
.find_txt{
  padding: 32rpx;
}
.find_txt textarea{
  width: 686rpx;
  color: #CCBAB8;
  font-size: 28rpx;
}
.warp_btn{
  position: fixed;
  bottom: 36rpx;
  left: 0;
  right: 0;
}