style.scss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. /* 商品模块 */
  2. $shop-size:150upx;
  3. .shop-item{
  4. height: $shop-size;
  5. }
  6. /* 商品模块 */
  7. /* 商品图片 */
  8. .layout-shop-image{
  9. width: $shop-size;
  10. height: $shop-size;
  11. }
  12. .layout-shop-background{
  13. width: 100%;
  14. height: 100%;
  15. z-index: 999;
  16. }
  17. .shop-logo-warp{
  18. left: 5upx;
  19. top: 0;
  20. font-size: 20upx;
  21. line-height: 20upx;
  22. color: #967010;
  23. z-index: 9999;
  24. }
  25. .shop-logo-name{
  26. transform: scale(0.45) translate(-70%,0%);
  27. }
  28. .layout-shop-logo{
  29. width:18upx;
  30. height:18upx;
  31. margin-right:8upx;
  32. }
  33. .shop-image{
  34. top: 0;
  35. left: 0;
  36. right: 0;
  37. bottom: 0;
  38. }
  39. /* 商品图片 */
  40. /* 商品内容 */
  41. .shop-item-content{
  42. margin-left: 20upx;
  43. font-size: 28upx;
  44. color: #333;
  45. line-height: 38upx;
  46. font-weight: 500;
  47. }
  48. .shop-item-title{
  49. max-height: 76upx;
  50. }
  51. .shop-price-group{
  52. font-size: 32upx;
  53. color: #333;
  54. line-height: 40upx;
  55. }
  56. .shop-price-em{
  57. font-size: 24upx;
  58. margin-right: 6upx;
  59. }
  60. .shop-close-container{
  61. color: #999999;
  62. font-size: 28upx;
  63. line-height: 32upx;
  64. font-weight: 400;
  65. }
  66. .shop-close{
  67. font-size: 22upx;
  68. font-weight: bold;
  69. position: relative;
  70. top: 1upx;
  71. }
  72. /* 商品内容 */
  73. /* 购物车特殊配置 */
  74. .layout-shop-item-car .shop-price-group{
  75. color: #FE4545;
  76. }
  77. /* 购物车特殊配置 */