style.scss 1.1 KB

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