approve.wxss 3.5 KB
/* pages/my/approve/approve.wxss */

.item_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20rpx 32rpx;
  border-bottom: 1rpx solid #f5f5fa;
  position: relative;
  background-color: #fff;
}

.list_title {
  width: 140rpx;
  font-size: 28rpx;
  color: #333;
  margin-right: 26rpx;
  text-align: center;
}

.pl_style {
  font-size: 32rpx;
  color: #ccc;
}

.list_input {
  width: 60%;
  font-size: 30rpx;
}

.list_content {
  font-size: 30rpx;
  color: #000;
  width: 75%;
}

.input_item {
  border: 0;
  outline: none;
}

.color_input {
    color: rgba(204, 204, 204, 1);
}

.area_item {
  width: 80%;
  height: 120rpx;
}

.img_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.bottom_btn {
  width: 520rpx;
  height: 80rpx;
  background: linear-gradient(319deg, rgba(22, 155, 213, 1) 0%, rgba(0, 211, 255, 1) 100%);
  border-radius: 8rpx;
  font-size: 32rpx;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 200rpx auto 0;
}
.add_btn{
  border: 2rpx solid rgb(236, 201, 201);
  width: 158rpx;
  height: 158rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 90rpx;
  line-height: 1;
  position: relative;
  color: rgb(236, 201, 201);
  box-sizing: border-box;
}
.add_btn text{
  position: relative;
  top: -12rpx;
}
.img_box {
    /* position: relative; */
    border: none;
    margin:0 10px 20rpx 0;
}
.img_box:nth-child(3n) {
    margin-right: 0;
}
.img_box image {
    width: 100%;
    height: 100%;
    display: block;
}
.img_box .del {
    position: absolute;
    width: 40rpx;
    height: 40rpx;
    top: 10rpx;
    right: 10rpx;
}
.search_view{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #f5f5f5;
  z-index: 15;
  display: flex;
  flex-flow: column;
  box-sizing: border-box;
}
.search-top{
  height: 120rpx;
  width: 100%;
  display: flex;
  font-size: 26rpx;
  padding: 20rpx;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 5rpx;
}
.search_box {
    width: 100%;
    height: 100%;
    border-radius: 15rpx;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #e6e6e6;
}
.input_item{
  /* border: 1rpx solid #efefef; */
  flex: 1;
  height: 100%;
  border-radius: 10rpx;
  padding-left: 20rpx;
  font-size: 28rpx;
}
.cancle_action{
  width: 100rpx;
  display: flex;
  align-items: center;
  color: #64A2E8;
  justify-content: center;
}
.search-top image {
    width: 42rpx;
    height: 42rpx;
    display: block;
}

/* 公司名称搜索结果 */
.adress_list_container {
    margin-top: 20rpx;
    flex: 1;
    width: 100%;
    background: #fff;
    overflow-y: scroll;
}
.adress_list {
    width: 100%;
    box-sizing: border-box;
    padding: 20rpx;
    font-size: 28rpx;
    font-weight:400;
    color: rgba(51,51,51,1);
    /* display: flex;
    align-items: flex-start;
    justify-content: flex-start; */
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}
/* .adress_list_left {
    width: 32rpx;
    height: 32rpx;
    margin-right: 15rpx;
}
.adress_list_left image {
    display: block;
    width: 100%;
    height: 100%;
}
.adress_list_right {
    flex: 1;
    height: 100%;
}
.adress_list_right_top {
    font-size: 28rpx;
    font-weight:400;
    color: rgba(51,51,51,1)
}
.adress_list_right_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24rpx;
    color: rgba(204,204,204,1);
} */