index.rpx.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. .swiper{
  2. height: 390rpx;
  3. }
  4. .swiperImgView{
  5. width: 750rpx;
  6. height: 390rpx;
  7. }
  8. .swiperImg{
  9. width: 750rpx;
  10. height: 390rpx;
  11. }
  12. .banner{
  13. margin-top: 10rpx;
  14. }
  15. .goods{
  16. padding: 10rpx 20rpx;
  17. }
  18. .goodsName{
  19. width: 710rpx;
  20. display: -webkit-box;
  21. -webkit-box-orient: vertical;
  22. -webkit-line-clamp: 2;
  23. overflow: hidden;
  24. text-overflow: ellipsis;
  25. margin-top: 10rpx;
  26. font-size: 30rpx;
  27. }
  28. .goodsImgTitle{
  29. width: 710rpx;
  30. display: -webkit-box;
  31. -webkit-box-orient: vertical;
  32. -webkit-line-clamp: 2;
  33. overflow: hidden;
  34. text-overflow: ellipsis;
  35. margin-top: 10rpx;
  36. font-size: 26rpx;
  37. color: #999999;
  38. }
  39. .goodsPrice{
  40. margin-top: 10rpx;
  41. font-size: 40rpx;
  42. color: red;
  43. }
  44. .aixinView{
  45. width: 40rpx;
  46. height: 40rpx;
  47. }
  48. .aixinImg{
  49. width: 40rpx;
  50. height: 40rpx;
  51. }
  52. .goodsDetail{
  53. height: 70rpx;
  54. line-height: 70rpx;
  55. font-size: 35rpx;
  56. }
  57. .goodsDetailImgView{
  58. }
  59. .goodsDetailImg{
  60. width: 750rpx;
  61. }
  62. .goods-carts {
  63. flex-direction: column;
  64. position: fixed;
  65. left: 0;
  66. right: 0;
  67. bottom: 0;
  68. }