金诚优选前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
1.5 KiB

  1. #coupon-goods {
  2. .commodity-bottom{
  3. //height: 100%;
  4. font-size: 0;
  5. box-sizing: border-box;
  6. padding: 0 5px 20px 5px;
  7. .commodity-out{
  8. width: 50%;
  9. display: inline-block;
  10. font-size: 12px;
  11. padding: 10px 5px 0 5px;
  12. box-sizing: border-box;
  13. .commodity-box{
  14. background: #ffffff;
  15. overflow: hidden;
  16. width: 100%;
  17. padding: 10px;
  18. box-sizing: border-box;
  19. font-size: 14px;
  20. .commodity-img {
  21. overflow: hidden;
  22. image{
  23. width: 100%;
  24. //height: 310rpx;
  25. }
  26. }
  27. .commodity-name{
  28. overflow: hidden;
  29. text-overflow: ellipsis;
  30. white-space: nowrap;
  31. }
  32. .commodity-money{
  33. display: flex;
  34. margin-top: 10px;
  35. overflow: hidden;
  36. text-overflow: ellipsis;
  37. white-space: nowrap;
  38. height: 25px;
  39. .money{
  40. color: #ED3327;
  41. margin-top: 2px;
  42. }
  43. .discount-tags{
  44. font-size: 0;
  45. overflow: hidden;
  46. .tags-item{
  47. display: block;
  48. float: left;
  49. color: #ffffff;
  50. background: #C9171D;
  51. border-radius: 2px;
  52. padding: 2px;
  53. font-size: 12px;
  54. margin: 0 0 5px 5px;
  55. }
  56. }
  57. }
  58. }
  59. }
  60. .loadingbox{
  61. margin-top: 10px;
  62. height: 40px;
  63. line-height: 40px;
  64. text-align: center;
  65. font-size:14px;
  66. }
  67. }
  68. }