snapshootShare.wxss 3.54 KB
/* pages/snapshootShare/snapshootShare.wxss */

.snapshoot-page {
  position: fixed;
  left: 0rpx;
  top: 0rpx;
  width: 750rpx;
  height: 100%;
  background-color: #3A3A3A; 
  flex-direction: column;
  z-index: 9999;
}

.snapshoot-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

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

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

.yoho-logo {
  width: 200rpx;
  height: 40rpx;
  margin-top: 40rpx;
  margin-bottom: 40rpx;
}

.content {
  width: 500rpx;
  margin: 0 20rpx;
  border: 2rpx solid #b0b0b0;
}

.center {
  width: 535rpx;
  text-align: center;
  font-size: 0;
  position: relative;
  left: -16rpx;
  margin-top: 30rpx;
}

.product-qrcode {
  width: 160rpx;
  height: 160rpx;
  margin-left:10rpx;
  margin-top:10rpx;
}

.product-defaultImage {
  display: block;
  width: 100%;
  height: 300rpx;
}

.product-0price-logo {
  width: 100%;
  height: 136rpx;
}

.product-name {
  color: #444444;
  text-align: center;
  font-size: 30rpx;
  margin-top: 30rpx;
  margin-bottom: 20rpx;
  /* line-height: 50rpx; */
  font-weight: bold;
  display: inherit;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: pre-wrap;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding: 0 40rpx;
  /* white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; */
}

.product-price {
  text-align: center;
  font-size: 34rpx;
  margin: 30rpx 0;
}

.price {
  display: inline;
  color: #b0b0b0;
  text-decoration:line-through;
  font-size: 24rpx;
}

.price0 {
  display: inline-block;
  margin-left: 10rpx;
  margin-right: 10rpx;
}

.dollarSign {
  font-family: SanFranciscoText-Bold;
  font-size: 24rpx;
  color: #D0021B;
  letter-spacing: -0.18px;
  text-align: center;
  font-weight: bold;
}

.textZero {
  font-family: SanFranciscoText-Bold;
  font-size: 48rpx;
  color: #D0021B;
  letter-spacing: -0.18px;
  text-align: center;
}

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

.product-tips-user {
  font-size: 23rpx;
  margin-bottom: 20rpx;
  color:white;
}

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

.product-miniqr {
  width: 450rpx;
  margin-left: 20rpx;
  margin-right: 20rpx;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: black;
}

.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;
}

.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-save-btn {
  width: 260rpx;
  height: 88rpx;
  background-color: #d0021b;
  border-radius: 10rpx;
  color: white;
  font-size: unset;
}

.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;
}

.desc {
  height: 260rpx;
  position: relative;

}