index.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  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. .aftersale {
  53. width: 100%;
  54. position: relative;
  55. top: 340rpx;
  56. margin-bottom: 80rpx;
  57. }
  58. .aftersale .aftersale_item {
  59. width: 90%;
  60. margin: 0 auto 30rpx;
  61. box-shadow: 0 0 10rpx #bcb9ca;
  62. padding: 30rpx 20rpx 20rpx;
  63. position: relative;
  64. box-sizing: border-box;
  65. }
  66. .aftersale .aftersale_item .aftersale_item_title {
  67. width: 100%;
  68. }
  69. .aftersale .aftersale_item .aftersale_item_title ._span {
  70. margin-left: 16rpx;
  71. font-weight: 700;
  72. }
  73. .aftersale .aftersale_item .aftersale_item_con {
  74. width: 92%;
  75. margin-left: 8%;
  76. margin-top: 20rpx;
  77. }
  78. .aftersale .aftersale_item .aftersale_item_con ._p {
  79. height: 48rpx;
  80. font-size: 24rpx;
  81. color: #BEBEBE;
  82. }
  83. .aftersale .aftersale_item .aftersale_item_operate {
  84. width: 70%;
  85. display: -webkit-box;
  86. display: -webkit-flex;
  87. display: flex;
  88. margin: 18rpx 0 0 30%;
  89. }
  90. .aftersale .aftersale_item .aftersale_item_operate button {
  91. width: 130rpx;
  92. padding: 0;
  93. font-size: 24rpx;
  94. color: #FFFFFF;
  95. }
  96. .aftersale .aftersale_item .aftersale_item_operate .fault {
  97. background-color: #F78E01;
  98. }
  99. .aftersale .aftersale_item .aftersale_item_operate .imgs {
  100. background-color: #71CD9A;
  101. }
  102. .aftersale .aftersale_item .aftersale_item_operate .video {
  103. background-color: #53C6E6;
  104. }
  105. .aftersale .aftersale_item .aftersale_item_operate .none {
  106. background-color: #F3F3F3;
  107. color: #B4B4B4;
  108. }
  109. .aftersale .aftersale_item .aftersale_item_icon {
  110. position: absolute;
  111. top: 0;
  112. right: 36rpx;
  113. }
  114. .aftersale .aftersale_item .aftersale_item_icon image {
  115. width: 68rpx;
  116. height: 64rpx;
  117. }
  118. .model {
  119. width: 90%;
  120. }
  121. .model .model_box {
  122. width: 90%;
  123. margin: 40rpx auto 48rpx;
  124. display: -webkit-box;
  125. display: -webkit-flex;
  126. display: flex;
  127. -webkit-box-pack: center;
  128. -webkit-justify-content: center;
  129. justify-content: center;
  130. }
  131. .top {
  132. position: fixed;
  133. right: 30px;
  134. bottom: 100px;
  135. z-index: 100;
  136. }
  137. .top image {
  138. width: 100rpx;
  139. height: 100rpx;
  140. }
  141. .addindent {
  142. width: 100%;
  143. position: fixed;
  144. bottom: 0;
  145. left: 0;
  146. height: 80rpx;
  147. text-align: center;
  148. line-height: 80rpx;
  149. background-color: #71cd9a;
  150. color: #ffffff;
  151. font-size: 16px;
  152. }