business.css 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. /**
  2. * 商品评价
  3. */
  4. .goods-comment-item {
  5. padding-bottom: 10rpx;
  6. }
  7. .goods-comment-item .avatar {
  8. width: 50rpx;
  9. height: 50rpx;
  10. border-radius: 50%;
  11. border: 1px solid #e2e2e2;
  12. }
  13. .goods-comment-item .base-nav {
  14. width: calc(100% - 90rpx);
  15. line-height: 50rpx;
  16. }
  17. .goods-comment-item .base-nav text:not(:last-child) {
  18. margin-right: 5rpx;
  19. }
  20. .goods-comment-item .base-content .content,
  21. .goods-comment-item .base-content .reply {
  22. line-height: 46rpx;
  23. }
  24. .goods-comment-item .base-content .images image {
  25. width: 100rpx;
  26. height: 100rpx;
  27. }
  28. .goods-comment-item .base-content .images image:not(:last-child) {
  29. margin-right: 10rpx;
  30. }
  31. /*
  32. * 面板信息 - 文本
  33. */
  34. .panel-item .panel-content .item:last-child {
  35. border: 0 !important;
  36. padding-bottom: 0 !important;
  37. }
  38. .panel-item .panel-content .item .title {
  39. width: 25%;
  40. }
  41. .panel-item .panel-content .item .content {
  42. width: calc(75% - 44rpx);
  43. min-height: 46rpx;
  44. word-wrap: break-word;
  45. word-break: normal;
  46. }
  47. .panel-item .panel-content .item .title,
  48. .panel-item .panel-content .item .content {
  49. line-height: 46rpx;
  50. }
  51. .panel-item-only .panel-content .item .content {
  52. width: 100%;
  53. }
  54. /*
  55. * 面板信息 - 图片
  56. */
  57. .panel-item .panel-content-images .item {
  58. margin: 20rpx 20rpx 0 0;
  59. }
  60. .panel-item .panel-content-images .item:last-child {
  61. margin-right: 0;;
  62. }
  63. .panel-item .panel-content-images .item image {
  64. width: 120rpx;
  65. height: 120rpx !important;
  66. }
  67. /**
  68. * 地址边线
  69. */
  70. .address-divider {
  71. height: 4px;
  72. background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAECAYAAADWIIyPAAAAkklEQVR42mP4jwR+7tr1/4OzM1Xwt46O/6SA3Yd//HeLeU0V3DXjE0H7GGCMvw8f/v/o5UUVT39KTPz/78cPoj398Omf/75Jb6ji6ZSyd/9//PxHnMdBjvyUlEQVT4MC7++DB0R7GuTIlPJ3VPE0KPAePvlDlL1gj3/r6qJaEv+5YwdJSbxn5meqJfGdh74TbS8A1dn662xhNdIAAAAASUVORK5CYII=");
  73. background-repeat-y: no-repeat;
  74. }
  75. /**
  76. * 支付html弹窗
  77. */
  78. .popup-pay-html-content {
  79. max-height: 80vh;
  80. overflow-y: scroll;
  81. overflow-x: hidden;
  82. }