index.wxss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .expertimages {
  28. width: 100%;
  29. height: 154rpx;
  30. position: fixed;
  31. top: 88px;
  32. z-index: 100;
  33. }
  34. .aftersale_search {
  35. position: fixed;
  36. z-index: 100;
  37. top: 104rpx;
  38. right: 20rpx;
  39. }
  40. .aftersale_search .sp_icon {
  41. font-size: 36rpx;
  42. margin-left: 16rpx;
  43. }
  44. .aftersaleTF {
  45. width: 100%;
  46. position: relative;
  47. top: 340rpx;
  48. text-align: center;
  49. padding-top: 40rpx;
  50. font-size: 20px;
  51. }
  52. .loading {
  53. position: fixed;
  54. top: 440px;
  55. width: 95%;
  56. left: 2.5%;
  57. text-align: center;
  58. }
  59. .loading .img {
  60. width: 300rpx;
  61. height: 40rpx;
  62. }
  63. .inputs {
  64. height: 54rpx;
  65. background-color: #E4E4E4;
  66. border-radius: 27rpx;
  67. position: absolute;
  68. right: 20rpx;
  69. top: 24rpx;
  70. transition: width 0.5s;
  71. overflow: hidden;
  72. padding-top: 8rpx;
  73. box-sizing: border-box;
  74. }
  75. .inputs .inputbox {
  76. width: 85%;
  77. text-indent: 1rem;
  78. font-size: 26rpx;
  79. }
  80. .inputs .icon {
  81. position: absolute;
  82. top: 8rpx;
  83. right: 26rpx;
  84. }
  85. .aftersale {
  86. width: 100%;
  87. position: relative;
  88. top: 340rpx;
  89. margin-bottom: 80rpx;
  90. }
  91. .aftersale .aftersale_item {
  92. width: 90%;
  93. margin: 0 auto 30rpx;
  94. box-shadow: 0 0 10rpx #bcb9ca;
  95. padding: 30rpx 20rpx 20rpx;
  96. position: relative;
  97. box-sizing: border-box;
  98. }
  99. .aftersale .aftersale_item .aftersale_item_title {
  100. width: 100%;
  101. }
  102. .aftersale .aftersale_item .aftersale_item_title ._span {
  103. margin-left: 16rpx;
  104. font-weight: 700;
  105. }
  106. .aftersale .aftersale_item .aftersale_item_con {
  107. width: 92%;
  108. margin-left: 8%;
  109. margin-top: 20rpx;
  110. }
  111. .aftersale .aftersale_item .aftersale_item_con ._p {
  112. line-height: 48rpx;
  113. font-size: 24rpx;
  114. color: #7d7d7d;
  115. }
  116. .aftersale .aftersale_item .aftersale_item_operate {
  117. width: 100%;
  118. display: flex;
  119. justify-content: space-between;
  120. margin-top: 20rpx;
  121. }
  122. .aftersale .aftersale_item .aftersale_item_operate .aftersale_item_operate_btn {
  123. display: flex;
  124. }
  125. .aftersale .aftersale_item .aftersale_item_operate .aftersale_item_operate_tiem {
  126. height: 60rpx;
  127. padding-top: 30rpx;
  128. color: #BEBEBE;
  129. font-size: 12px;
  130. box-sizing: border-box;
  131. }
  132. .aftersale .aftersale_item .aftersale_item_operate button {
  133. width: 130rpx;
  134. padding: 0;
  135. font-size: 24rpx;
  136. color: #FFFFFF;
  137. margin-left: 20rpx;
  138. }
  139. .aftersale .aftersale_item .aftersale_item_operate .fault {
  140. background-color: #F78E01;
  141. }
  142. .aftersale .aftersale_item .aftersale_item_operate .imgs {
  143. background-color: #71CD9A;
  144. }
  145. .aftersale .aftersale_item .aftersale_item_operate .video {
  146. background-color: #53C6E6;
  147. }
  148. .aftersale .aftersale_item .aftersale_item_operate .none {
  149. background-color: #F3F3F3;
  150. color: #B4B4B4;
  151. }
  152. .aftersale .aftersale_item .aftersale_item_icon {
  153. position: absolute;
  154. top: 0;
  155. right: 36rpx;
  156. }
  157. .aftersale .aftersale_item .aftersale_item_icon image {
  158. width: 68rpx;
  159. height: 64rpx;
  160. }
  161. .model {
  162. width: 90%;
  163. }
  164. .model .model_box {
  165. width: 90%;
  166. margin: 40rpx auto 48rpx;
  167. display: flex;
  168. justify-content: center;
  169. }
  170. .top {
  171. position: fixed;
  172. right: 30px;
  173. bottom: 100px;
  174. z-index: 100;
  175. }
  176. .top image {
  177. width: 100rpx;
  178. height: 100rpx;
  179. }
  180. .addindent {
  181. width: 100%;
  182. position: fixed;
  183. bottom: 0;
  184. left: 0;
  185. height: 80rpx;
  186. text-align: center;
  187. line-height: 80rpx;
  188. background-color: #71cd9a;
  189. color: #ffffff;
  190. font-size: 16px;
  191. }