orderallot-detail.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. /*
  2. * 地址信息
  3. */
  4. .address-base,
  5. .address-detail {
  6. padding: 10rpx 0;
  7. }
  8. .address-detail .icon {
  9. width: 30rpx;
  10. height: 35rpx !important;
  11. }
  12. .address-detail .text {
  13. width: calc(100% - 40rpx);
  14. }
  15. .address-detail .text {
  16. line-height: 36rpx;
  17. }
  18. .no-address {
  19. height: 85rpx;
  20. line-height: 85rpx;
  21. }
  22. .address-alias,
  23. .address-map-submit {
  24. padding: 0 15rpx;
  25. line-height: 40rpx;
  26. }
  27. .address-map-submit {
  28. }
  29. /*
  30. * 商品信息
  31. */
  32. .goods-base {
  33. min-height: 160rpx;
  34. margin-left: 180rpx;
  35. }
  36. .goods .goods-item:last-child {
  37. border-bottom: 0;
  38. }
  39. .goods-image {
  40. width: 160rpx;
  41. height: 160rpx;
  42. }
  43. .orderaftersale-btn-text {
  44. right: 0;
  45. bottom: 0;
  46. z-index: 1;
  47. }
  48. /*
  49. * 虚拟销售信息
  50. */
  51. .site-fictitious .panel-content .tips-value {
  52. color: #f37b1d;
  53. background-color: #fff2e9;
  54. border-color: #ffebdb;
  55. }
  56. .site-fictitious .panel-content .left-image {
  57. width: 80rpx;
  58. height: 80rpx;
  59. }
  60. .site-fictitious .panel-content .right-value {
  61. width: calc(100% - 100rpx);
  62. }
  63. /*
  64. * 自提信息
  65. */
  66. .site-extraction .panel-content .qrcode {
  67. width: 260rpx;
  68. height: 260rpx;
  69. }