acount.wxss 522 Bytes
.acount_main {
  background: #f7f7f7;
  height: 100vh;
  width: 100%;
}

.acount_main .top_info {
  height: 80%;
}

.acount_main .acount_logout {
  height: 20%;
  display: flex;
  width: 100%;
  align-items: center;
}

.acount_main .acount_logout .logout_btn {
  margin: 20rpx 40rpx;
  height: 80rpx;
  width: calc(100% - 80rpx);
  background: #fff;
  border-radius: 1.06667vw;
  line-height: 10.66667vw;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 36rpx;
  color: #fc6b6c;
  font-weight: 400;
}