index.wxss 3.6 KB

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