您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347
  1. @import '../../style/etc.wxss';
  2. .handleCar {
  3. background-color: #f6f6f6ff;
  4. position: absolute;
  5. width: 100%;
  6. height: 100%;
  7. }
  8. .handleCar .top {
  9. display: flex;
  10. flex-direction: column;
  11. background-color: #fff;
  12. padding: 32rpx;
  13. margin-bottom: 24rpx;
  14. border-radius: 12rpx;
  15. }
  16. .upload-gap {
  17. display: grid;
  18. row-gap: 28rpx;
  19. column-gap: 24rpx;
  20. grid-template-columns: 1fr 1fr;
  21. }
  22. .handleCar .top .title {
  23. font-weight: 500;
  24. font-size: 32rpx;
  25. color: #333333;
  26. margin-bottom: 26rpx;
  27. display: flex;
  28. align-items: center;
  29. }
  30. .handleCar .top .title .line {
  31. display: inline-block;
  32. position: relative;
  33. color: #3E7DF5;
  34. width: 8rpx;
  35. height: 28rpx;
  36. background-color: #3E7DF5;
  37. border-radius: 4rpx;
  38. margin-right: 16rpx;
  39. }
  40. .handleCar .bottom {
  41. height: 380rpx;
  42. display: flex;
  43. flex-direction: column;
  44. background-color: #fff;
  45. padding: 32rpx;
  46. }
  47. .handleCar .bottom .title {
  48. font-family: PingFang SC, PingFang SC;
  49. font-weight: 500;
  50. font-size: 32rpx;
  51. color: #333333;
  52. display: flex;
  53. align-items: center;
  54. }
  55. .handleCar .bottom .title .line {
  56. display: inline-block;
  57. position: relative;
  58. color: #00b38b;
  59. width: 8rpx;
  60. height: 28rpx;
  61. background-color: #00b38b;
  62. border-radius: 4rpx;
  63. margin-right: 16rpx;
  64. }
  65. .handleCar .bottom .plate_color {
  66. position: relative;
  67. display: flex;
  68. flex-wrap: wrap;
  69. align-items: center;
  70. padding: 16rpx 0;
  71. }
  72. .handleCar .bottom .plate_color .plateColorList {
  73. position: relative;
  74. margin: 20rpx 20rpx 0 0;
  75. }
  76. .handleCar .bottom .plate_color .plateColorList .checkplateColor {
  77. position: absolute;
  78. bottom: -8rpx;
  79. right: -8rpx;
  80. }
  81. .handleCar .btn {
  82. width: 100%;
  83. height: 140rpx;
  84. position: fixed;
  85. bottom: 0rpx;
  86. background-color: #fff;
  87. display: flex;
  88. justify-content: center;
  89. align-items: center;
  90. }
  91. .block-bg {
  92. margin: 32rpx 32rpx 0;
  93. }
  94. .t-tab-bar {
  95. display: flex;
  96. flex-wrap: nowrap;
  97. align-items: center;
  98. position: fixed;
  99. left: 0;
  100. bottom: 0;
  101. right: 0;
  102. z-index: 99;
  103. display: flex;
  104. padding-bottom: constant(safe-area-inset-bottom);
  105. padding-bottom: env(safe-area-inset-bottom);
  106. background-color: #fff;
  107. }
  108. .t-tab-bar--padding {
  109. padding: 16rpx 40rpx 24rpx 40rpx;
  110. width: 100%;
  111. }
  112. .bottom-btn {
  113. color: #fff;
  114. height: 88rpx;
  115. font-size: 32rpx;
  116. border-radius: 88rpx;
  117. background: #47D03C;
  118. }
  119. .row-center {
  120. display: flex;
  121. flex-direction: row;
  122. align-items: center;
  123. justify-content: center;
  124. }
  125. .isAgainActive {
  126. opacity: 0.75;
  127. }
  128. .item-row {
  129. height: 240rpx;
  130. display: flex;
  131. justify-content: space-between;
  132. background: white;
  133. padding: 32rpx;
  134. border-radius: 18rpx;
  135. box-sizing: border-box;
  136. }
  137. .item-left .title {
  138. font-size: 34rpx;
  139. color: #000000;
  140. }
  141. .item-left .desc {
  142. font-size: 24rpx;
  143. color: #A1A7B3;
  144. margin-top: 16rpx;
  145. }
  146. .item-left .flag {
  147. width: 100rpx;
  148. height: 30rpx;
  149. line-height: 30rpx;
  150. margin-top: 20rpx;
  151. border-radius: 5rpx;
  152. text-align: center;
  153. font-size: 20rpx;
  154. border: 1rpx solid #CCB375;
  155. font-family: SourceHanSansSC, SourceHanSansSC;
  156. color: #CCB375;
  157. }
  158. .item-right {
  159. width: 288rpx;
  160. height: 174rpx;
  161. position: relative;
  162. }
  163. .item-right .image {
  164. position: relative;
  165. z-index: 10;
  166. width: 100%;
  167. height: 174rpx;
  168. }
  169. .empty-node {
  170. position: absolute;
  171. z-index: 0;
  172. width: 100%;
  173. height: 100%;
  174. }
  175. .hint {
  176. display: flex;
  177. flex-direction: row;
  178. justify-content: center;
  179. font-size: 24rpx;
  180. color: #F58E27;
  181. line-height: 38rpx;
  182. margin-top: 26rpx;
  183. margin-left: 40rpx;
  184. margin-right: 40rpx;
  185. align-items: center;
  186. }
  187. .bubble {
  188. position: relative;
  189. /* 为伪元素定位提供参考 */
  190. background: #FFF7EF;
  191. /* 气泡背景色(浅橙色) */
  192. color: #FF8124;
  193. /* 文字颜色(橙色) */
  194. padding: 16rpx 20rpx;
  195. /* 内边距,控制文字与气泡边缘的距离 */
  196. border-radius: 8rpx;
  197. /* 气泡圆角 */
  198. line-height: 1.5;
  199. /* 文字行高,提升可读性 */
  200. font-size: 28rpx;
  201. margin-top: 24rpx;
  202. font-size: 24rpx;
  203. border: 1rpx solid #FCE8D3;
  204. }
  205. /* 顶部三角:用透明边框+底部实色边框实现三角形 */
  206. .bubble::before {
  207. content: "";
  208. /* 伪元素必须有content(空值也可) */
  209. position: absolute;
  210. top: -16rpx;
  211. /* 三角向上“突出”容器,值为三角高度 */
  212. left: 75%;
  213. /* 水平居中定位 */
  214. transform: translateX(-75%);
  215. /* 精细居中(抵消left:50%的偏移) */
  216. width: 0;
  217. height: 0;
  218. /* 边框实现三角形:左右透明,底部与气泡背景同色 */
  219. border-left: 16rpx solid transparent;
  220. border-right: 16rpx solid transparent;
  221. border-bottom: 16rpx solid #FFF7EF;
  222. }
  223. .hint .icon {
  224. width: 30rpx;
  225. height: 30rpx;
  226. margin-right: 10rpx;
  227. }
  228. .btn {
  229. margin: 60rpx 40rpx;
  230. }
  231. .bottom-bg {
  232. left: 40rpx;
  233. right: 40rpx;
  234. background-color: #3E7DF5;
  235. }
  236. .emty-block {
  237. height: 220rpx;
  238. }
  239. page {
  240. background-color: #F4F5F9;
  241. padding-bottom: 200rpx;
  242. }
  243. .bg {
  244. padding: 32rpx;
  245. box-sizing: border-box;
  246. }
  247. .card {
  248. padding: 32rpx;
  249. background: #FFFFFF;
  250. border-radius: 24rpx;
  251. margin-bottom: 24rpx;
  252. }
  253. .card-title {
  254. font-size: 32rpx;
  255. color: #000000;
  256. line-height: 44rpx;
  257. }
  258. .line {
  259. width: 100%;
  260. height: 1rpx;
  261. background-color: #E5E5E5;
  262. }
  263. .etc-bg {
  264. height: 112rpx;
  265. display: flex;
  266. flex-direction: row;
  267. align-items: center;
  268. justify-self: start;
  269. }
  270. .send-bg {
  271. opacity: 1;
  272. font-size: 32rpx;
  273. color: #3EC134;
  274. line-height: 44rpx;
  275. padding-right: 36rpx;
  276. }
  277. .send-disabled {
  278. color: #000;
  279. opacity: 0.2;
  280. }
  281. .input {
  282. width: 256rpx !important;
  283. }