myPrize.wxss 2.9 KB
.myPrize {
  width: 100%;
  height: 100%;
}
.myPrize .mp-tab {
  margin-bottom: 50rpx;
  width: 100%;
  height: 100rpx;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.myPrize .mp-tab .changetab{

  width: 100rpx;
  height: 80rpx;
  line-height: 80rpx;
}
.myPrize .mp-tab .ind{
  border-bottom: 6rpx solid #e8370f;
}
.myPrize .showPrize {
  padding: 0 32rpx;
  box-sizing: border-box;
}
.myPrize .showPrize .spi2 {
  height: 220rpx !important;
}
.myPrize .showPrize .spi {
  width: 100%;
  height: 150rpx;
  margin-bottom: 50rpx;
  background: linear-gradient(180deg, #fff5f2, #fffefe 75%, #ffffff);
  border-radius: 12rpx;
  box-shadow: 0rpx 6rpx 12rpx 0rpx rgba(206, 206, 206, 0.1);
}
.myPrize .showPrize .spi .spii2 {
  height: 80% !important;
}
.myPrize .showPrize .spi .spii {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 100%;
}
.myPrize .showPrize .spi .spii image:nth-of-type(1) {
  width: 90rpx;
  height: 80rpx;
}
.myPrize .showPrize .spi .spii .det {
  display: flex;
  flex-direction: column;
}
.myPrize .showPrize .spi .spii .det text:nth-of-type(1) {
  font-size: 30rpx;
  font-weight: 600;
}
.myPrize .showPrize .spi .spii .det text:nth-of-type(2) {
  font-size: 25rpx;
}
.myPrize .showPrize .spi .spii .det text:nth-of-type(3) {
  font-size: 25rpx;
}
.myPrize .showPrize .spi .spii .btn {
  width: 140rpx;
  height: 50rpx;
  line-height: 50rpx;
  border-radius: 40rpx;
  background: #e8370f;
  text-align: center;
  color: white;
  font-size: 25rpx;
}
.myPrize .showPrize .spi .spii .btn2 {
  color: #e8370f;
  font-size: 31rpx;
  font-weight: 800;
}
.myPrize .showPrize .spi .my {
  width: 100%;
  height: 70rpx;
  border-top: 2rpx solid #8080803b;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.myPrize .showPrize .spi .my .mytxt {
  color: #e8370f;
  font-size: 25rpx;
}
.myPrize .showPrize .spi .my .myitem text:nth-of-type(1) {
  color: black;
  font-size: 25rpx;
}
.myPrize .showPrize .spi .my .myitem image:nth-of-type(1) {
  width: 50rpx;
  height: 50rpx;
}
.myPrize .back {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.myPrize .back .getMydetail {
  width: 80%;
  background: white;
  height: 700rpx;
  border-radius: 20rpx;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 0 32rpx;
  box-sizing: border-box;
}
.myPrize .back .getMydetail .tit {
  font-size: 35rpx;
  font-weight: 700;
}
.myPrize .back .getMydetail .myDetail {
  width: 100%;
  height: 50rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2rpx solid #8080803b;
}
.myPrize .back .getMydetail .button {
  width: 175rpx;
  height: 65rpx;
  line-height: 57rpx;
  border: 5rpx solid #e8370f;
  border-radius: 40rpx;
  color: #e8370f;
  text-align: center;
}