@charset "UTF-8";
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
 */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.containar.data-v-703e08b4 {
  height: 100vh;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 0 30rpx;
  padding-top: 30rpx;
}
.containar .infoList.data-v-703e08b4 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: #F2F3F5 solid 1px;
  padding: 30rpx 0rpx;
  align-items: center;
}
.containar .infoList text.data-v-703e08b4 {
  font-weight: 600;
  color: #1D2129;
  line-height: 35rpx;
  font-size: 30rpx;
  font-family: PingFang SC-Regular, PingFang SC;
}
.containar .infoList .dayu image.data-v-703e08b4 {
  width: 36rpx;
  height: 36rpx;
}
.containar .infoList .lastText.data-v-703e08b4 {
  color: #C9CDD3;
  padding-right: 35rpx;
}
.containar .avatarUrl.data-v-703e08b4 {
  display: flex;
  justify-content: center;
  justify-items: center;
}
.containar .avatarUrl button.data-v-703e08b4 {
  background: #fff;
  line-height: 80rpx;
  height: 110rpx;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.containar .avatarUrl button .refreshIcon.data-v-703e08b4 {
  height: 110rpx;
  width: 110rpx;
  border-radius: 50%;
}
.containar .avatarUrl button.data-v-703e08b4::after {
  border: none;
}
.containar .weui-input.data-v-703e08b4 {
  padding-left: 60rpx;
  color: #86909C;
  font-weight: 500;
  text-align: right;
}
.containar .btn.data-v-703e08b4 {
  width: 100%;
  padding: 0 20rpx;
  box-sizing: border-box;
}
.containar .btn .btn-sub.data-v-703e08b4 {
  margin: 80rpx auto 0;
  height: 90rpx;
  background: #58be6b;
  border-radius: 45rpx;
  line-height: 90rpx;
  text-align: center;
  font-size: 36rpx;
  color: #fff;
}