index.css 44 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676
  1. /**
  2. * 这里是uni-app内置的常用样式变量
  3. *
  4. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  5. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  6. *
  7. */
  8. /**
  9. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  10. *
  11. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  12. */
  13. /* 颜色变量 */
  14. /* 行为相关颜色 */
  15. /* 文字基本颜色 */
  16. /* 背景颜色 */
  17. /* 边框颜色 */
  18. /* 尺寸变量 */
  19. /* 文字尺寸 */
  20. /* 图片尺寸 */
  21. /* Border Radius */
  22. /* 水平间距 */
  23. /* 垂直间距 */
  24. /* 透明度 */
  25. /* 文章场景相关 */
  26. uni-view[data-v-ac70166d], uni-scroll-view[data-v-ac70166d], uni-swiper-item[data-v-ac70166d] {
  27. display: flex;
  28. flex-direction: column;
  29. flex-shrink: 0;
  30. flex-grow: 0;
  31. flex-basis: auto;
  32. align-items: stretch;
  33. align-content: flex-start;
  34. }
  35. @font-face {
  36. font-family: "uicon-iconfont";
  37. src: url("https://at.alicdn.com/t/font_2225171_8kdcwk4po24.ttf") format("truetype");
  38. }
  39. .u-icon[data-v-ac70166d] {
  40. display: flex;
  41. align-items: center;
  42. }
  43. .u-icon--left[data-v-ac70166d] {
  44. flex-direction: row-reverse;
  45. align-items: center;
  46. }
  47. .u-icon--right[data-v-ac70166d] {
  48. flex-direction: row;
  49. align-items: center;
  50. }
  51. .u-icon--top[data-v-ac70166d] {
  52. flex-direction: column-reverse;
  53. justify-content: center;
  54. }
  55. .u-icon--bottom[data-v-ac70166d] {
  56. flex-direction: column;
  57. justify-content: center;
  58. }
  59. .u-icon__icon[data-v-ac70166d] {
  60. font-family: uicon-iconfont;
  61. position: relative;
  62. display: flex;
  63. flex-direction: row;
  64. align-items: center;
  65. }
  66. .u-icon__icon--primary[data-v-ac70166d] {
  67. color: #22ac38;
  68. }
  69. .u-icon__icon--success[data-v-ac70166d] {
  70. color: #22ac38;
  71. }
  72. .u-icon__icon--error[data-v-ac70166d] {
  73. color: #f56c6c;
  74. }
  75. .u-icon__icon--warning[data-v-ac70166d] {
  76. color: #f9ae3d;
  77. }
  78. .u-icon__icon--info[data-v-ac70166d] {
  79. color: #909399;
  80. }
  81. .u-icon__img[data-v-ac70166d] {
  82. height: auto;
  83. will-change: transform;
  84. }
  85. .u-icon__label[data-v-ac70166d] {
  86. line-height: 1;
  87. }
  88. /**
  89. * 这里是uni-app内置的常用样式变量
  90. *
  91. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  92. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  93. *
  94. */
  95. /**
  96. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  97. *
  98. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  99. */
  100. /* 颜色变量 */
  101. /* 行为相关颜色 */
  102. /* 文字基本颜色 */
  103. /* 背景颜色 */
  104. /* 边框颜色 */
  105. /* 尺寸变量 */
  106. /* 文字尺寸 */
  107. /* 图片尺寸 */
  108. /* Border Radius */
  109. /* 水平间距 */
  110. /* 垂直间距 */
  111. /* 透明度 */
  112. /* 文章场景相关 */
  113. uni-view[data-v-e082a34a], uni-scroll-view[data-v-e082a34a], uni-swiper-item[data-v-e082a34a] {
  114. display: flex;
  115. flex-direction: column;
  116. flex-shrink: 0;
  117. flex-grow: 0;
  118. flex-basis: auto;
  119. align-items: stretch;
  120. align-content: flex-start;
  121. }
  122. .u-search[data-v-e082a34a] {
  123. display: flex;
  124. flex-direction: row;
  125. align-items: center;
  126. flex: 1;
  127. }
  128. .u-search__content[data-v-e082a34a] {
  129. display: flex;
  130. flex-direction: row;
  131. align-items: center;
  132. padding: 0 10px;
  133. flex: 1;
  134. justify-content: space-between;
  135. border-width: 1px;
  136. border-color: transparent;
  137. border-style: solid;
  138. overflow: hidden;
  139. }
  140. .u-search__content__icon[data-v-e082a34a] {
  141. display: flex;
  142. flex-direction: row;
  143. align-items: center;
  144. }
  145. .u-search__content__label[data-v-e082a34a] {
  146. color: #303133;
  147. font-size: 14px;
  148. margin: 0 4px;
  149. }
  150. .u-search__content__close[data-v-e082a34a] {
  151. width: 20px;
  152. height: 20px;
  153. border-top-left-radius: 100px;
  154. border-top-right-radius: 100px;
  155. border-bottom-left-radius: 100px;
  156. border-bottom-right-radius: 100px;
  157. background-color: #C6C7CB;
  158. display: flex;
  159. flex-direction: row;
  160. align-items: center;
  161. justify-content: center;
  162. transform: scale(0.82);
  163. }
  164. .u-search__content__input[data-v-e082a34a] {
  165. flex: 1;
  166. font-size: 14px;
  167. line-height: 1;
  168. margin: 0 5px;
  169. color: #303133;
  170. }
  171. .u-search__content__input--placeholder[data-v-e082a34a] {
  172. color: #909193;
  173. }
  174. .u-search__action[data-v-e082a34a] {
  175. font-size: 14px;
  176. color: #303133;
  177. width: 0;
  178. overflow: hidden;
  179. transition-property: width;
  180. transition-duration: 0.3s;
  181. white-space: nowrap;
  182. text-align: center;
  183. }
  184. .u-search__action--active[data-v-e082a34a] {
  185. width: 40px;
  186. margin-left: 5px;
  187. }
  188. /* 无任何数据的空布局 */
  189. .mescroll-empty[data-v-7cefd855] {
  190. box-sizing: border-box;
  191. width: 100%;
  192. padding: 3.125rem 1.5625rem;
  193. text-align: center;
  194. }
  195. .mescroll-empty.empty-fixed[data-v-7cefd855] {
  196. z-index: 99;
  197. position: absolute; /*transform会使fixed失效,最终会降级为absolute */
  198. top: 3.125rem;
  199. left: 0;
  200. }
  201. .mescroll-empty .empty-icon[data-v-7cefd855] {
  202. width: 8.75rem;
  203. height: 8.75rem;
  204. }
  205. .mescroll-empty .empty-tip[data-v-7cefd855] {
  206. margin-top: 0.625rem;
  207. height: 1.25rem;
  208. font-size: 0.875rem;
  209. font-family: PingFangSC;
  210. font-weight: 500;
  211. color: #666666;
  212. line-height: 1.25rem;
  213. }
  214. .mescroll-empty .empty-btn[data-v-7cefd855] {
  215. display: inline-block;
  216. margin-top: 1.25rem;
  217. min-width: 6.25rem;
  218. padding: 0.5625rem;
  219. font-size: 0.875rem;
  220. border: 0.03125rem solid #e04b28;
  221. border-radius: 1.875rem;
  222. color: #e04b28;
  223. }
  224. .mescroll-empty .empty-btn[data-v-7cefd855]:active {
  225. opacity: 0.75;
  226. }
  227. /* 回到顶部的按钮 */
  228. .mescroll-totop[data-v-49fff3a8] {
  229. z-index: 9990;
  230. position: fixed !important; /* 加上important避免编译到H5,在多mescroll中定位失效 */
  231. right: 0.625rem;
  232. bottom: 3.75rem;
  233. width: 2.25rem;
  234. height: auto;
  235. border-radius: 50%;
  236. opacity: 0;
  237. transition: opacity 0.5s; /* 过渡 */
  238. margin-bottom: var(--window-bottom); /* css变量 */
  239. }
  240. /* 适配 iPhoneX */
  241. @supports (bottom: constant(safe-area-inset-bottom)) or (bottom: env(safe-area-inset-bottom)) {
  242. .mescroll-totop-safearea[data-v-49fff3a8] {
  243. margin-bottom: calc(var(--window-bottom) + constant(safe-area-inset-bottom)); /* window-bottom + 适配 iPhoneX */
  244. margin-bottom: calc(var(--window-bottom) + env(safe-area-inset-bottom));
  245. }
  246. }
  247. /* 显示 -- 淡入 */
  248. .mescroll-totop-in[data-v-49fff3a8] {
  249. opacity: 1;
  250. }
  251. /* 隐藏 -- 淡出且不接收事件*/
  252. .mescroll-totop-out[data-v-49fff3a8] {
  253. opacity: 0;
  254. pointer-events: none;
  255. }
  256. .mescroll-uni-warp[data-v-97b1664c] {
  257. height: 100%;
  258. }
  259. .mescroll-uni-content[data-v-97b1664c] {
  260. height: 100%;
  261. }
  262. .mescroll-uni[data-v-97b1664c] {
  263. position: relative;
  264. width: 100%;
  265. height: 100%;
  266. min-height: 6.25rem;
  267. overflow-y: auto;
  268. box-sizing: border-box;
  269. /* 避免设置padding出现双滚动条的问题 */
  270. }
  271. /* 定位的方式固定高度 */
  272. .mescroll-uni-fixed[data-v-97b1664c] {
  273. z-index: 1;
  274. position: fixed;
  275. top: 0;
  276. left: 0;
  277. right: 0;
  278. bottom: 0;
  279. width: auto;
  280. /* 使right生效 */
  281. height: auto;
  282. /* 使bottom生效 */
  283. }
  284. /* 适配 iPhoneX */
  285. @supports (bottom: constant(safe-area-inset-bottom)) or (bottom: env(safe-area-inset-bottom)) {
  286. .mescroll-safearea[data-v-97b1664c] {
  287. padding-bottom: constant(safe-area-inset-bottom);
  288. padding-bottom: env(safe-area-inset-bottom);
  289. }
  290. }
  291. /* 下拉刷新区域 */
  292. .mescroll-downwarp[data-v-97b1664c] {
  293. position: absolute;
  294. top: -100%;
  295. left: 0;
  296. width: 100%;
  297. height: 100%;
  298. text-align: center;
  299. }
  300. /* 下拉刷新--内容区,定位于区域底部 */
  301. .mescroll-downwarp .downwarp-content[data-v-97b1664c] {
  302. position: absolute;
  303. left: 0;
  304. bottom: 0;
  305. width: 100%;
  306. min-height: 1.875rem;
  307. padding: 0.625rem 0;
  308. text-align: center;
  309. }
  310. /* 下拉刷新--提示文本 */
  311. .mescroll-downwarp .downwarp-tip[data-v-97b1664c] {
  312. display: inline-block;
  313. font-size: 0.875rem;
  314. vertical-align: middle;
  315. margin-left: 0.5rem;
  316. /* color: gray; 已在style设置color,此处删去*/
  317. }
  318. /* 下拉刷新--旋转进度条 */
  319. .mescroll-downwarp .downwarp-progress[data-v-97b1664c] {
  320. display: inline-block;
  321. width: 1rem;
  322. height: 1rem;
  323. border-radius: 50%;
  324. border: 0.0625rem solid gray;
  325. border-bottom-color: transparent !important; /*已在style设置border-color,此处需加 !important*/
  326. vertical-align: middle;
  327. }
  328. /* 旋转动画 */
  329. .mescroll-downwarp .mescroll-rotate[data-v-97b1664c] {
  330. animation: mescrollDownRotate-97b1664c 0.6s linear infinite;
  331. }
  332. @keyframes mescrollDownRotate-97b1664c {
  333. 0% {
  334. transform: rotate(0deg);
  335. }
  336. 100% {
  337. transform: rotate(360deg);
  338. }
  339. }
  340. /* 上拉加载区域 */
  341. .mescroll-upwarp[data-v-97b1664c] {
  342. box-sizing: border-box;
  343. min-height: 3.4375rem;
  344. padding: 0.9375rem 0;
  345. text-align: center;
  346. clear: both;
  347. }
  348. /*提示文本 */
  349. .mescroll-upwarp .upwarp-tip[data-v-97b1664c],
  350. .mescroll-upwarp .upwarp-nodata[data-v-97b1664c] {
  351. display: inline-block;
  352. font-size: 0.875rem;
  353. vertical-align: middle;
  354. /* color: gray; 已在style设置color,此处删去*/
  355. }
  356. .mescroll-upwarp .upwarp-tip[data-v-97b1664c] {
  357. margin-left: 0.5rem;
  358. }
  359. /*旋转进度条 */
  360. .mescroll-upwarp .upwarp-progress[data-v-97b1664c] {
  361. display: inline-block;
  362. width: 1rem;
  363. height: 1rem;
  364. border-radius: 50%;
  365. border: 0.0625rem solid gray;
  366. border-bottom-color: transparent !important; /*已在style设置border-color,此处需加 !important*/
  367. vertical-align: middle;
  368. }
  369. /* 旋转动画 */
  370. .mescroll-upwarp .mescroll-rotate[data-v-97b1664c] {
  371. animation: mescrollUpRotate-97b1664c 0.6s linear infinite;
  372. }
  373. @keyframes mescrollUpRotate-97b1664c {
  374. 0% {
  375. transform: rotate(0deg);
  376. }
  377. 100% {
  378. transform: rotate(360deg);
  379. }
  380. }
  381. /**
  382. * 这里是uni-app内置的常用样式变量
  383. *
  384. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  385. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  386. *
  387. */
  388. /**
  389. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  390. *
  391. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  392. */
  393. /* 颜色变量 */
  394. /* 行为相关颜色 */
  395. /* 文字基本颜色 */
  396. /* 背景颜色 */
  397. /* 边框颜色 */
  398. /* 尺寸变量 */
  399. /* 文字尺寸 */
  400. /* 图片尺寸 */
  401. /* Border Radius */
  402. /* 水平间距 */
  403. /* 垂直间距 */
  404. /* 透明度 */
  405. /* 文章场景相关 */
  406. .item[data-v-30bc23e1] {
  407. line-height: 4.6875rem;
  408. border-bottom: 1px solid #ccc;
  409. }
  410. /**
  411. * 这里是uni-app内置的常用样式变量
  412. *
  413. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  414. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  415. *
  416. */
  417. /**
  418. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  419. *
  420. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  421. */
  422. /* 颜色变量 */
  423. /* 行为相关颜色 */
  424. /* 文字基本颜色 */
  425. /* 背景颜色 */
  426. /* 边框颜色 */
  427. /* 尺寸变量 */
  428. /* 文字尺寸 */
  429. /* 图片尺寸 */
  430. /* Border Radius */
  431. /* 水平间距 */
  432. /* 垂直间距 */
  433. /* 透明度 */
  434. /* 文章场景相关 */
  435. uni-view[data-v-df79975b], uni-scroll-view[data-v-df79975b], uni-swiper-item[data-v-df79975b] {
  436. display: flex;
  437. flex-direction: column;
  438. flex-shrink: 0;
  439. flex-grow: 0;
  440. flex-basis: auto;
  441. align-items: stretch;
  442. align-content: flex-start;
  443. }
  444. .u-input[data-v-df79975b] {
  445. display: flex;
  446. flex-direction: row;
  447. align-items: center;
  448. justify-content: space-between;
  449. flex: 1;
  450. }
  451. .u-input--radius[data-v-df79975b], .u-input--square[data-v-df79975b] {
  452. border-radius: 4px;
  453. }
  454. .u-input--no-radius[data-v-df79975b] {
  455. border-radius: 0;
  456. }
  457. .u-input--circle[data-v-df79975b] {
  458. border-radius: 100px;
  459. }
  460. .u-input__content[data-v-df79975b] {
  461. flex: 1;
  462. display: flex;
  463. flex-direction: row;
  464. align-items: center;
  465. justify-content: space-between;
  466. }
  467. .u-input__content__field-wrapper[data-v-df79975b] {
  468. position: relative;
  469. display: flex;
  470. flex-direction: row;
  471. margin: 0;
  472. flex: 1;
  473. }
  474. .u-input__content__field-wrapper__field[data-v-df79975b] {
  475. line-height: 26px;
  476. text-align: left;
  477. color: #303133;
  478. height: 24px;
  479. font-size: 15px;
  480. flex: 1;
  481. }
  482. .u-input__content__clear[data-v-df79975b] {
  483. width: 20px;
  484. height: 20px;
  485. border-radius: 100px;
  486. background-color: #c6c7cb;
  487. display: flex;
  488. flex-direction: row;
  489. align-items: center;
  490. justify-content: center;
  491. transform: scale(0.82);
  492. margin-left: 4px;
  493. }
  494. .u-input__content__subfix-icon[data-v-df79975b] {
  495. margin-left: 4px;
  496. }
  497. .u-input__content__prefix-icon[data-v-df79975b] {
  498. margin-right: 4px;
  499. }
  500. /**
  501. * 这里是uni-app内置的常用样式变量
  502. *
  503. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  504. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  505. *
  506. */
  507. /**
  508. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  509. *
  510. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  511. */
  512. /* 颜色变量 */
  513. /* 行为相关颜色 */
  514. /* 文字基本颜色 */
  515. /* 背景颜色 */
  516. /* 边框颜色 */
  517. /* 尺寸变量 */
  518. /* 文字尺寸 */
  519. /* 图片尺寸 */
  520. /* Border Radius */
  521. /* 水平间距 */
  522. /* 垂直间距 */
  523. /* 透明度 */
  524. /* 文章场景相关 */
  525. uni-view[data-v-72791e59], uni-scroll-view[data-v-72791e59], uni-swiper-item[data-v-72791e59] {
  526. display: flex;
  527. flex-direction: column;
  528. flex-shrink: 0;
  529. flex-grow: 0;
  530. flex-basis: auto;
  531. align-items: stretch;
  532. align-content: flex-start;
  533. }
  534. .u-line[data-v-72791e59] {
  535. vertical-align: middle;
  536. }
  537. /**
  538. * 这里是uni-app内置的常用样式变量
  539. *
  540. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  541. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  542. *
  543. */
  544. /**
  545. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  546. *
  547. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  548. */
  549. /* 颜色变量 */
  550. /* 行为相关颜色 */
  551. /* 文字基本颜色 */
  552. /* 背景颜色 */
  553. /* 边框颜色 */
  554. /* 尺寸变量 */
  555. /* 文字尺寸 */
  556. /* 图片尺寸 */
  557. /* Border Radius */
  558. /* 水平间距 */
  559. /* 垂直间距 */
  560. /* 透明度 */
  561. /* 文章场景相关 */
  562. uni-view[data-v-42bac3de], uni-scroll-view[data-v-42bac3de], uni-swiper-item[data-v-42bac3de] {
  563. display: flex;
  564. flex-direction: column;
  565. flex-shrink: 0;
  566. flex-grow: 0;
  567. flex-basis: auto;
  568. align-items: stretch;
  569. align-content: flex-start;
  570. }
  571. .u-form-item[data-v-42bac3de] {
  572. display: flex;
  573. flex-direction: column;
  574. font-size: 14px;
  575. color: #303133;
  576. }
  577. .u-form-item__body[data-v-42bac3de] {
  578. display: flex;
  579. flex-direction: row;
  580. padding: 10px 0;
  581. }
  582. .u-form-item__body__left[data-v-42bac3de] {
  583. display: flex;
  584. flex-direction: row;
  585. align-items: center;
  586. }
  587. .u-form-item__body__left__content[data-v-42bac3de] {
  588. position: relative;
  589. display: flex;
  590. flex-direction: row;
  591. align-items: center;
  592. padding-right: 0.3125rem;
  593. flex: 1;
  594. }
  595. .u-form-item__body__left__content__icon[data-v-42bac3de] {
  596. margin-right: 0.25rem;
  597. }
  598. .u-form-item__body__left__content__required[data-v-42bac3de] {
  599. position: absolute;
  600. left: -9px;
  601. color: #f56c6c;
  602. line-height: 20px;
  603. font-size: 20px;
  604. top: 3px;
  605. }
  606. .u-form-item__body__left__content__label[data-v-42bac3de] {
  607. display: flex;
  608. flex-direction: row;
  609. align-items: center;
  610. flex: 1;
  611. color: #303133;
  612. font-size: 15px;
  613. }
  614. .u-form-item__body__right[data-v-42bac3de] {
  615. flex: 1;
  616. }
  617. .u-form-item__body__right__content[data-v-42bac3de] {
  618. display: flex;
  619. flex-direction: row;
  620. align-items: center;
  621. flex: 1;
  622. }
  623. .u-form-item__body__right__content__slot[data-v-42bac3de] {
  624. flex: 1;
  625. display: flex;
  626. flex-direction: row;
  627. align-items: center;
  628. }
  629. .u-form-item__body__right__content__icon[data-v-42bac3de] {
  630. margin-left: 0.3125rem;
  631. color: #c0c4cc;
  632. font-size: 0.9375rem;
  633. }
  634. .u-form-item__body__right__message[data-v-42bac3de] {
  635. font-size: 12px;
  636. line-height: 12px;
  637. color: #f56c6c;
  638. }
  639. /**
  640. * 这里是uni-app内置的常用样式变量
  641. *
  642. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  643. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  644. *
  645. */
  646. /**
  647. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  648. *
  649. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  650. */
  651. /* 颜色变量 */
  652. /* 行为相关颜色 */
  653. /* 文字基本颜色 */
  654. /* 背景颜色 */
  655. /* 边框颜色 */
  656. /* 尺寸变量 */
  657. /* 文字尺寸 */
  658. /* 图片尺寸 */
  659. /* Border Radius */
  660. /* 水平间距 */
  661. /* 垂直间距 */
  662. /* 透明度 */
  663. /* 文章场景相关 */
  664. uni-view[data-v-2af81691], uni-scroll-view[data-v-2af81691], uni-swiper-item[data-v-2af81691] {
  665. display: flex;
  666. flex-direction: column;
  667. flex-shrink: 0;
  668. flex-grow: 0;
  669. flex-basis: auto;
  670. align-items: stretch;
  671. align-content: flex-start;
  672. }
  673. .u-loading-icon[data-v-2af81691] {
  674. flex-direction: row;
  675. align-items: center;
  676. justify-content: center;
  677. color: #c8c9cc;
  678. }
  679. .u-loading-icon__text[data-v-2af81691] {
  680. margin-left: 4px;
  681. color: #606266;
  682. font-size: 14px;
  683. line-height: 20px;
  684. }
  685. .u-loading-icon__spinner[data-v-2af81691] {
  686. width: 30px;
  687. height: 30px;
  688. position: relative;
  689. box-sizing: border-box;
  690. max-width: 100%;
  691. max-height: 100%;
  692. animation: u-rotate-2af81691 1s linear infinite;
  693. }
  694. .u-loading-icon__spinner--semicircle[data-v-2af81691] {
  695. border-width: 2px;
  696. border-color: transparent;
  697. border-top-right-radius: 100px;
  698. border-top-left-radius: 100px;
  699. border-bottom-left-radius: 100px;
  700. border-bottom-right-radius: 100px;
  701. border-style: solid;
  702. }
  703. .u-loading-icon__spinner--circle[data-v-2af81691] {
  704. border-top-right-radius: 100px;
  705. border-top-left-radius: 100px;
  706. border-bottom-left-radius: 100px;
  707. border-bottom-right-radius: 100px;
  708. border-width: 2px;
  709. border-top-color: #e5e5e5;
  710. border-right-color: #e5e5e5;
  711. border-bottom-color: #e5e5e5;
  712. border-left-color: #e5e5e5;
  713. border-style: solid;
  714. }
  715. .u-loading-icon--vertical[data-v-2af81691] {
  716. flex-direction: column;
  717. }
  718. [data-v-2af81691]:host {
  719. font-size: 0px;
  720. line-height: 1;
  721. }
  722. .u-loading-icon__spinner--spinner[data-v-2af81691] {
  723. animation-timing-function: steps(12);
  724. }
  725. .u-loading-icon__text[data-v-2af81691]:empty {
  726. display: none;
  727. }
  728. .u-loading-icon--vertical .u-loading-icon__text[data-v-2af81691] {
  729. margin: 6px 0 0;
  730. color: #606266;
  731. }
  732. .u-loading-icon__dot[data-v-2af81691] {
  733. position: absolute;
  734. top: 0;
  735. left: 0;
  736. width: 100%;
  737. height: 100%;
  738. }
  739. .u-loading-icon__dot[data-v-2af81691]:before {
  740. display: block;
  741. width: 2px;
  742. height: 25%;
  743. margin: 0 auto;
  744. background-color: currentColor;
  745. border-radius: 40%;
  746. content: " ";
  747. }
  748. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(1) {
  749. transform: rotate(30deg);
  750. opacity: 1;
  751. }
  752. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(2) {
  753. transform: rotate(60deg);
  754. opacity: 0.9375;
  755. }
  756. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(3) {
  757. transform: rotate(90deg);
  758. opacity: 0.875;
  759. }
  760. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(4) {
  761. transform: rotate(120deg);
  762. opacity: 0.8125;
  763. }
  764. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(5) {
  765. transform: rotate(150deg);
  766. opacity: 0.75;
  767. }
  768. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(6) {
  769. transform: rotate(180deg);
  770. opacity: 0.6875;
  771. }
  772. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(7) {
  773. transform: rotate(210deg);
  774. opacity: 0.625;
  775. }
  776. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(8) {
  777. transform: rotate(240deg);
  778. opacity: 0.5625;
  779. }
  780. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(9) {
  781. transform: rotate(270deg);
  782. opacity: 0.5;
  783. }
  784. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(10) {
  785. transform: rotate(300deg);
  786. opacity: 0.4375;
  787. }
  788. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(11) {
  789. transform: rotate(330deg);
  790. opacity: 0.375;
  791. }
  792. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(12) {
  793. transform: rotate(360deg);
  794. opacity: 0.3125;
  795. }
  796. @keyframes u-rotate-2af81691 {
  797. 0% {
  798. transform: rotate(0deg);
  799. }
  800. to {
  801. transform: rotate(1turn);
  802. }
  803. }
  804. /**
  805. * 这里是uni-app内置的常用样式变量
  806. *
  807. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  808. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  809. *
  810. */
  811. /**
  812. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  813. *
  814. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  815. */
  816. /* 颜色变量 */
  817. /* 行为相关颜色 */
  818. /* 文字基本颜色 */
  819. /* 背景颜色 */
  820. /* 边框颜色 */
  821. /* 尺寸变量 */
  822. /* 文字尺寸 */
  823. /* 图片尺寸 */
  824. /* Border Radius */
  825. /* 水平间距 */
  826. /* 垂直间距 */
  827. /* 透明度 */
  828. /* 文章场景相关 */
  829. uni-view[data-v-c8491d64], uni-scroll-view[data-v-c8491d64], uni-swiper-item[data-v-c8491d64] {
  830. display: flex;
  831. flex-direction: column;
  832. flex-shrink: 0;
  833. flex-grow: 0;
  834. flex-basis: auto;
  835. align-items: stretch;
  836. align-content: flex-start;
  837. }
  838. .u-upload[data-v-c8491d64] {
  839. display: flex;
  840. flex-direction: column;
  841. flex: 1;
  842. }
  843. .u-upload__wrap[data-v-c8491d64] {
  844. display: flex;
  845. flex-direction: row;
  846. flex-wrap: wrap;
  847. flex: 1;
  848. }
  849. .u-upload__wrap__preview[data-v-c8491d64] {
  850. border-radius: 2px;
  851. margin: 0 8px 8px 0;
  852. position: relative;
  853. overflow: hidden;
  854. display: flex;
  855. flex-direction: row;
  856. }
  857. .u-upload__wrap__preview__image[data-v-c8491d64] {
  858. width: 80px;
  859. height: 80px;
  860. }
  861. .u-upload__wrap__preview__other[data-v-c8491d64] {
  862. width: 80px;
  863. height: 80px;
  864. background-color: #f2f2f2;
  865. flex: 1;
  866. display: flex;
  867. flex-direction: column;
  868. justify-content: center;
  869. align-items: center;
  870. }
  871. .u-upload__wrap__preview__other__text[data-v-c8491d64] {
  872. font-size: 11px;
  873. color: #909193;
  874. margin-top: 2px;
  875. }
  876. .u-upload__deletable[data-v-c8491d64] {
  877. position: absolute;
  878. top: 0;
  879. right: 0;
  880. background-color: #373737;
  881. height: 14px;
  882. width: 14px;
  883. display: flex;
  884. flex-direction: row;
  885. border-bottom-left-radius: 100px;
  886. align-items: center;
  887. justify-content: center;
  888. z-index: 3;
  889. }
  890. .u-upload__deletable__icon[data-v-c8491d64] {
  891. position: absolute;
  892. transform: scale(0.7);
  893. top: 0px;
  894. right: 0px;
  895. }
  896. .u-upload__success[data-v-c8491d64] {
  897. position: absolute;
  898. bottom: 0;
  899. right: 0;
  900. display: flex;
  901. flex-direction: row;
  902. border-style: solid;
  903. border-top-color: transparent;
  904. border-left-color: transparent;
  905. border-bottom-color: #22ac38;
  906. border-right-color: #22ac38;
  907. border-width: 9px;
  908. align-items: center;
  909. justify-content: center;
  910. }
  911. .u-upload__success__icon[data-v-c8491d64] {
  912. position: absolute;
  913. transform: scale(0.7);
  914. bottom: -10px;
  915. right: -10px;
  916. }
  917. .u-upload__status[data-v-c8491d64] {
  918. position: absolute;
  919. top: 0;
  920. bottom: 0;
  921. left: 0;
  922. right: 0;
  923. background-color: rgba(0, 0, 0, 0.5);
  924. display: flex;
  925. flex-direction: column;
  926. align-items: center;
  927. justify-content: center;
  928. }
  929. .u-upload__status__icon[data-v-c8491d64] {
  930. position: relative;
  931. z-index: 1;
  932. }
  933. .u-upload__status__message[data-v-c8491d64] {
  934. font-size: 12px;
  935. color: #FFFFFF;
  936. margin-top: 5px;
  937. }
  938. .u-upload__button[data-v-c8491d64] {
  939. display: flex;
  940. flex-direction: column;
  941. align-items: center;
  942. justify-content: center;
  943. width: 80px;
  944. height: 80px;
  945. background-color: #f4f5f7;
  946. border-radius: 2px;
  947. margin: 0 8px 8px 0;
  948. box-sizing: border-box;
  949. }
  950. .u-upload__button__text[data-v-c8491d64] {
  951. font-size: 11px;
  952. color: #909193;
  953. margin-top: 2px;
  954. }
  955. .u-upload__button--hover[data-v-c8491d64] {
  956. background-color: #e6e7e9;
  957. }
  958. .u-upload__button--disabled[data-v-c8491d64] {
  959. opacity: 0.5;
  960. }
  961. /**
  962. * 这里是uni-app内置的常用样式变量
  963. *
  964. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  965. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  966. *
  967. */
  968. /**
  969. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  970. *
  971. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  972. */
  973. /* 颜色变量 */
  974. /* 行为相关颜色 */
  975. /* 文字基本颜色 */
  976. /* 背景颜色 */
  977. /* 边框颜色 */
  978. /* 尺寸变量 */
  979. /* 文字尺寸 */
  980. /* 图片尺寸 */
  981. /* Border Radius */
  982. /* 水平间距 */
  983. /* 垂直间距 */
  984. /* 透明度 */
  985. /* 文章场景相关 */
  986. uni-view[data-v-5ce41ee6], uni-scroll-view[data-v-5ce41ee6], uni-swiper-item[data-v-5ce41ee6] {
  987. display: flex;
  988. flex-direction: column;
  989. flex-shrink: 0;
  990. flex-grow: 0;
  991. flex-basis: auto;
  992. align-items: stretch;
  993. align-content: flex-start;
  994. }
  995. .u-button[data-v-5ce41ee6] {
  996. width: 100%;
  997. }
  998. .u-button__text[data-v-5ce41ee6] {
  999. white-space: nowrap;
  1000. line-height: 1;
  1001. }
  1002. .u-button[data-v-5ce41ee6]:before {
  1003. position: absolute;
  1004. top: 50%;
  1005. left: 50%;
  1006. width: 100%;
  1007. height: 100%;
  1008. border: inherit;
  1009. border-radius: inherit;
  1010. transform: translate(-50%, -50%);
  1011. opacity: 0;
  1012. content: " ";
  1013. background-color: #000;
  1014. border-color: #000;
  1015. }
  1016. .u-button--active[data-v-5ce41ee6]:before {
  1017. opacity: 0.15;
  1018. }
  1019. .u-button__icon + .u-button__text[data-v-5ce41ee6]:not(:empty), .u-button__loading-text[data-v-5ce41ee6] {
  1020. margin-left: 4px;
  1021. }
  1022. .u-button--plain.u-button--primary[data-v-5ce41ee6] {
  1023. color: #22ac38;
  1024. }
  1025. .u-button--plain.u-button--info[data-v-5ce41ee6] {
  1026. color: #909399;
  1027. }
  1028. .u-button--plain.u-button--success[data-v-5ce41ee6] {
  1029. color: #22ac38;
  1030. }
  1031. .u-button--plain.u-button--error[data-v-5ce41ee6] {
  1032. color: #f56c6c;
  1033. }
  1034. .u-button--plain.u-button--warning[data-v-5ce41ee6] {
  1035. color: #f56c6c;
  1036. }
  1037. .u-button[data-v-5ce41ee6] {
  1038. height: 52px;
  1039. position: relative;
  1040. align-items: center;
  1041. justify-content: center;
  1042. display: flex;
  1043. flex-direction: row;
  1044. box-sizing: border-box;
  1045. flex-direction: row;
  1046. }
  1047. .u-button__text[data-v-5ce41ee6] {
  1048. font-size: 16px;
  1049. }
  1050. .u-button__loading-text[data-v-5ce41ee6] {
  1051. font-size: 16px;
  1052. margin-left: 4px;
  1053. }
  1054. .u-button--large[data-v-5ce41ee6] {
  1055. width: 100%;
  1056. height: 64px;
  1057. padding: 0 15px;
  1058. }
  1059. .u-button--normal[data-v-5ce41ee6] {
  1060. padding: 0 12px;
  1061. font-size: 16px;
  1062. }
  1063. .u-button--small[data-v-5ce41ee6] {
  1064. min-width: 60px;
  1065. height: 30px;
  1066. padding: 0px 8px;
  1067. font-size: 12px;
  1068. }
  1069. .u-button--mini[data-v-5ce41ee6] {
  1070. height: 22px;
  1071. font-size: 10px;
  1072. min-width: 50px;
  1073. padding: 0px 8px;
  1074. }
  1075. .u-button--disabled[data-v-5ce41ee6] {
  1076. opacity: 0.5;
  1077. }
  1078. .u-button--info[data-v-5ce41ee6] {
  1079. color: #323233;
  1080. background-color: #fff;
  1081. border-color: #ebedf0;
  1082. border-width: 1px;
  1083. border-style: solid;
  1084. }
  1085. .u-button--success[data-v-5ce41ee6] {
  1086. color: #fff;
  1087. background-color: #22ac38;
  1088. border-color: #22ac38;
  1089. border-width: 1px;
  1090. border-style: solid;
  1091. }
  1092. .u-button--primary[data-v-5ce41ee6] {
  1093. color: #fff;
  1094. background-color: #22ac38;
  1095. border-color: #22ac38;
  1096. border-width: 1px;
  1097. border-style: solid;
  1098. }
  1099. .u-button--error[data-v-5ce41ee6] {
  1100. color: #fff;
  1101. background-color: #f56c6c;
  1102. border-color: #f56c6c;
  1103. border-width: 1px;
  1104. border-style: solid;
  1105. }
  1106. .u-button--warning[data-v-5ce41ee6] {
  1107. color: #fff;
  1108. background-color: #f9ae3d;
  1109. border-color: #f9ae3d;
  1110. border-width: 1px;
  1111. border-style: solid;
  1112. }
  1113. .u-button--block[data-v-5ce41ee6] {
  1114. display: flex;
  1115. flex-direction: row;
  1116. width: 100%;
  1117. }
  1118. .u-button--circle[data-v-5ce41ee6] {
  1119. border-top-right-radius: 100px;
  1120. border-top-left-radius: 100px;
  1121. border-bottom-left-radius: 100px;
  1122. border-bottom-right-radius: 100px;
  1123. }
  1124. .u-button--square[data-v-5ce41ee6] {
  1125. border-bottom-left-radius: 3px;
  1126. border-bottom-right-radius: 3px;
  1127. border-top-left-radius: 3px;
  1128. border-top-right-radius: 3px;
  1129. }
  1130. .u-button__icon[data-v-5ce41ee6] {
  1131. min-width: 1em;
  1132. line-height: inherit !important;
  1133. vertical-align: top;
  1134. }
  1135. .u-button--plain[data-v-5ce41ee6] {
  1136. background-color: #fff;
  1137. }
  1138. .u-button--hairline[data-v-5ce41ee6] {
  1139. border-width: 0.5px !important;
  1140. }
  1141. /**
  1142. * 这里是uni-app内置的常用样式变量
  1143. *
  1144. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  1145. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  1146. *
  1147. */
  1148. /**
  1149. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  1150. *
  1151. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  1152. */
  1153. /* 颜色变量 */
  1154. /* 行为相关颜色 */
  1155. /* 文字基本颜色 */
  1156. /* 背景颜色 */
  1157. /* 边框颜色 */
  1158. /* 尺寸变量 */
  1159. /* 文字尺寸 */
  1160. /* 图片尺寸 */
  1161. /* Border Radius */
  1162. /* 水平间距 */
  1163. /* 垂直间距 */
  1164. /* 透明度 */
  1165. /* 文章场景相关 */
  1166. uni-view[data-v-5cec8177], uni-scroll-view[data-v-5cec8177], uni-swiper-item[data-v-5cec8177] {
  1167. display: flex;
  1168. flex-direction: column;
  1169. flex-shrink: 0;
  1170. flex-grow: 0;
  1171. flex-basis: auto;
  1172. align-items: stretch;
  1173. align-content: flex-start;
  1174. }
  1175. /**
  1176. * vue版本动画内置的动画模式有如下:
  1177. * fade:淡入
  1178. * zoom:缩放
  1179. * fade-zoom:缩放淡入
  1180. * fade-up:上滑淡入
  1181. * fade-down:下滑淡入
  1182. * fade-left:左滑淡入
  1183. * fade-right:右滑淡入
  1184. * slide-up:上滑进入
  1185. * slide-down:下滑进入
  1186. * slide-left:左滑进入
  1187. * slide-right:右滑进入
  1188. */
  1189. .u-fade-enter-active[data-v-5cec8177],
  1190. .u-fade-leave-active[data-v-5cec8177] {
  1191. transition-property: opacity;
  1192. }
  1193. .u-fade-enter[data-v-5cec8177],
  1194. .u-fade-leave-to[data-v-5cec8177] {
  1195. opacity: 0;
  1196. }
  1197. .u-fade-zoom-enter[data-v-5cec8177],
  1198. .u-fade-zoom-leave-to[data-v-5cec8177] {
  1199. transform: scale(0.95);
  1200. opacity: 0;
  1201. }
  1202. .u-fade-zoom-enter-active[data-v-5cec8177],
  1203. .u-fade-zoom-leave-active[data-v-5cec8177] {
  1204. transition-property: transform, opacity;
  1205. }
  1206. .u-fade-down-enter-active[data-v-5cec8177],
  1207. .u-fade-down-leave-active[data-v-5cec8177],
  1208. .u-fade-left-enter-active[data-v-5cec8177],
  1209. .u-fade-left-leave-active[data-v-5cec8177],
  1210. .u-fade-right-enter-active[data-v-5cec8177],
  1211. .u-fade-right-leave-active[data-v-5cec8177],
  1212. .u-fade-up-enter-active[data-v-5cec8177],
  1213. .u-fade-up-leave-active[data-v-5cec8177] {
  1214. transition-property: opacity, transform;
  1215. }
  1216. .u-fade-up-enter[data-v-5cec8177],
  1217. .u-fade-up-leave-to[data-v-5cec8177] {
  1218. transform: translate3d(0, 100%, 0);
  1219. opacity: 0;
  1220. }
  1221. .u-fade-down-enter[data-v-5cec8177],
  1222. .u-fade-down-leave-to[data-v-5cec8177] {
  1223. transform: translate3d(0, -100%, 0);
  1224. opacity: 0;
  1225. }
  1226. .u-fade-left-enter[data-v-5cec8177],
  1227. .u-fade-left-leave-to[data-v-5cec8177] {
  1228. transform: translate3d(-100%, 0, 0);
  1229. opacity: 0;
  1230. }
  1231. .u-fade-right-enter[data-v-5cec8177],
  1232. .u-fade-right-leave-to[data-v-5cec8177] {
  1233. transform: translate3d(100%, 0, 0);
  1234. opacity: 0;
  1235. }
  1236. .u-slide-down-enter-active[data-v-5cec8177],
  1237. .u-slide-down-leave-active[data-v-5cec8177],
  1238. .u-slide-left-enter-active[data-v-5cec8177],
  1239. .u-slide-left-leave-active[data-v-5cec8177],
  1240. .u-slide-right-enter-active[data-v-5cec8177],
  1241. .u-slide-right-leave-active[data-v-5cec8177],
  1242. .u-slide-up-enter-active[data-v-5cec8177],
  1243. .u-slide-up-leave-active[data-v-5cec8177] {
  1244. transition-property: transform;
  1245. }
  1246. .u-slide-up-enter[data-v-5cec8177],
  1247. .u-slide-up-leave-to[data-v-5cec8177] {
  1248. transform: translate3d(0, 100%, 0);
  1249. }
  1250. .u-slide-down-enter[data-v-5cec8177],
  1251. .u-slide-down-leave-to[data-v-5cec8177] {
  1252. transform: translate3d(0, -100%, 0);
  1253. }
  1254. .u-slide-left-enter[data-v-5cec8177],
  1255. .u-slide-left-leave-to[data-v-5cec8177] {
  1256. transform: translate3d(-100%, 0, 0);
  1257. }
  1258. .u-slide-right-enter[data-v-5cec8177],
  1259. .u-slide-right-leave-to[data-v-5cec8177] {
  1260. transform: translate3d(100%, 0, 0);
  1261. }
  1262. .u-zoom-enter-active[data-v-5cec8177],
  1263. .u-zoom-leave-active[data-v-5cec8177] {
  1264. transition-property: transform;
  1265. }
  1266. .u-zoom-enter[data-v-5cec8177],
  1267. .u-zoom-leave-to[data-v-5cec8177] {
  1268. transform: scale(0.95);
  1269. }
  1270. /**
  1271. * 这里是uni-app内置的常用样式变量
  1272. *
  1273. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  1274. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  1275. *
  1276. */
  1277. /**
  1278. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  1279. *
  1280. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  1281. */
  1282. /* 颜色变量 */
  1283. /* 行为相关颜色 */
  1284. /* 文字基本颜色 */
  1285. /* 背景颜色 */
  1286. /* 边框颜色 */
  1287. /* 尺寸变量 */
  1288. /* 文字尺寸 */
  1289. /* 图片尺寸 */
  1290. /* Border Radius */
  1291. /* 水平间距 */
  1292. /* 垂直间距 */
  1293. /* 透明度 */
  1294. /* 文章场景相关 */
  1295. uni-view[data-v-9112bed9], uni-scroll-view[data-v-9112bed9], uni-swiper-item[data-v-9112bed9] {
  1296. display: flex;
  1297. flex-direction: column;
  1298. flex-shrink: 0;
  1299. flex-grow: 0;
  1300. flex-basis: auto;
  1301. align-items: stretch;
  1302. align-content: flex-start;
  1303. }
  1304. .u-overlay[data-v-9112bed9] {
  1305. position: fixed;
  1306. top: 0;
  1307. left: 0;
  1308. width: 100%;
  1309. height: 100%;
  1310. background-color: rgba(0, 0, 0, 0.7);
  1311. }
  1312. /**
  1313. * 这里是uni-app内置的常用样式变量
  1314. *
  1315. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  1316. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  1317. *
  1318. */
  1319. /**
  1320. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  1321. *
  1322. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  1323. */
  1324. /* 颜色变量 */
  1325. /* 行为相关颜色 */
  1326. /* 文字基本颜色 */
  1327. /* 背景颜色 */
  1328. /* 边框颜色 */
  1329. /* 尺寸变量 */
  1330. /* 文字尺寸 */
  1331. /* 图片尺寸 */
  1332. /* Border Radius */
  1333. /* 水平间距 */
  1334. /* 垂直间距 */
  1335. /* 透明度 */
  1336. /* 文章场景相关 */
  1337. .u-status-bar[data-v-eb8e0cdd] {
  1338. width: 100%;
  1339. }
  1340. /**
  1341. * 这里是uni-app内置的常用样式变量
  1342. *
  1343. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  1344. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  1345. *
  1346. */
  1347. /**
  1348. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  1349. *
  1350. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  1351. */
  1352. /* 颜色变量 */
  1353. /* 行为相关颜色 */
  1354. /* 文字基本颜色 */
  1355. /* 背景颜色 */
  1356. /* 边框颜色 */
  1357. /* 尺寸变量 */
  1358. /* 文字尺寸 */
  1359. /* 图片尺寸 */
  1360. /* Border Radius */
  1361. /* 水平间距 */
  1362. /* 垂直间距 */
  1363. /* 透明度 */
  1364. /* 文章场景相关 */
  1365. .u-safe-bottom[data-v-f3d22cfe] {
  1366. width: 100%;
  1367. }
  1368. /**
  1369. * 这里是uni-app内置的常用样式变量
  1370. *
  1371. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  1372. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  1373. *
  1374. */
  1375. /**
  1376. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  1377. *
  1378. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  1379. */
  1380. /* 颜色变量 */
  1381. /* 行为相关颜色 */
  1382. /* 文字基本颜色 */
  1383. /* 背景颜色 */
  1384. /* 边框颜色 */
  1385. /* 尺寸变量 */
  1386. /* 文字尺寸 */
  1387. /* 图片尺寸 */
  1388. /* Border Radius */
  1389. /* 水平间距 */
  1390. /* 垂直间距 */
  1391. /* 透明度 */
  1392. /* 文章场景相关 */
  1393. uni-view[data-v-05c24e9b], uni-scroll-view[data-v-05c24e9b], uni-swiper-item[data-v-05c24e9b] {
  1394. display: flex;
  1395. flex-direction: column;
  1396. flex-shrink: 0;
  1397. flex-grow: 0;
  1398. flex-basis: auto;
  1399. align-items: stretch;
  1400. align-content: flex-start;
  1401. }
  1402. .u-popup[data-v-05c24e9b] {
  1403. flex: 1;
  1404. }
  1405. .u-popup__content[data-v-05c24e9b] {
  1406. background-color: #fff;
  1407. position: relative;
  1408. }
  1409. .u-popup__content--round-top[data-v-05c24e9b] {
  1410. border-top-left-radius: 0;
  1411. border-top-right-radius: 0;
  1412. border-bottom-left-radius: 10px;
  1413. border-bottom-right-radius: 10px;
  1414. }
  1415. .u-popup__content--round-left[data-v-05c24e9b] {
  1416. border-top-left-radius: 0;
  1417. border-top-right-radius: 10px;
  1418. border-bottom-left-radius: 0;
  1419. border-bottom-right-radius: 10px;
  1420. }
  1421. .u-popup__content--round-right[data-v-05c24e9b] {
  1422. border-top-left-radius: 10px;
  1423. border-top-right-radius: 0;
  1424. border-bottom-left-radius: 10px;
  1425. border-bottom-right-radius: 0;
  1426. }
  1427. .u-popup__content--round-bottom[data-v-05c24e9b] {
  1428. border-top-left-radius: 10px;
  1429. border-top-right-radius: 10px;
  1430. border-bottom-left-radius: 0;
  1431. border-bottom-right-radius: 0;
  1432. }
  1433. .u-popup__content--round-center[data-v-05c24e9b] {
  1434. border-top-left-radius: 10px;
  1435. border-top-right-radius: 10px;
  1436. border-bottom-left-radius: 10px;
  1437. border-bottom-right-radius: 10px;
  1438. }
  1439. .u-popup__content__close[data-v-05c24e9b] {
  1440. position: absolute;
  1441. }
  1442. .u-popup__content__close--hover[data-v-05c24e9b] {
  1443. opacity: 0.4;
  1444. }
  1445. .u-popup__content__close--top-left[data-v-05c24e9b] {
  1446. top: 15px;
  1447. left: 15px;
  1448. }
  1449. .u-popup__content__close--top-right[data-v-05c24e9b] {
  1450. top: 15px;
  1451. right: 15px;
  1452. }
  1453. .u-popup__content__close--bottom-left[data-v-05c24e9b] {
  1454. bottom: 15px;
  1455. left: 15px;
  1456. }
  1457. .u-popup__content__close--bottom-right[data-v-05c24e9b] {
  1458. right: 15px;
  1459. bottom: 15px;
  1460. }
  1461. /**
  1462. * 这里是uni-app内置的常用样式变量
  1463. *
  1464. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  1465. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  1466. *
  1467. */
  1468. /**
  1469. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  1470. *
  1471. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  1472. */
  1473. /* 颜色变量 */
  1474. /* 行为相关颜色 */
  1475. /* 文字基本颜色 */
  1476. /* 背景颜色 */
  1477. /* 边框颜色 */
  1478. /* 尺寸变量 */
  1479. /* 文字尺寸 */
  1480. /* 图片尺寸 */
  1481. /* Border Radius */
  1482. /* 水平间距 */
  1483. /* 垂直间距 */
  1484. /* 透明度 */
  1485. /* 文章场景相关 */
  1486. .popup-container[data-v-0265fb8a] {
  1487. width: 18.75rem;
  1488. background-color: #ffffff;
  1489. border-radius: 0.375rem;
  1490. padding: 0.9375rem;
  1491. }
  1492. .popup-container[data-v-0265fb8a] .u-form .u-form-item__body {
  1493. padding: 0.625rem 0;
  1494. }
  1495. .popup-container[data-v-0265fb8a] .u-form .u-form-item__body__left__content {
  1496. padding-bottom: 0.25rem;
  1497. }
  1498. .popup-container .upload-slot[data-v-0265fb8a] {
  1499. width: 5rem;
  1500. height: 5rem;
  1501. border: 0.0625rem dashed #dcdfe6;
  1502. border-radius: 0.25rem;
  1503. display: flex;
  1504. flex-direction: column;
  1505. align-items: center;
  1506. justify-content: center;
  1507. }
  1508. .popup-container .upload-slot .upload-text[data-v-0265fb8a] {
  1509. font-size: 0.75rem;
  1510. color: #909399;
  1511. margin-top: 0.3125rem;
  1512. }
  1513. .popup-container .button-group[data-v-0265fb8a] {
  1514. display: flex;
  1515. justify-content: space-between;
  1516. margin-top: 1.25rem;
  1517. padding: 0 0.625rem;
  1518. }
  1519. .popup-container .button-group[data-v-0265fb8a] .u-button {
  1520. width: 45%;
  1521. border-radius: 0.25rem;
  1522. }
  1523. /**
  1524. * 这里是uni-app内置的常用样式变量
  1525. *
  1526. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  1527. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  1528. *
  1529. */
  1530. /**
  1531. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  1532. *
  1533. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  1534. */
  1535. /* 颜色变量 */
  1536. /* 行为相关颜色 */
  1537. /* 文字基本颜色 */
  1538. /* 背景颜色 */
  1539. /* 边框颜色 */
  1540. /* 尺寸变量 */
  1541. /* 文字尺寸 */
  1542. /* 图片尺寸 */
  1543. /* Border Radius */
  1544. /* 水平间距 */
  1545. /* 垂直间距 */
  1546. /* 透明度 */
  1547. /* 文章场景相关 */
  1548. .search-header[data-v-0452ab4c] {
  1549. position: -webkit-sticky;
  1550. position: sticky;
  1551. top: 0;
  1552. z-index: 100;
  1553. background-color: #4cd964;
  1554. padding: 0.625rem;
  1555. }
  1556. .search-header .search-box[data-v-0452ab4c] {
  1557. display: flex;
  1558. align-items: center;
  1559. border-radius: 0.25rem;
  1560. padding: 0 0.625rem;
  1561. }
  1562. .book-list[data-v-0452ab4c] {
  1563. padding: 0.625rem;
  1564. }
  1565. .book-list .book-item[data-v-0452ab4c] {
  1566. display: flex;
  1567. justify-content: space-between;
  1568. align-items: center;
  1569. background-color: #ffffff;
  1570. border-radius: 0.375rem;
  1571. padding: 0.625rem;
  1572. margin-bottom: 0.625rem;
  1573. box-shadow: 0 0.0625rem 0.375rem rgba(0, 0, 0, 0.04);
  1574. }
  1575. .book-list .book-item .book-info[data-v-0452ab4c] {
  1576. display: flex;
  1577. flex: 1;
  1578. }
  1579. .book-list .book-item .book-info .book-image[data-v-0452ab4c] {
  1580. width: 5rem;
  1581. height: 6.25rem;
  1582. border-radius: 0.25rem;
  1583. margin-right: 0.625rem;
  1584. }
  1585. .book-list .book-item .book-info .book-details[data-v-0452ab4c] {
  1586. display: flex;
  1587. flex-direction: column;
  1588. justify-content: space-between;
  1589. }
  1590. .book-list .book-item .book-info .book-details .book-title[data-v-0452ab4c] {
  1591. font-size: 1rem;
  1592. font-weight: bold;
  1593. color: #333;
  1594. }
  1595. .book-list .book-item .book-info .book-details .book-isbn[data-v-0452ab4c],
  1596. .book-list .book-item .book-info .book-details .book-price[data-v-0452ab4c],
  1597. .book-list .book-item .book-info .book-details .book-set[data-v-0452ab4c] {
  1598. font-size: 0.8125rem;
  1599. color: #666;
  1600. margin-top: 0.25rem;
  1601. }
  1602. .book-list .book-item .book-action[data-v-0452ab4c] {
  1603. padding: 0.625rem;
  1604. }