info.wxss 2.2 KB
/* pages/personalInfo/personalInfo.wxss */

page {
  background: #fcfbfa;
}

.content_item {
  padding: 0 34rpx;
}

.item_list {
  border-bottom: 1rpx solid #ebebeb;
  padding: 30rpx 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list_title {
  width: 165rpx;
  font-size: 28rpx;
  color: #1a1a1a;
}

.list_input {
  font-size: 26rpx;
  text-align: right;
  display: flex;
  align-items: center;
}

.list_textarea textarea {
  width: 100%;
  height: 160rpx;
  font-size: 28rpx;
  padding: 20rpx 0;
  position: relative;
}
.words_num{
  font-size: 28rpx;
  color: #A5A6A8;
  position: absolute;
  right: 0;
  bottom: 0;
}
.textarea_title{
  width: 100%!important;
  padding: 26rpx 0;
  border-bottom: 1rpx solid #EBEBEB;

}
.icon-fanhui {
  font-size: 30rpx;
  color: #acacac;
}

.select_list {
  font-size: 30rpx;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.icon-arrow-right {
  font-size: 28rpx;
  color: #aaa;
}

.symbol_box {
  font-size: 24rpx;
  color: #333;
  display: flex;
  align-items: center;
  margin-top: 30rpx;
}

.icon-artboard61 {
  font-size: 28rpx;
  color: #999;
  margin-right: 10rpx;
}

.icon-xuanze2 {
  font-size: 28rpx;
  color: #ffad50;
  margin-right: 10rpx;
}

.save_address_btn {
  width: 90%;
  height: 82rpx;
  border-radius: 40rpx;
  background: #000000;
  font-size: 30rpx;
  color: #fff;
  text-align: center;
  line-height: 100rpx;
  position: fixed;
  bottom: 30rpx;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.head_img {
  width: 80rpx;
  height: 80rpx;
  border-radius: 50%;
}

.item_list:last-child {
  border: 0;
}

.select_list {
  font-size: 26rpx;
}

.icon-xiala {
  font-size: 28rpx;
}

.icon-guanyu {
  font-size: 30rpx;
  color: #ffad50;
  margin-left: 10rpx;
}

.list_title {
  width: 300rpx;
  font-size: 30rpx;
  color: #000;
}

.list_symbly {
  font-size: 30rpx;
  color: #f00;
  margin-right: 8rpx;
}

.popup_input{
  width: 80%;
  border-bottom: 1rpx solid #999999;
  margin: 0 auto;
  padding-bottom: 10rpx;
}
.popup_input input{
  text-align: left;
  width: 100%;
  font-size: 30rpx;
}