memberChange.wxss 714 Bytes
/* pages/memberChange/memberChange.wxss */
.con_memberChange{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 260px;
  height: 280px;
}
.top_memberChange{
  width: 100%;
  text-align: left;
  font-size: 14px;
}
.money_memberChange{
  width: 100%;
  font-size: 14px;
}
.money_memberChange>text{
  margin-left: 20px;
}
.huiyuan{
  font-size: 12px;
}
.btn{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px!important;
}
.btn>view{
  width: 120px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  background: rgb(91,155,213);
  color: #fff;
  font-size: 14px;
}
.con_memberChange>view{
  margin-top: 15px;
}