snapshootShare.wxss 2.78 KB
.snapshoot-container {
  position: fixed;
  left: 0rpx;
  top: 0rpx;
  width: 750rpx;
  height: 1206rpx;
  background-color: rgba(0, 0, 0, 0.5); 
  flex-direction: column;
  z-index: 9999;
}

.snapshoot-container .snapshoot-content {
  margin-top: 40rpx;
  margin-left: 112rpx;
  width: 526rpx;
  background-color: white;
  flex-direction: column;
  padding-bottom: 36rpx;
}

.snapshoot-container .snapshoot-content .snapshoot {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.snapshoot-bottom {
  margin-top: 30rpx;
  margin-left: 112rpx;
  margin-right: 112rpx;
  height: 88rpx;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.snapshoot-container .snapshoot-cancel {
  width: 252rpx;
  height: 88rpx;
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center
}

.snapshoot-container .snapshoot-save {
  margin-left: 22rpx;
  width: 250rpx;
  height: 88rpx;
  background-color: #002B47;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.save-text {
  font-family: PingFang-SC-Regular;
  font-size: 32rpx;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
}

.cancel-text {
  font-family: PingFang-SC-Regular;
  font-size: 32rpx;
  color: #000000;
  letter-spacing: 0;
}

.snapshoot-tips {
  margin-top: 16rpx;
  font-size: 16rpx;
  color: #444444;
}

.user-header {
  margin-left: 42rpx;
  margin-top: 56rpx;
  display: flex;
  align-items: center;
}
.user-header .user-portrait {
  width: 70rpx;
  height: 70rpx;
  border-radius: 35rpx;
} 
.user-header .user-info {
  margin-left: 21rpx;
  display: flex;
  flex-direction: column;
}
.user-header .user-info .user-name {
  font-family: SFProText-Medium;
  font-size: 28rpx;
  color: #000000;
  letter-spacing: 0;
}
.user-header .user-info .tips {
  margin-top: 6rpx;
  font-family: PingFang-SC-Regular;
  font-size: 17rpx;
  color: #000000;
  letter-spacing: 0;
}

.snapshoot-productinfo {
    margin-top: 35rpx; 
    margin-left: 42rpx;
    width: 441rpx;
    height: 550rpx;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1rpx solid #EEEEEE; 
}

.product-defaultImage {
  width: 100%;
  height: 441rpx;
}

.snapshoot-productinfo .product-name {
  margin-left: 40rpx;
  margin-right: 40rpx;
  color: #000000;
  text-align: center;
  font-size: 28rpx;
  font-family: DINAlternate-Bold;
}

.product-miniqr-new {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-miniqr-new .product-qrcode {
  margin-top: 28rpx; 
  width: 98rpx;
  height: 98rpx;
}
.product-tips-text-new {
  margin-top: 14rpx;
  font-family: PingFang-SC-Regular;
  font-size: 17rpx;
  color: #999999;
  letter-spacing: 0;
  text-align: center;
}