snapshootShare.wxss 3.61 KB
/* pages/snapshootShare/snapshootShare.wxss */
.snapshoot-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.snapshoot-page {
  position: fixed;
  left: 0rpx;
  top: 0rpx;
  width: 750rpx;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); 
  flex-direction: column;
  z-index: 9999;
}

.snapshoot-container .snapshoot-content {
  margin-top: 20rpx;
  margin-left: 105rpx;
  width: 540rpx;
  height: 1000rpx;
  background-color: white;
  flex-direction: column;
  border: 5rpx solid black;
}

.content {
  border: 2rpx solid  #E0E0E0;
  width: 460rpx;
  height: 650rpx;
  position: relative;
}

.product-banner {
  width: 452rpx;
  height: 105rpx;
  position: absolute;
  left: -18rpx;
  top: 360rpx;
}

.product-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70rpx;
  width: 85%;
}

.product-date {
  
}

.product-date-icon {
  display: inline-block;
  width: 18rpx;
  height: 18rpx;
}

.product-date-info {
  display: inline-block;
  font-size: 18rpx;
  vertical-align: 4rpx;
  margin-left: 10rpx;
}

.product-price {
  display: inline-block;
  color: #D0021B;
  text-align: center;
  font-size: 30rpx;
  line-height: 70rpx;
}


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

.yoho-logo {
  width: 160rpx;
  height: 29rpx;
  margin-top: 60rpx;
  margin-bottom: 50rpx;
}

.snapshoot-container .snapshoot-save {
  width: 260rpx;
  height: 88rpx;
  background-color: #d0021b;
  border-radius: 10rpx;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.snapshoot-container .snapshoot-cancel {
  margin-left: 20rpx;
  width: 260rpx;
  height: 88rpx;
  background-color: white;
  border-radius: 10rpx;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center
  }

.text {
  font: 28rpx;
  color: white;
  text-align: center;
}

.cancel-text {
  font: 28rpx;
  color: black;
  text-align: center;
}


.snapshoot-title {
  font-size: 25rpx;
  margin-top: 100rpx;
  margin-bottom: 30rpx;
}

/*商品  */
.product-img-bg {
  width: 100%;
  height: 268rpx;
}

.snapshoot-productinfo {
  width: 460rpx;
    height: 310rpx;
    background-color: white;
    /* box-shadow:5px 5px 3px rgba(0, 0, 0, 0.05);  */
    /* border: 0.5rpx solid #e5e5e5; */
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  

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

.product-info-content {
  width: 100%;
  height: 170rpx;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 140rpx;
}

.product-name {
  width: 90%;
  color: #444444;
  text-align: center;
  font-size: 30rpx;
  margin-top: 30rpx;
  line-height: 40rpx;
  display: -webkit-box;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: pre-wrap;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-info {
}



.product-miniqr {
  /* margin-top: -20; */
  width:460rpx;
  position: relative;
}

.product-qrcode {
  display: inline-block;
  width: 140rpx;
  height: 140rpx;
  margin: 35rpx 0;
}

.product-tips {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 40rpx;
}

.snapshoot-tips {
  font-size: 22rpx;
  color: #444444;
  margin-bottom: 10rpx;
}

.product-tips-text {
  font-size: 20rpx;
  color: #b0b0b0;
}

.snapshoot-bottom {
  margin-left: 105rpx;
  margin-top: 20rpx;
  width: 540rpx;
  height: 88rpx;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}