index.less 885 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. @charset "utf-8";
  2. #product-data-detail {
  3. padding: 15px;
  4. min-height: 100%;
  5. .detail {
  6. position: relative;
  7. margin-bottom: 15px;
  8. .info-img {
  9. position: absolute;
  10. left: 0;
  11. top: 0;
  12. width: 105px;
  13. }
  14. .info {
  15. padding-left: 115px;
  16. position: relative;
  17. .title {
  18. font-size: 16px;
  19. line-height: 24px;
  20. color: #303036;
  21. }
  22. .tags {
  23. .g-tag {
  24. margin-right: 5px;
  25. }
  26. }
  27. .data {}
  28. .g-money {
  29. position: absolute;
  30. bottom: 0;
  31. right: 0;
  32. }
  33. }
  34. }
  35. .desc {
  36. margin-bottom: 15px;
  37. }
  38. .fixed {
  39. position: fixed;
  40. bottom: 0;
  41. left: 0;
  42. right: 0;
  43. height: 64px;
  44. line-height: 64px;
  45. padding: 0 15px;
  46. border-top: 1px solid #eee;
  47. background: #fff;
  48. .fee {
  49. display: inline-block;
  50. }
  51. }
  52. }