index.scss 669 Bytes
Newer Older
FE committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
.bargain-popup__barcode {
  width: 300px;
  height: 185px;
  margin: 200px auto 20px;
  padding: 20px 0;
  border-radius: 3px;
  text-align: center;
  background-color: $bg_fff;
}

.bargain-popup__avatar {
  display: block;
  width: 40px;
  height: 40px;
  margin: -40px auto 0;
  border-radius: 50%;
  background-size: cover;
}

.bargain-popup__title {
  height: 16px;
  margin: 10px auto 0;
  font-size: 16px;
  color: $color_FF4000;
  line-height: 16px;
}

.bargain-popup__desc {
  height: 12px;
  margin: 10px auto 0;
  font-size: 12px;
  color: $color_666;
  line-height: 12px;
}

.bargain-popup__imgage {
FE committed
37
  display: block;
FE committed
38
  width: 106px;
FE committed
39
  margin: 15px auto 0;
FE committed
40
}