details.wxss 764 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /* pages/details/details.wxss */
  2. .detail_pic {
  3. display: flex;
  4. justify-content: center;
  5. }
  6. /* 用户展示 */
  7. .seller {
  8. margin-top: 20rpx;
  9. width: 100%;
  10. }
  11. .seller_msg {
  12. position: relative;
  13. }
  14. .commodity_name {
  15. position: absolute;
  16. top: 10rpx;
  17. left: 160rpx;
  18. font-weight: 600;
  19. }
  20. .price {
  21. position: absolute;
  22. top: 55rpx;
  23. left: 160rpx;
  24. color: #a08016;
  25. font-weight: 600;
  26. }
  27. .seller_name {
  28. position: absolute;
  29. top: 90rpx;
  30. left: 160rpx;
  31. font-weight: 300;
  32. }
  33. /* 商品信息展示 */
  34. .sell_msg {
  35. margin-top: 15rpx;
  36. margin-left: 10rpx;
  37. }
  38. .sell_title {
  39. font-size: 35rpx;
  40. }
  41. .sell_detail {
  42. font-size: 25rpx;
  43. color: #808080;
  44. }
  45. /* 推荐商品 */
  46. .recommend {
  47. margin-top: 30rpx;
  48. }