experience.wxss 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  1. .exp-list.data-v-5164d016 {
  2. padding-bottom: 40rpx;
  3. }
  4. .section.data-v-5164d016 {
  5. border-bottom: 1rpx solid #E5E5E5;
  6. padding: 30rpx 0 40rpx;
  7. }
  8. .section.data-v-5164d016:first-child {
  9. padding-top: 10rpx;
  10. }
  11. .section.border-none.data-v-5164d016 {
  12. border-bottom: none;
  13. }
  14. .section .section-header.data-v-5164d016 {
  15. display: flex;
  16. justify-content: space-between;
  17. align-items: center;
  18. margin-bottom: 30rpx;
  19. }
  20. .section .section-header .section-title.data-v-5164d016 {
  21. font-size: 32rpx;
  22. font-weight: 600;
  23. color: #333333;
  24. }
  25. .section .section-header .icon-plus.data-v-5164d016 {
  26. width: 52rpx;
  27. height: 52rpx;
  28. border-radius: 50%;
  29. background-color: #F0F6FF;
  30. position: relative;
  31. border: none;
  32. transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  33. }
  34. .section .section-header .icon-plus.data-v-5164d016::before, .section .section-header .icon-plus.data-v-5164d016::after {
  35. content: "";
  36. position: absolute;
  37. top: 50%;
  38. left: 50%;
  39. transform: translate(-50%, -50%);
  40. background-color: #1F6CFF;
  41. border-radius: 2rpx;
  42. transition: background-color 0.2s;
  43. }
  44. .section .section-header .icon-plus.data-v-5164d016::before {
  45. width: 24rpx;
  46. height: 4rpx;
  47. }
  48. .section .section-header .icon-plus.data-v-5164d016::after {
  49. width: 4rpx;
  50. height: 24rpx;
  51. }
  52. .section .section-header .icon-plus.data-v-5164d016:active {
  53. background-color: #1F6CFF;
  54. transform: scale(0.92);
  55. }
  56. .section .section-header .icon-plus.data-v-5164d016:active::before, .section .section-header .icon-plus.data-v-5164d016:active::after {
  57. background-color: #FFFFFF;
  58. }
  59. .section .item-list.data-v-5164d016 {
  60. display: flex;
  61. flex-direction: column;
  62. }
  63. .section .item-list .empty-state.data-v-5164d016 {
  64. display: flex;
  65. flex-direction: column;
  66. align-items: center;
  67. justify-content: center;
  68. padding: 50rpx 0;
  69. background-color: #F8FAFF;
  70. border-radius: 20rpx;
  71. margin: 16rpx 0;
  72. border: 2rpx dashed #D6E4FF;
  73. }
  74. .section .item-list .empty-state .empty-icon.data-v-5164d016 {
  75. width: 72rpx;
  76. height: 72rpx;
  77. margin-bottom: 24rpx;
  78. }
  79. .section .item-list .empty-state .empty-text.data-v-5164d016 {
  80. font-size: 26rpx;
  81. color: #9AADD1;
  82. }
  83. .section .item-list .item.data-v-5164d016 {
  84. display: flex;
  85. justify-content: space-between;
  86. align-items: center;
  87. padding: 32rpx 28rpx;
  88. margin: 16rpx 0;
  89. background: linear-gradient(145deg, #F8FAFF 0%, #EFF4FF 100%);
  90. border: 2rpx solid #EAF0FF;
  91. border-radius: 20rpx;
  92. box-shadow: 0 4rpx 12rpx rgba(31, 108, 255, 0.04);
  93. transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  94. position: relative;
  95. }
  96. .section .item-list .item .icon-close.data-v-5164d016 {
  97. position: absolute;
  98. top: -12rpx;
  99. right: -12rpx;
  100. width: 32rpx;
  101. height: 32rpx;
  102. border-radius: 50%;
  103. background-color: #E6F0FF;
  104. display: flex;
  105. justify-content: center;
  106. align-items: center;
  107. z-index: 10;
  108. transition: all 0.2s;
  109. box-shadow: 0 2rpx 6rpx rgba(31, 108, 255, 0.1);
  110. }
  111. .section .item-list .item .icon-close.data-v-5164d016::before, .section .item-list .item .icon-close.data-v-5164d016::after {
  112. content: "";
  113. position: absolute;
  114. width: 14rpx;
  115. height: 3rpx;
  116. background-color: #6B93E0;
  117. border-radius: 2rpx;
  118. transition: all 0.2s;
  119. }
  120. .section .item-list .item .icon-close.data-v-5164d016::before {
  121. transform: rotate(45deg);
  122. }
  123. .section .item-list .item .icon-close.data-v-5164d016::after {
  124. transform: rotate(-45deg);
  125. }
  126. .section .item-list .item .icon-close.data-v-5164d016:active {
  127. background-color: #FFDEE0;
  128. transform: scale(0.9);
  129. }
  130. .section .item-list .item .icon-close.data-v-5164d016:active::before, .section .item-list .item .icon-close.data-v-5164d016:active::after {
  131. background-color: #FF4D4F;
  132. }
  133. .section .item-list .item.data-v-5164d016:active {
  134. background: #EAF2FF;
  135. transform: scale(0.98);
  136. box-shadow: 0 2rpx 6rpx rgba(31, 108, 255, 0.06);
  137. }
  138. .section .item-list .item .item-content.data-v-5164d016 {
  139. flex: 1;
  140. padding-right: 30rpx;
  141. }
  142. .section .item-list .item .item-content .title-row.data-v-5164d016 {
  143. display: flex;
  144. justify-content: space-between;
  145. align-items: flex-start;
  146. margin-bottom: 12rpx;
  147. }
  148. .section .item-list .item .item-content .title-row .item-title.data-v-5164d016 {
  149. font-size: 30rpx;
  150. font-weight: 600;
  151. color: #1A1A1A;
  152. line-height: 1.4;
  153. flex: 1;
  154. }
  155. .section .item-list .item .item-content .title-row .status-tags.data-v-5164d016 {
  156. display: flex;
  157. align-items: center;
  158. margin-left: 16rpx;
  159. }
  160. .section .item-list .item .item-content .title-row .status-tags .tag-hidden.data-v-5164d016 {
  161. font-size: 20rpx;
  162. color: #9AADD1;
  163. background-color: rgba(154, 173, 209, 0.12);
  164. padding: 4rpx 12rpx;
  165. border-radius: 6rpx;
  166. font-weight: 500;
  167. border: 1rpx solid rgba(154, 173, 209, 0.2);
  168. }
  169. .section .item-list .item .item-content .item-desc.data-v-5164d016 {
  170. display: flex;
  171. justify-content: space-between;
  172. align-items: center;
  173. margin-bottom: 0;
  174. margin-top: 12rpx;
  175. }
  176. .section .item-list .item .item-content .item-desc .desc-text.data-v-5164d016 {
  177. font-size: 26rpx;
  178. color: #555555;
  179. line-height: 1.5;
  180. flex: 1;
  181. }
  182. .section .item-list .item .item-content .item-desc .item-time.data-v-5164d016 {
  183. font-size: 24rpx;
  184. color: #666666;
  185. font-weight: 500;
  186. white-space: nowrap;
  187. margin-left: 20rpx;
  188. }
  189. .section .item-list .item .item-content .item-detail.data-v-5164d016 {
  190. font-size: 26rpx;
  191. color: #666666;
  192. line-height: 1.6;
  193. margin-top: 12rpx;
  194. display: -webkit-box;
  195. -webkit-box-orient: vertical;
  196. -webkit-line-clamp: 3;
  197. line-clamp: 3;
  198. overflow: hidden;
  199. }
  200. .section .item-list .item .arrow.data-v-5164d016 {
  201. width: 14rpx;
  202. height: 14rpx;
  203. border-right: 3rpx solid #9AADD1;
  204. border-top: 3rpx solid #9AADD1;
  205. transform: rotate(45deg);
  206. margin-left: 10rpx;
  207. border-radius: 2rpx;
  208. }
  209. .custom-modal.data-v-5164d016 {
  210. position: fixed;
  211. top: 0;
  212. left: 0;
  213. right: 0;
  214. bottom: 0;
  215. z-index: 999;
  216. visibility: hidden;
  217. opacity: 0;
  218. transition: all 0.3s;
  219. display: flex;
  220. justify-content: center;
  221. align-items: center;
  222. }
  223. .custom-modal.is-show.data-v-5164d016 {
  224. visibility: visible;
  225. opacity: 1;
  226. }
  227. .custom-modal.is-show .modal-content.data-v-5164d016 {
  228. transform: scale(1);
  229. opacity: 1;
  230. }
  231. .custom-modal .modal-mask.data-v-5164d016 {
  232. position: absolute;
  233. width: 100%;
  234. height: 100%;
  235. background-color: rgba(0, 0, 0, 0.4);
  236. }
  237. .custom-modal .modal-content.data-v-5164d016 {
  238. position: relative;
  239. width: 600rpx;
  240. background-color: #FFFFFF;
  241. border-radius: 24rpx;
  242. transform: scale(0.9);
  243. opacity: 0;
  244. transition: all 0.3s;
  245. overflow: hidden;
  246. }
  247. .custom-modal .modal-content .modal-title.data-v-5164d016 {
  248. font-size: 36rpx;
  249. font-weight: 600;
  250. color: #1A1A1A;
  251. text-align: center;
  252. padding: 40rpx 0 20rpx;
  253. }
  254. .custom-modal .modal-content .modal-body.data-v-5164d016 {
  255. font-size: 32rpx;
  256. color: #666666;
  257. text-align: center;
  258. padding: 0 40rpx 50rpx;
  259. line-height: 1.5;
  260. }
  261. .custom-modal .modal-content .modal-footer.data-v-5164d016 {
  262. display: flex;
  263. justify-content: space-between;
  264. align-items: center;
  265. padding: 0 40rpx 40rpx;
  266. }
  267. .custom-modal .modal-content .modal-footer view.data-v-5164d016 {
  268. flex: 1;
  269. height: 80rpx;
  270. display: flex;
  271. justify-content: center;
  272. align-items: center;
  273. font-size: 30rpx;
  274. font-weight: 500;
  275. border-radius: 40rpx;
  276. transition: all 0.25s;
  277. }
  278. .custom-modal .modal-content .modal-footer view.data-v-5164d016:active {
  279. transform: scale(0.96);
  280. }
  281. .custom-modal .modal-content .modal-footer .btn-cancel.data-v-5164d016 {
  282. background-color: #F0F4FC;
  283. color: #555555;
  284. margin-right: 24rpx;
  285. }
  286. .custom-modal .modal-content .modal-footer .btn-confirm.data-v-5164d016 {
  287. background: linear-gradient(135deg, #1F6CFF 0%, #0052D9 100%);
  288. color: #FFFFFF;
  289. box-shadow: 0 8rpx 16rpx rgba(31, 108, 255, 0.2);
  290. }