酷店app

index.css 1.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. body{
  2. width: 100%;min-height: 100vh;background: #fff;
  3. }
  4. .hotList .hint{
  5. font-size: 0.14rem;
  6. text-align: center;
  7. padding-top: 1rem;
  8. }
  9. .hotList li{
  10. width: 100%;height: 1.3rem;border-top: 0.01rem solid #F4F4F4;display: flex;align-items: center;position: relative;
  11. }
  12. .hotList li .topImg{
  13. width: 0.23rem;position: absolute;top: 0.1rem;left: 0.28rem;
  14. }
  15. .hotList li .shopImg{
  16. width: 1.1rem;height: 1.1rem;border-radius: 0.05rem;margin-left: 0.2rem;
  17. }
  18. .hotList li .shopCon{
  19. padding-left: 0.09rem;width: 2.3rem;
  20. }
  21. .hotList li .shopCon h3{
  22. color: #333;font-size: 0.15rem;line-height: 0.19rem;
  23. overflow:hidden;
  24. text-overflow:ellipsis;
  25. white-space:nowrap
  26. }
  27. .hotList li .shopCon .shop{
  28. display: flex;align-items: center;color: #8D8A8A;font-size: 0.11rem;line-height: 0.16rem;margin-top: 0.06rem;
  29. }
  30. .hotList li .shopCon img{
  31. width: 0.14rem;height: 0.14rem;margin-right: 0.03rem;
  32. }
  33. .hotList li .shopCon .shop_price{
  34. color: #4A4A4A;font-size: 0.12rem;line-height: 0.17rem;margin-top: 0.1rem;
  35. }
  36. .hotList li .shopCon .shop_price em{
  37. font-size: 0.16rem;
  38. }
  39. .hotList li .shopCon .shop_price span{
  40. color: #FF7D00;
  41. }
  42. .hotList li .shopCon .shop_sales_volume{
  43. width: 0.9rem;height: 0.18rem;background: url(./img/sales_volume.png) no-repeat;background-size:100%; color: #fff;font-size: 0.11rem;line-height: 0.18rem;text-align: center;margin-top: 0.09rem;padding-left: 0.1rem;box-sizing: border-box;
  44. }