EntryInformation2.wxss 3.4 KB
/* pages/my/listDetail/listDetail.wxss */

page {
  background: #f5f5fa;
}

.content_item {
  background: #fff;
  padding: 0 38rpx;
  margin-top: 16rpx;
}

.item_list {
  display: flex;
  align-items: center;
  border-bottom: 1rpx dashed #ebebeb;
  padding: 23rpx 0;
}

.list_icon {
  font-size: 30rpx;
  color: #f00;
  margin-right: 10rpx;
}

.list_title {
  width: 185rpx;
  font-size: 29rpx;
  color: #000;
}

.list_label_title {
  width: 140rpx;
  font-size: 29rpx;
  color: #000;
}

.project {
  background: none;
}

.symbol_icon {
  font-size: 27rpx;
  color: red;
}

.list_input {
  width: 75%;
  display: flex;
  align-items: center;
  font-size: 29rpx;
  color: #000;
}

.list_input input {
  border: 0;
  outline: none;
  font-size: 30rpx;
  color: #000;
}
.list_input textarea{
  overflow: scroll;
}
.list_input .picker {
  width: 100%;
  height: 53rpx;
  font-size: 30rpx;
  color: #000;
  line-height: 53rpx;
}

.item_label_box {
  align-items: flex-start;
}

.list_label {
  width: 75%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.list_label .address_btn {
  margin-bottom: 20rpx;
}

.list_textarea {
  width: 100%;
}

.list_textarea textarea {
  width: 100%;
  padding: 30rpx 0;
  box-sizing: border-box;
  min-height: 140rpx;
}

.font_color {
  font-size: 28rpx;
  color: #999;
}

.icon-add {
  font-size: 32rpx;
  color: #ccc;
  text-align: center;
  padding: 20rpx 0;
}

.icon-jinru {
  float: right;
  color: #ccc;
}

.item {
  justify-content: space-between;
}

.box {
  padding: 0 32rpx;
}

.upload_box {
  font-size: 28rpx;
  color: #1a1a1a;
  background: #fff;
  margin-top: 16rpx;
  text-align: center;
  /* padding: 36rpx 0; */
  border-radius: 10rpx;
  box-shadow: 2rpx 0rpx 3rpx rgba(235, 235, 235, 1);
  overflow: hidden;
}

.upload_box .icon-add {
  font-size: 64rpx;
}

.popup_img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup_img image {
  width: 100%;
}
/* .icon-guanbi {
  position: absolute;
  top: 10rpx;
  right: 20rpx;
  color: #ccc;
} */

.upload_box .icon-add {
  font-size: 64rpx;
}

.content_info {
  font-size: 24rpx;
  color: #999;
  margin-top: 22rpx;
}

.null_box {
  width: 100%;
  height: 120rpx;
}

.bottom_box {
  width: 100%;
  height: 100rpx;
  background: rgba(255, 255, 255, 1);
  box-shadow: 1rpx 0rpx 1rpx rgba(235, 233, 232, 1);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: fixed;
  bottom: 0;
  padding: 0 32rpx;
  z-index: 5;
  box-sizing: border-box;
}

.bottom_btn {
  width: 100%;
  height: 80rpx;
  font-size: 32rpx;
  color: #fff;
  background: rgba(2, 134, 255, 1);
  border-radius: 44rpx;
  display: flex;
  align-items: center;
  justify-content: center;
}

.add_btn {
  width: 260rpx;
  height: 80rpx;
  font-size: 32rpx;
  color: #1a1a1a;
  background: #fff;
  border: 1rpx solid #ebebeb;
  border-radius: 40rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 200rpx;
  margin-right: 20rpx;
}

.addrisk {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}

.unit {
  text-align: left;
}

.address_btn {
  background: none;
  border: 1rpx solid #0286ff;
  color: #0286ff;
  font-size: 32rpx;
  border-radius: 40rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20rpx;
  padding: 8rpx 30rpx;
}

.unit_address {
  color: #fff;
  background: rgba(2, 134, 255, 1);
}