user-orderaftersale-detail.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. /**
  2. * 商品
  3. */
  4. .goods-base {
  5. min-height: 160rpx;
  6. margin-left: 180rpx;
  7. }
  8. .goods-image {
  9. width: 160rpx;
  10. height: 160rpx;
  11. }
  12. .buy-number {
  13. right: 0;
  14. bottom: 0;
  15. }
  16. /**
  17. * 类型选择
  18. */
  19. .choose-type .choose-item {
  20. width: calc(50% - 55rpx);
  21. -webkit-transition: border-color .2s ease-in;
  22. -moz-transition: border-color .2s ease-in;
  23. -ms-transition: border-color .2s ease-in;
  24. -o-transition: border-color .2s ease-in;
  25. transition: border-color .2s ease-in;
  26. }
  27. /*
  28. * 售后信息
  29. */
  30. .msg-tips {
  31. background: #caecff;
  32. color: #0090dc;
  33. }
  34. .msg-tips-warning {
  35. background-color: #ffe1ca;
  36. color: #f37b1d;
  37. }
  38. .msg-tips-success {
  39. background-color: #c0efbf;
  40. color: #1AAD19;
  41. }
  42. .msg-tips-danger {
  43. background-color: #ffe0de;
  44. color: #dd514c;
  45. }
  46. .msg-tips .msg-a {
  47. color: #d2354c;
  48. }
  49. .msg-tips-danger .msg-a {
  50. color: #136ed9;
  51. }
  52. /*
  53. * 退货地址
  54. */
  55. .msg-tips button {
  56. height: 60rpx;
  57. line-height: 60rpx;
  58. padding: 0 20rpx;
  59. font-size: 24rpx;
  60. }
  61. /**
  62. * 搜索
  63. */
  64. .search input {
  65. width: calc(100% - 328rpx);
  66. border-top-right-radius: 0 !important;
  67. border-bottom-right-radius: 0 !important;
  68. height: 52rpx;
  69. line-height: 52rpx;
  70. border-width: 1px;
  71. border-style: solid;
  72. padding-top: 0;
  73. padding-bottom: 0;
  74. }
  75. .search-btn {
  76. top: 20rpx;
  77. right: 20rpx;
  78. }
  79. .search-btn button {
  80. width: 150rpx;
  81. padding: 0;
  82. height: 57rpx;
  83. line-height: 57rpx;
  84. }
  85. .search-btn button:first-child {
  86. border-top-left-radius: 0 !important;
  87. border-bottom-left-radius: 0 !important;
  88. background: #ff8c00;
  89. border: 1px solid #ff8c00;
  90. }
  91. .search-btn button:last-child {
  92. background: #483E39;
  93. border: 1px solid #483E39;
  94. margin-left: 20rpx;
  95. }
  96. /**
  97. * 头部
  98. */
  99. .header {
  100. padding: 20rpx 10rpx;
  101. font-size: 24rpx;
  102. }
  103. .shop-logo {
  104. width: 280rpx;
  105. }
  106. .base-bottom image {
  107. width: 28rpx;
  108. height: 28rpx;
  109. }
  110. .header .base {
  111. width: calc(100% - 320rpx);
  112. }
  113. .shop-title {
  114. line-height: 40rpx;
  115. }
  116. /**
  117. * 客服
  118. */
  119. .plugins-intellectstools-service {
  120. width: 400rpx;
  121. left: 40rpx;
  122. top: 380rpx;
  123. z-index: 2;
  124. font-size: 24rpx;
  125. -webkit-box-shadow: 0 10px 10px rgb(0 0 0 / 30%);
  126. box-shadow: 0 10px 10px rgb(0 0 0 / 30%);
  127. }
  128. .plugins-intellectstools-service .item:first-child {
  129. border-top: 0 !important;
  130. }
  131. .plugins-intellectstools-service .qrcode .item:not(:last-child) {
  132. margin-right: 20rpx;
  133. }
  134. .plugins-intellectstools-service image {
  135. width: 130rpx;
  136. height: 130rpx;
  137. }
  138. .plugins-intellectstools-service .chat-info image {
  139. width: 40rpx;
  140. height: 40rpx;
  141. }