personziliao.wxss 1.3 KB
/* pages/personziliao/personziliao.wxss */

page {
  background: #f9f9fb;
}

.headimg {
  width: 60rpx;
  height: 60rpx;
  font-size: 0;
  margin-right: 14rpx;
  border-radius: 50%;
}

.headimg image {
  border-radius: 50%;
}

.nicheg {
  margin-right: 14rpx;
}

.yourow {
  width: 12rpx;
  height: 18rpx;
  font-size: 0;
}

.headtop {
  padding: 0 32rpx;
  box-sizing: border-box;
  background: #fff;
  margin-top: 16rpx;
}

.headitem {
  padding: 24rpx 0;
  box-sizing: border-box;
  border-bottom: 1rpx solid #f5f5f5;
}

.headitemleft {
  color: #3d444d;
  font-size: 28rpx;
}

.textyop {
  color: #3d444d;
  font-size: 28rpx;
}

.textarea {
  color: #bdc4ce;
  font-size:30rpx;
  margin-top: 16rpx;
  position: relative;
}
.textarea textarea{
  width:100%;
}
.textlen{
  color: #bdc4ce;
  font-size:30rpx;
  position: absolute;
  right:0;
  bottom:0;
}

.entertext {
  background: #fff;
  padding: 32rpx;
  box-sizing: border-box;
  margin-top: 16rpx;
  /* height: 316rpx; */
}

.headitemleft input {
  text-align: right;
}

.sub {
  width: 360rpx;
  height: 80rpx;
  background: rgba(253, 172, 48, 1);
  border: 2rpx solid rgba(253, 170, 42, 1);
  opacity: 1;
  border-radius: 8rpx;
  color: #fff;
  font-size: 28rpx;
  text-align: center;
  line-height: 80rpx;
  position: absolute;
  bottom:40rpx;
  left:196rpx;
}