1
0

index.scss 726 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .u-original-price {
  2. font-size: 22upx;
  3. color: #999999;
  4. text-decoration:line-through;
  5. }
  6. .u-price {
  7. font-size: 26upx;
  8. }
  9. .u-goods {
  10. width: 260upx;
  11. margin-right: 5upx;
  12. padding: 0 20upx 10upx 20upx;
  13. background-color: #ffffff;
  14. }
  15. .u-cover {
  16. width: 220upx;
  17. height: 220upx;
  18. }
  19. .u-goods-name {
  20. font-size: 25upx;
  21. color: #353535;
  22. margin-top: 10upx;
  23. }
  24. .u-margin {
  25. margin-top: 5upx;
  26. }
  27. .u-cover-box {
  28. position: relative;
  29. margin-top: 20upx;
  30. width: 220upx;
  31. height: 220upx;
  32. }
  33. .u-out-dialog {
  34. width: 220upx;
  35. height: 220upx;
  36. position: absolute;
  37. top: 0;
  38. left: 0;
  39. z-index: 10;
  40. background-color: rgba(0,0,0,.5);
  41. }
  42. .u-pic {
  43. width: 220upx;
  44. height: 220upx;
  45. }
  46. .u-price-box {
  47. vertical-align:middle;
  48. }