my-member.wxss 2.6 KB
/* pages/my-member/my-member.wxss */
.topLine {
  width: 100%;
  height: 2rpx;
  background: #f2f2f2;
}

.title {
  width: 750rpx;
  text-align: center;
  margin: 0 auto;
  margin-top: 80rpx;
  font-size: 36rpx;
  font-weight: 600;
  color: #323233;
}

.textBox {
  width: 496rpx;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #323233;
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-top: 16rpx;
}

.line {
  width: 144rpx;
  height: 2rpx;
  background: #c4c6ca;
}

/* card */
.cardBox {
  width: 612rpx;
  height: 310rpx;
  background-color: antiquewhite;
  margin: 0 auto;
  margin-top: 44rpx;
}

/* bottom */
.btn {
  position: absolute;
  bottom: 32rpx;
  left: 64rpx;
  width: 622rpx;
  height: 88rpx;
  background: linear-gradient(270deg, #fb7900 -100%, #ff4903);
  border-radius: 44rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32rpx;
  font-weight: 400;
  color: #ffffff;
}

/* 会员卡详情 */
.cardDetail {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cardDetail image {
  width: 100%;
  height: 100%;
}

.cardBox {
  /* position: absolute;
  top: 230rpx;
  left: 70rpx;
  width: 612px;
  height: 310rpx;
  background-color: #ffffff; */
}
.cardBox {
  position: absolute;
  top: 230rpx;
  left: 70rpx;
  width: 612rpx;
  /* height:816rpx; */
  /* background-color: #ffffff; */
  border-radius: 16rpx;
}
.cardBox1 {
  position: absolute;
  top: 230rpx;
  left: 70rpx;
  width: 612rpx;
  height:816rpx;
  background-color: #ffffff;
}
.cardBox image{
  width: 612rpx;
  height: 310rpx;
}

.headPic {
  width: 160rpx;
  height: 160rpx;
  margin: 0 auto;
  margin-top: 40rpx;
}

.headPic image {
  width: 160rpx;
  height: 160rpx;
  border-radius: 50%;
}

.userName {
  font-size: 32rpx;
  font-weight: 600;
  text-align: center;
  color: #041122;
  margin-top: 16rpx;
}

.text {
  margin-top: 20rpx;
  text-align: center;
    font-size: 36rpx;
    font-weight: 600;
}

.codePic {
  width: 360rpx;
  height: 360rpx;
  margin: 0 auto;
  margin-top: 10rpx;
}

.cardNumber {
  margin-top: 20rpx;
  text-align: center;
  font-size: 28rpx;
  font-weight: 500;
  color: #66696e;
}

.codePic image {
  width: 360rpx;
  height: 360rpx;
}

/* bottom */
.btnBox {
  width: 622rpx;
  height: 88rpx;
  position: absolute;
  bottom: 32rpx;
  left: 64rpx;
  background-color: #ffc644;
  font-size: 32rpx;
  border-radius: 44rpx;
  font-weight: 400;
  text-align: left;
  color: #041122;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottomHint{
  font-size: 24rpx;
  color: gray;
  display: flex;
  justify-content: center;
  padding-bottom: 10rpx;
}