my-member.wxss 2.8 KB
/* pages/my-member/my-member.wxss */
page {
  background: #fff;
}

.topLine {
  width: 100%;
  height: 2rpx;
  background: #f2f2f2;
  display: none;
}

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

.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: 42rpx;
  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;
  max-width: 600rpx;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.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: 42rpx;
  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;
}