snapshootShare.wxss 3.03 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: 4rpx solid #b0b0b0;
}

.center {
  width: 100%;
  text-align: center;
  font-size: 0;
}

.product-qrcode {
  width: 160rpx;
  height: 160rpx;
}

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

.product-0price-logo {
  width: 250rpx;
  height: 122rpx;
}

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

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

.price {
  display: inline;
  vertical-align: 8rpx;
  color: #b0b0b0;
  text-decoration:line-through;
}

.price0 {
  display: inline-block;
  width: 100rpx;
  height: 42rpx;
  margin-left: 10rpx;
}

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

.product-tips-user {
  font-size: 25rpx;
  margin-bottom: 20rpx
}

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

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

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