style.scss 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. @import "../../style/common";
  2. @import "../../style/font";
  3. /* 商品模块 */
  4. $shop-size:130upx;
  5. .shop-item{
  6. height: $shop-size;
  7. margin-top: 30upx;
  8. }
  9. /* 商品模块 */
  10. /* 商品图片 */
  11. .layout-shop-image{
  12. width: $shop-size;
  13. height: $shop-size;
  14. border-radius: 10upx;
  15. }
  16. .layout-shop-background{
  17. width: 100%;
  18. height: 100%;
  19. z-index: 999;
  20. }
  21. .shop-logo-warp{
  22. left: 5upx;
  23. top: 0;
  24. font-size: 20upx;
  25. line-height: 20upx;
  26. color: #967010;
  27. z-index: 9999;
  28. }
  29. .shop-logo-name{
  30. transform: scale(0.45) translate(-70%,0%);
  31. }
  32. .layout-shop-logo{
  33. width:18upx;
  34. height:18upx;
  35. margin-right:8upx;
  36. }
  37. .shop-image{
  38. top: 0;
  39. left: 0;
  40. right: 0;
  41. bottom: 0;
  42. }
  43. /* 商品图片 */
  44. /* 商品内容 */
  45. .shop-item-content{
  46. margin-left: 25upx;
  47. font-size: 28upx;
  48. color: #333;
  49. line-height: 38upx;
  50. font-weight: 500;
  51. }
  52. .shop-item-title{
  53. max-height: 76upx;
  54. }
  55. .shop-item-title-1{
  56. max-height: 38upx !important;
  57. }
  58. .shop-price-group{
  59. font-size: 32upx;
  60. color: #333;
  61. line-height: 40upx;
  62. }
  63. .shop-price-em{
  64. font-size: 24upx;
  65. margin-right: 6upx;
  66. }
  67. .shop-close-container{
  68. color: #333;
  69. font-size: 30upx;
  70. line-height: 34upx;
  71. font-weight: 400;
  72. }
  73. .shop-item-label{
  74. width: 85rpx;
  75. height: 32rpx;
  76. margin-top: 5upx;
  77. background-color: #FC3538;
  78. border-radius: 6upx;
  79. font-weight: 400;
  80. color: #fff;
  81. font-size: 22upx;
  82. line-height: 25upx;
  83. }
  84. .shop-close{
  85. font-size: 22upx;
  86. font-weight: bold;
  87. position: relative;
  88. }
  89. .shop-periods{
  90. margin-left: 6upx;
  91. }
  92. /* 商品内容 */