snapshootShare.wxss 4.47 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: 112.5rpx;
  width: 525rpx;
  height:auto;
  background-color: white;
  flex-direction: column;
  padding-bottom: 36rpx;
  /* height:960rpx */
}

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

.snapshoot-container .snapshoot-content .snapshoot .img-bg {
  width: 100%;
  height: 142rpx;
}

.snapshoot-container .snapshoot-content .snapshoot .snapshoot-shopinfo {
    margin-top: 30rpx; 
    width: 460rpx;
    height: wrap;
    background-color: white;
    border: 0.5rpx solid #e5e5e5;
    display: flex;
    flex-direction: column;
    align-items: center;
     /* box-shadow:5px 5px 3px lightgray;  */
}

.snapshoot-container .snapshoot-content .snapshoot .snapshoot-shopinfo .img-logo {
  margin-top: 30rpx;
  width: 200rpx;
  height: 168rpx;
}

.snapshoot-container .snapshoot-content .snapshoot .snapshoot-shopinfo  .shop-name {
  margin-top: 35.8rpx;
  font-size: 25.2rpx;
   font-weight: bold; 
  text-align: center;
  font-family: PingFang-SC-Semibold;
  color: #444444
}

.snapshoot-container .snapshoot-content .snapshoot .snapshoot-shopinfo  .shop-intro {
  /* margin-top: 61rpx; */
  font-size: 19.6rpx;
  /* font-weight: bold; */
  text-align: center;
  width: 399rpx;
  height: wrap;
  line-height:33.6rpx; 
  display: -webkit-box;
  overflow: hidden;
  text-overflow:ellipsis; 
  white-space: pre-wrap;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;

}

.yoho-logo {
  width: 156.8rpx;
  height: 30rpx;
  margin-top: 21rpx;
}
.product-qrcode {
  width: 112rpx;
  height: 112rpx;
}

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

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

.img {
  width: 41rpx;
  height: 38rpx;
}

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

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

.snapshoot-tips {
  margin-top: 16rpx;
  font-size: 16rpx;
  color: #444444;
}
.snapshoot-tips-new{
  font-family: PingFang-SC-Regular;
  font-size: 20rpx;
  color: #444444;
  letter-spacing: 0;
  text-align: center;
}

.snapshoot-productinfo {
    margin-top: 42rpx; 
    width: 455rpx;
    height: 606.2rpx;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
     border: 0rpx solid #e0e0e0; 
}

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

.product-info-content {
  width: 100%;
  height: 112rpx;
  margin-top: -112rpx;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-name {
  width: 90%;
  margin-top: 16.8rpx;
  color: #FFFFFF;
  text-align: center;
  font-size: 20rpx;
  /* margin-bottom: 20rpx; */
  line-height: 32rpx;
  display: -webkit-box;
  overflow: hidden;
  text-overflow:ellipsis; 
  white-space: pre-wrap;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.product-price {
  color: #FFFFFF;
  text-align: center;
  font-size: 30rpx;
  margin-top: 10rpx;
}

.product-tips {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10rpx;
}

.product-tips-img {
  width: 18rpx;
  height: 18rpx;
}

.product-tips-text {
  font-size: 16rpx;
  color: #b0b0b0;
  margin-left: 10rpx;
}
.product-tips-text-new {
  font-family: PingFang-SC-Regular;
  font-size: 16rpx;
  color: #B0B0B0;
  letter-spacing: 0;  
}

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

.product-miniqr-new{
  height:112rpx;
  margin-top:42rpx;
  display: flex;
  flex-direction: row;
  align-items: center;
  width:455rpx; 
  /* margin-left:112.5rpx; */
}
.product-tips-new {
  margin-left:27.4rpx;
  width:wrap;
  display: flex;
  flex-direction: column;
  align-items: flex-start
}