index.css 39 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478
  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: 16px;
  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: 16px;
  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: 16px;
  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. * 这里是uni-app内置的常用样式变量
  190. *
  191. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  192. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  193. *
  194. */
  195. /**
  196. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  197. *
  198. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  199. */
  200. /* 颜色变量 */
  201. /* 行为相关颜色 */
  202. /* 文字基本颜色 */
  203. /* 背景颜色 */
  204. /* 边框颜色 */
  205. /* 尺寸变量 */
  206. /* 文字尺寸 */
  207. /* 图片尺寸 */
  208. /* Border Radius */
  209. /* 水平间距 */
  210. /* 垂直间距 */
  211. /* 透明度 */
  212. /* 文章场景相关 */
  213. uni-view[data-v-df79975b], uni-scroll-view[data-v-df79975b], uni-swiper-item[data-v-df79975b] {
  214. display: flex;
  215. flex-direction: column;
  216. flex-shrink: 0;
  217. flex-grow: 0;
  218. flex-basis: auto;
  219. align-items: stretch;
  220. align-content: flex-start;
  221. }
  222. .u-input[data-v-df79975b] {
  223. display: flex;
  224. flex-direction: row;
  225. align-items: center;
  226. justify-content: space-between;
  227. flex: 1;
  228. }
  229. .u-input--radius[data-v-df79975b], .u-input--square[data-v-df79975b] {
  230. border-radius: 4px;
  231. }
  232. .u-input--no-radius[data-v-df79975b] {
  233. border-radius: 0;
  234. }
  235. .u-input--circle[data-v-df79975b] {
  236. border-radius: 100px;
  237. }
  238. .u-input__content[data-v-df79975b] {
  239. flex: 1;
  240. display: flex;
  241. flex-direction: row;
  242. align-items: center;
  243. justify-content: space-between;
  244. }
  245. .u-input__content__field-wrapper[data-v-df79975b] {
  246. position: relative;
  247. display: flex;
  248. flex-direction: row;
  249. margin: 0;
  250. flex: 1;
  251. }
  252. .u-input__content__field-wrapper__field[data-v-df79975b] {
  253. line-height: 26px;
  254. text-align: left;
  255. color: #303133;
  256. height: 24px;
  257. font-size: 15px;
  258. flex: 1;
  259. }
  260. .u-input__content__clear[data-v-df79975b] {
  261. width: 20px;
  262. height: 20px;
  263. border-radius: 100px;
  264. background-color: #c6c7cb;
  265. display: flex;
  266. flex-direction: row;
  267. align-items: center;
  268. justify-content: center;
  269. transform: scale(0.82);
  270. margin-left: 4px;
  271. }
  272. .u-input__content__subfix-icon[data-v-df79975b] {
  273. margin-left: 4px;
  274. }
  275. .u-input__content__prefix-icon[data-v-df79975b] {
  276. margin-right: 4px;
  277. }
  278. /**
  279. * 这里是uni-app内置的常用样式变量
  280. *
  281. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  282. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  283. *
  284. */
  285. /**
  286. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  287. *
  288. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  289. */
  290. /* 颜色变量 */
  291. /* 行为相关颜色 */
  292. /* 文字基本颜色 */
  293. /* 背景颜色 */
  294. /* 边框颜色 */
  295. /* 尺寸变量 */
  296. /* 文字尺寸 */
  297. /* 图片尺寸 */
  298. /* Border Radius */
  299. /* 水平间距 */
  300. /* 垂直间距 */
  301. /* 透明度 */
  302. /* 文章场景相关 */
  303. uni-view[data-v-72791e59], uni-scroll-view[data-v-72791e59], uni-swiper-item[data-v-72791e59] {
  304. display: flex;
  305. flex-direction: column;
  306. flex-shrink: 0;
  307. flex-grow: 0;
  308. flex-basis: auto;
  309. align-items: stretch;
  310. align-content: flex-start;
  311. }
  312. .u-line[data-v-72791e59] {
  313. vertical-align: middle;
  314. }
  315. /**
  316. * 这里是uni-app内置的常用样式变量
  317. *
  318. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  319. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  320. *
  321. */
  322. /**
  323. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  324. *
  325. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  326. */
  327. /* 颜色变量 */
  328. /* 行为相关颜色 */
  329. /* 文字基本颜色 */
  330. /* 背景颜色 */
  331. /* 边框颜色 */
  332. /* 尺寸变量 */
  333. /* 文字尺寸 */
  334. /* 图片尺寸 */
  335. /* Border Radius */
  336. /* 水平间距 */
  337. /* 垂直间距 */
  338. /* 透明度 */
  339. /* 文章场景相关 */
  340. uni-view[data-v-42bac3de], uni-scroll-view[data-v-42bac3de], uni-swiper-item[data-v-42bac3de] {
  341. display: flex;
  342. flex-direction: column;
  343. flex-shrink: 0;
  344. flex-grow: 0;
  345. flex-basis: auto;
  346. align-items: stretch;
  347. align-content: flex-start;
  348. }
  349. .u-form-item[data-v-42bac3de] {
  350. display: flex;
  351. flex-direction: column;
  352. font-size: 14px;
  353. color: #303133;
  354. }
  355. .u-form-item__body[data-v-42bac3de] {
  356. display: flex;
  357. flex-direction: row;
  358. padding: 10px 0;
  359. }
  360. .u-form-item__body__left[data-v-42bac3de] {
  361. display: flex;
  362. flex-direction: row;
  363. align-items: center;
  364. }
  365. .u-form-item__body__left__content[data-v-42bac3de] {
  366. position: relative;
  367. display: flex;
  368. flex-direction: row;
  369. align-items: center;
  370. padding-right: 0.3125rem;
  371. flex: 1;
  372. }
  373. .u-form-item__body__left__content__icon[data-v-42bac3de] {
  374. margin-right: 0.25rem;
  375. }
  376. .u-form-item__body__left__content__required[data-v-42bac3de] {
  377. position: absolute;
  378. left: -9px;
  379. color: #f56c6c;
  380. line-height: 20px;
  381. font-size: 20px;
  382. top: 3px;
  383. }
  384. .u-form-item__body__left__content__label[data-v-42bac3de] {
  385. display: flex;
  386. flex-direction: row;
  387. align-items: center;
  388. flex: 1;
  389. color: #303133;
  390. font-size: 15px;
  391. }
  392. .u-form-item__body__right[data-v-42bac3de] {
  393. flex: 1;
  394. }
  395. .u-form-item__body__right__content[data-v-42bac3de] {
  396. display: flex;
  397. flex-direction: row;
  398. align-items: center;
  399. flex: 1;
  400. }
  401. .u-form-item__body__right__content__slot[data-v-42bac3de] {
  402. flex: 1;
  403. display: flex;
  404. flex-direction: row;
  405. align-items: center;
  406. }
  407. .u-form-item__body__right__content__icon[data-v-42bac3de] {
  408. margin-left: 0.3125rem;
  409. color: #c0c4cc;
  410. font-size: 0.9375rem;
  411. }
  412. .u-form-item__body__right__message[data-v-42bac3de] {
  413. font-size: 12px;
  414. line-height: 12px;
  415. color: #f56c6c;
  416. }
  417. /**
  418. * 这里是uni-app内置的常用样式变量
  419. *
  420. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  421. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  422. *
  423. */
  424. /**
  425. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  426. *
  427. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  428. */
  429. /* 颜色变量 */
  430. /* 行为相关颜色 */
  431. /* 文字基本颜色 */
  432. /* 背景颜色 */
  433. /* 边框颜色 */
  434. /* 尺寸变量 */
  435. /* 文字尺寸 */
  436. /* 图片尺寸 */
  437. /* Border Radius */
  438. /* 水平间距 */
  439. /* 垂直间距 */
  440. /* 透明度 */
  441. /* 文章场景相关 */
  442. uni-view[data-v-2af81691], uni-scroll-view[data-v-2af81691], uni-swiper-item[data-v-2af81691] {
  443. display: flex;
  444. flex-direction: column;
  445. flex-shrink: 0;
  446. flex-grow: 0;
  447. flex-basis: auto;
  448. align-items: stretch;
  449. align-content: flex-start;
  450. }
  451. .u-loading-icon[data-v-2af81691] {
  452. flex-direction: row;
  453. align-items: center;
  454. justify-content: center;
  455. color: #c8c9cc;
  456. }
  457. .u-loading-icon__text[data-v-2af81691] {
  458. margin-left: 4px;
  459. color: #606266;
  460. font-size: 14px;
  461. line-height: 20px;
  462. }
  463. .u-loading-icon__spinner[data-v-2af81691] {
  464. width: 30px;
  465. height: 30px;
  466. position: relative;
  467. box-sizing: border-box;
  468. max-width: 100%;
  469. max-height: 100%;
  470. animation: u-rotate-2af81691 1s linear infinite;
  471. }
  472. .u-loading-icon__spinner--semicircle[data-v-2af81691] {
  473. border-width: 2px;
  474. border-color: transparent;
  475. border-top-right-radius: 100px;
  476. border-top-left-radius: 100px;
  477. border-bottom-left-radius: 100px;
  478. border-bottom-right-radius: 100px;
  479. border-style: solid;
  480. }
  481. .u-loading-icon__spinner--circle[data-v-2af81691] {
  482. border-top-right-radius: 100px;
  483. border-top-left-radius: 100px;
  484. border-bottom-left-radius: 100px;
  485. border-bottom-right-radius: 100px;
  486. border-width: 2px;
  487. border-top-color: #e5e5e5;
  488. border-right-color: #e5e5e5;
  489. border-bottom-color: #e5e5e5;
  490. border-left-color: #e5e5e5;
  491. border-style: solid;
  492. }
  493. .u-loading-icon--vertical[data-v-2af81691] {
  494. flex-direction: column;
  495. }
  496. [data-v-2af81691]:host {
  497. font-size: 0px;
  498. line-height: 1;
  499. }
  500. .u-loading-icon__spinner--spinner[data-v-2af81691] {
  501. animation-timing-function: steps(12);
  502. }
  503. .u-loading-icon__text[data-v-2af81691]:empty {
  504. display: none;
  505. }
  506. .u-loading-icon--vertical .u-loading-icon__text[data-v-2af81691] {
  507. margin: 6px 0 0;
  508. color: #606266;
  509. }
  510. .u-loading-icon__dot[data-v-2af81691] {
  511. position: absolute;
  512. top: 0;
  513. left: 0;
  514. width: 100%;
  515. height: 100%;
  516. }
  517. .u-loading-icon__dot[data-v-2af81691]:before {
  518. display: block;
  519. width: 2px;
  520. height: 25%;
  521. margin: 0 auto;
  522. background-color: currentColor;
  523. border-radius: 40%;
  524. content: " ";
  525. }
  526. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(1) {
  527. transform: rotate(30deg);
  528. opacity: 1;
  529. }
  530. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(2) {
  531. transform: rotate(60deg);
  532. opacity: 0.9375;
  533. }
  534. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(3) {
  535. transform: rotate(90deg);
  536. opacity: 0.875;
  537. }
  538. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(4) {
  539. transform: rotate(120deg);
  540. opacity: 0.8125;
  541. }
  542. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(5) {
  543. transform: rotate(150deg);
  544. opacity: 0.75;
  545. }
  546. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(6) {
  547. transform: rotate(180deg);
  548. opacity: 0.6875;
  549. }
  550. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(7) {
  551. transform: rotate(210deg);
  552. opacity: 0.625;
  553. }
  554. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(8) {
  555. transform: rotate(240deg);
  556. opacity: 0.5625;
  557. }
  558. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(9) {
  559. transform: rotate(270deg);
  560. opacity: 0.5;
  561. }
  562. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(10) {
  563. transform: rotate(300deg);
  564. opacity: 0.4375;
  565. }
  566. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(11) {
  567. transform: rotate(330deg);
  568. opacity: 0.375;
  569. }
  570. .u-loading-icon__dot[data-v-2af81691]:nth-of-type(12) {
  571. transform: rotate(360deg);
  572. opacity: 0.3125;
  573. }
  574. @keyframes u-rotate-2af81691 {
  575. 0% {
  576. transform: rotate(0deg);
  577. }
  578. to {
  579. transform: rotate(1turn);
  580. }
  581. }
  582. /**
  583. * 这里是uni-app内置的常用样式变量
  584. *
  585. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  586. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  587. *
  588. */
  589. /**
  590. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  591. *
  592. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  593. */
  594. /* 颜色变量 */
  595. /* 行为相关颜色 */
  596. /* 文字基本颜色 */
  597. /* 背景颜色 */
  598. /* 边框颜色 */
  599. /* 尺寸变量 */
  600. /* 文字尺寸 */
  601. /* 图片尺寸 */
  602. /* Border Radius */
  603. /* 水平间距 */
  604. /* 垂直间距 */
  605. /* 透明度 */
  606. /* 文章场景相关 */
  607. uni-view[data-v-5ce41ee6], uni-scroll-view[data-v-5ce41ee6], uni-swiper-item[data-v-5ce41ee6] {
  608. display: flex;
  609. flex-direction: column;
  610. flex-shrink: 0;
  611. flex-grow: 0;
  612. flex-basis: auto;
  613. align-items: stretch;
  614. align-content: flex-start;
  615. }
  616. .u-button[data-v-5ce41ee6] {
  617. width: 100%;
  618. }
  619. .u-button__text[data-v-5ce41ee6] {
  620. white-space: nowrap;
  621. line-height: 1;
  622. }
  623. .u-button[data-v-5ce41ee6]:before {
  624. position: absolute;
  625. top: 50%;
  626. left: 50%;
  627. width: 100%;
  628. height: 100%;
  629. border: inherit;
  630. border-radius: inherit;
  631. transform: translate(-50%, -50%);
  632. opacity: 0;
  633. content: " ";
  634. background-color: #000;
  635. border-color: #000;
  636. }
  637. .u-button--active[data-v-5ce41ee6]:before {
  638. opacity: 0.15;
  639. }
  640. .u-button__icon + .u-button__text[data-v-5ce41ee6]:not(:empty), .u-button__loading-text[data-v-5ce41ee6] {
  641. margin-left: 4px;
  642. }
  643. .u-button--plain.u-button--primary[data-v-5ce41ee6] {
  644. color: #22ac38;
  645. }
  646. .u-button--plain.u-button--info[data-v-5ce41ee6] {
  647. color: #909399;
  648. }
  649. .u-button--plain.u-button--success[data-v-5ce41ee6] {
  650. color: #22ac38;
  651. }
  652. .u-button--plain.u-button--error[data-v-5ce41ee6] {
  653. color: #f56c6c;
  654. }
  655. .u-button--plain.u-button--warning[data-v-5ce41ee6] {
  656. color: #f56c6c;
  657. }
  658. .u-button[data-v-5ce41ee6] {
  659. height: 52px;
  660. position: relative;
  661. align-items: center;
  662. justify-content: center;
  663. display: flex;
  664. flex-direction: row;
  665. box-sizing: border-box;
  666. flex-direction: row;
  667. }
  668. .u-button__text[data-v-5ce41ee6] {
  669. font-size: 16px;
  670. }
  671. .u-button__loading-text[data-v-5ce41ee6] {
  672. font-size: 16px;
  673. margin-left: 4px;
  674. }
  675. .u-button--large[data-v-5ce41ee6] {
  676. width: 100%;
  677. height: 64px;
  678. padding: 0 15px;
  679. font-size: 20px;
  680. }
  681. .u-button--normal[data-v-5ce41ee6] {
  682. padding: 0 12px;
  683. font-size: 16px;
  684. }
  685. .u-button--small[data-v-5ce41ee6] {
  686. min-width: 60px;
  687. height: 30px;
  688. padding: 0px 8px;
  689. font-size: 12px;
  690. }
  691. .u-button--mini[data-v-5ce41ee6] {
  692. height: 22px;
  693. font-size: 10px;
  694. min-width: 50px;
  695. padding: 0px 8px;
  696. }
  697. .u-button--disabled[data-v-5ce41ee6] {
  698. opacity: 0.5;
  699. }
  700. .u-button--info[data-v-5ce41ee6] {
  701. color: #323233;
  702. background-color: #fff;
  703. border-color: #ebedf0;
  704. border-width: 1px;
  705. border-style: solid;
  706. }
  707. .u-button--success[data-v-5ce41ee6] {
  708. color: #fff;
  709. background-color: #22ac38;
  710. border-color: #22ac38;
  711. border-width: 1px;
  712. border-style: solid;
  713. }
  714. .u-button--primary[data-v-5ce41ee6] {
  715. color: #fff;
  716. background-color: #22ac38;
  717. border-color: #22ac38;
  718. border-width: 1px;
  719. border-style: solid;
  720. }
  721. .u-button--error[data-v-5ce41ee6] {
  722. color: #fff;
  723. background-color: #f56c6c;
  724. border-color: #f56c6c;
  725. border-width: 1px;
  726. border-style: solid;
  727. }
  728. .u-button--warning[data-v-5ce41ee6] {
  729. color: #fff;
  730. background-color: #f9ae3d;
  731. border-color: #f9ae3d;
  732. border-width: 1px;
  733. border-style: solid;
  734. }
  735. .u-button--block[data-v-5ce41ee6] {
  736. display: flex;
  737. flex-direction: row;
  738. width: 100%;
  739. }
  740. .u-button--circle[data-v-5ce41ee6] {
  741. border-top-right-radius: 100px;
  742. border-top-left-radius: 100px;
  743. border-bottom-left-radius: 100px;
  744. border-bottom-right-radius: 100px;
  745. }
  746. .u-button--square[data-v-5ce41ee6] {
  747. border-bottom-left-radius: 3px;
  748. border-bottom-right-radius: 3px;
  749. border-top-left-radius: 3px;
  750. border-top-right-radius: 3px;
  751. }
  752. .u-button__icon[data-v-5ce41ee6] {
  753. min-width: 1em;
  754. line-height: inherit !important;
  755. vertical-align: top;
  756. }
  757. .u-button--plain[data-v-5ce41ee6] {
  758. background-color: #fff;
  759. }
  760. .u-button--hairline[data-v-5ce41ee6] {
  761. border-width: 0.5px !important;
  762. }
  763. /**
  764. * 这里是uni-app内置的常用样式变量
  765. *
  766. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  767. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  768. *
  769. */
  770. /**
  771. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  772. *
  773. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  774. */
  775. /* 颜色变量 */
  776. /* 行为相关颜色 */
  777. /* 文字基本颜色 */
  778. /* 背景颜色 */
  779. /* 边框颜色 */
  780. /* 尺寸变量 */
  781. /* 文字尺寸 */
  782. /* 图片尺寸 */
  783. /* Border Radius */
  784. /* 水平间距 */
  785. /* 垂直间距 */
  786. /* 透明度 */
  787. /* 文章场景相关 */
  788. uni-view[data-v-5cec8177], uni-scroll-view[data-v-5cec8177], uni-swiper-item[data-v-5cec8177] {
  789. display: flex;
  790. flex-direction: column;
  791. flex-shrink: 0;
  792. flex-grow: 0;
  793. flex-basis: auto;
  794. align-items: stretch;
  795. align-content: flex-start;
  796. }
  797. /**
  798. * vue版本动画内置的动画模式有如下:
  799. * fade:淡入
  800. * zoom:缩放
  801. * fade-zoom:缩放淡入
  802. * fade-up:上滑淡入
  803. * fade-down:下滑淡入
  804. * fade-left:左滑淡入
  805. * fade-right:右滑淡入
  806. * slide-up:上滑进入
  807. * slide-down:下滑进入
  808. * slide-left:左滑进入
  809. * slide-right:右滑进入
  810. */
  811. .u-fade-enter-active[data-v-5cec8177],
  812. .u-fade-leave-active[data-v-5cec8177] {
  813. transition-property: opacity;
  814. }
  815. .u-fade-enter[data-v-5cec8177],
  816. .u-fade-leave-to[data-v-5cec8177] {
  817. opacity: 0;
  818. }
  819. .u-fade-zoom-enter[data-v-5cec8177],
  820. .u-fade-zoom-leave-to[data-v-5cec8177] {
  821. transform: scale(0.95);
  822. opacity: 0;
  823. }
  824. .u-fade-zoom-enter-active[data-v-5cec8177],
  825. .u-fade-zoom-leave-active[data-v-5cec8177] {
  826. transition-property: transform, opacity;
  827. }
  828. .u-fade-down-enter-active[data-v-5cec8177],
  829. .u-fade-down-leave-active[data-v-5cec8177],
  830. .u-fade-left-enter-active[data-v-5cec8177],
  831. .u-fade-left-leave-active[data-v-5cec8177],
  832. .u-fade-right-enter-active[data-v-5cec8177],
  833. .u-fade-right-leave-active[data-v-5cec8177],
  834. .u-fade-up-enter-active[data-v-5cec8177],
  835. .u-fade-up-leave-active[data-v-5cec8177] {
  836. transition-property: opacity, transform;
  837. }
  838. .u-fade-up-enter[data-v-5cec8177],
  839. .u-fade-up-leave-to[data-v-5cec8177] {
  840. transform: translate3d(0, 100%, 0);
  841. opacity: 0;
  842. }
  843. .u-fade-down-enter[data-v-5cec8177],
  844. .u-fade-down-leave-to[data-v-5cec8177] {
  845. transform: translate3d(0, -100%, 0);
  846. opacity: 0;
  847. }
  848. .u-fade-left-enter[data-v-5cec8177],
  849. .u-fade-left-leave-to[data-v-5cec8177] {
  850. transform: translate3d(-100%, 0, 0);
  851. opacity: 0;
  852. }
  853. .u-fade-right-enter[data-v-5cec8177],
  854. .u-fade-right-leave-to[data-v-5cec8177] {
  855. transform: translate3d(100%, 0, 0);
  856. opacity: 0;
  857. }
  858. .u-slide-down-enter-active[data-v-5cec8177],
  859. .u-slide-down-leave-active[data-v-5cec8177],
  860. .u-slide-left-enter-active[data-v-5cec8177],
  861. .u-slide-left-leave-active[data-v-5cec8177],
  862. .u-slide-right-enter-active[data-v-5cec8177],
  863. .u-slide-right-leave-active[data-v-5cec8177],
  864. .u-slide-up-enter-active[data-v-5cec8177],
  865. .u-slide-up-leave-active[data-v-5cec8177] {
  866. transition-property: transform;
  867. }
  868. .u-slide-up-enter[data-v-5cec8177],
  869. .u-slide-up-leave-to[data-v-5cec8177] {
  870. transform: translate3d(0, 100%, 0);
  871. }
  872. .u-slide-down-enter[data-v-5cec8177],
  873. .u-slide-down-leave-to[data-v-5cec8177] {
  874. transform: translate3d(0, -100%, 0);
  875. }
  876. .u-slide-left-enter[data-v-5cec8177],
  877. .u-slide-left-leave-to[data-v-5cec8177] {
  878. transform: translate3d(-100%, 0, 0);
  879. }
  880. .u-slide-right-enter[data-v-5cec8177],
  881. .u-slide-right-leave-to[data-v-5cec8177] {
  882. transform: translate3d(100%, 0, 0);
  883. }
  884. .u-zoom-enter-active[data-v-5cec8177],
  885. .u-zoom-leave-active[data-v-5cec8177] {
  886. transition-property: transform;
  887. }
  888. .u-zoom-enter[data-v-5cec8177],
  889. .u-zoom-leave-to[data-v-5cec8177] {
  890. transform: scale(0.95);
  891. }
  892. /**
  893. * 这里是uni-app内置的常用样式变量
  894. *
  895. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  896. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  897. *
  898. */
  899. /**
  900. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  901. *
  902. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  903. */
  904. /* 颜色变量 */
  905. /* 行为相关颜色 */
  906. /* 文字基本颜色 */
  907. /* 背景颜色 */
  908. /* 边框颜色 */
  909. /* 尺寸变量 */
  910. /* 文字尺寸 */
  911. /* 图片尺寸 */
  912. /* Border Radius */
  913. /* 水平间距 */
  914. /* 垂直间距 */
  915. /* 透明度 */
  916. /* 文章场景相关 */
  917. uni-view[data-v-9112bed9], uni-scroll-view[data-v-9112bed9], uni-swiper-item[data-v-9112bed9] {
  918. display: flex;
  919. flex-direction: column;
  920. flex-shrink: 0;
  921. flex-grow: 0;
  922. flex-basis: auto;
  923. align-items: stretch;
  924. align-content: flex-start;
  925. }
  926. .u-overlay[data-v-9112bed9] {
  927. position: fixed;
  928. top: 0;
  929. left: 0;
  930. width: 100%;
  931. height: 100%;
  932. background-color: rgba(0, 0, 0, 0.7);
  933. }
  934. /**
  935. * 这里是uni-app内置的常用样式变量
  936. *
  937. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  938. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  939. *
  940. */
  941. /**
  942. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  943. *
  944. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  945. */
  946. /* 颜色变量 */
  947. /* 行为相关颜色 */
  948. /* 文字基本颜色 */
  949. /* 背景颜色 */
  950. /* 边框颜色 */
  951. /* 尺寸变量 */
  952. /* 文字尺寸 */
  953. /* 图片尺寸 */
  954. /* Border Radius */
  955. /* 水平间距 */
  956. /* 垂直间距 */
  957. /* 透明度 */
  958. /* 文章场景相关 */
  959. .u-status-bar[data-v-eb8e0cdd] {
  960. width: 100%;
  961. }
  962. /**
  963. * 这里是uni-app内置的常用样式变量
  964. *
  965. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  966. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  967. *
  968. */
  969. /**
  970. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  971. *
  972. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  973. */
  974. /* 颜色变量 */
  975. /* 行为相关颜色 */
  976. /* 文字基本颜色 */
  977. /* 背景颜色 */
  978. /* 边框颜色 */
  979. /* 尺寸变量 */
  980. /* 文字尺寸 */
  981. /* 图片尺寸 */
  982. /* Border Radius */
  983. /* 水平间距 */
  984. /* 垂直间距 */
  985. /* 透明度 */
  986. /* 文章场景相关 */
  987. .u-safe-bottom[data-v-f3d22cfe] {
  988. width: 100%;
  989. }
  990. /**
  991. * 这里是uni-app内置的常用样式变量
  992. *
  993. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  994. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  995. *
  996. */
  997. /**
  998. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  999. *
  1000. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  1001. */
  1002. /* 颜色变量 */
  1003. /* 行为相关颜色 */
  1004. /* 文字基本颜色 */
  1005. /* 背景颜色 */
  1006. /* 边框颜色 */
  1007. /* 尺寸变量 */
  1008. /* 文字尺寸 */
  1009. /* 图片尺寸 */
  1010. /* Border Radius */
  1011. /* 水平间距 */
  1012. /* 垂直间距 */
  1013. /* 透明度 */
  1014. /* 文章场景相关 */
  1015. uni-view[data-v-05c24e9b], uni-scroll-view[data-v-05c24e9b], uni-swiper-item[data-v-05c24e9b] {
  1016. display: flex;
  1017. flex-direction: column;
  1018. flex-shrink: 0;
  1019. flex-grow: 0;
  1020. flex-basis: auto;
  1021. align-items: stretch;
  1022. align-content: flex-start;
  1023. }
  1024. .u-popup[data-v-05c24e9b] {
  1025. flex: 1;
  1026. }
  1027. .u-popup__content[data-v-05c24e9b] {
  1028. background-color: #fff;
  1029. position: relative;
  1030. }
  1031. .u-popup__content--round-top[data-v-05c24e9b] {
  1032. border-top-left-radius: 0;
  1033. border-top-right-radius: 0;
  1034. border-bottom-left-radius: 10px;
  1035. border-bottom-right-radius: 10px;
  1036. }
  1037. .u-popup__content--round-left[data-v-05c24e9b] {
  1038. border-top-left-radius: 0;
  1039. border-top-right-radius: 10px;
  1040. border-bottom-left-radius: 0;
  1041. border-bottom-right-radius: 10px;
  1042. }
  1043. .u-popup__content--round-right[data-v-05c24e9b] {
  1044. border-top-left-radius: 10px;
  1045. border-top-right-radius: 0;
  1046. border-bottom-left-radius: 10px;
  1047. border-bottom-right-radius: 0;
  1048. }
  1049. .u-popup__content--round-bottom[data-v-05c24e9b] {
  1050. border-top-left-radius: 10px;
  1051. border-top-right-radius: 10px;
  1052. border-bottom-left-radius: 0;
  1053. border-bottom-right-radius: 0;
  1054. }
  1055. .u-popup__content--round-center[data-v-05c24e9b] {
  1056. border-top-left-radius: 10px;
  1057. border-top-right-radius: 10px;
  1058. border-bottom-left-radius: 10px;
  1059. border-bottom-right-radius: 10px;
  1060. }
  1061. .u-popup__content__close[data-v-05c24e9b] {
  1062. position: absolute;
  1063. }
  1064. .u-popup__content__close--hover[data-v-05c24e9b] {
  1065. opacity: 0.4;
  1066. }
  1067. .u-popup__content__close--top-left[data-v-05c24e9b] {
  1068. top: 15px;
  1069. left: 15px;
  1070. }
  1071. .u-popup__content__close--top-right[data-v-05c24e9b] {
  1072. top: 15px;
  1073. right: 15px;
  1074. }
  1075. .u-popup__content__close--bottom-left[data-v-05c24e9b] {
  1076. bottom: 15px;
  1077. left: 15px;
  1078. }
  1079. .u-popup__content__close--bottom-right[data-v-05c24e9b] {
  1080. right: 15px;
  1081. bottom: 15px;
  1082. }
  1083. /**
  1084. * 这里是uni-app内置的常用样式变量
  1085. *
  1086. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  1087. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  1088. *
  1089. */
  1090. /**
  1091. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  1092. *
  1093. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  1094. */
  1095. /* 颜色变量 */
  1096. /* 行为相关颜色 */
  1097. /* 文字基本颜色 */
  1098. /* 背景颜色 */
  1099. /* 边框颜色 */
  1100. /* 尺寸变量 */
  1101. /* 文字尺寸 */
  1102. /* 图片尺寸 */
  1103. /* Border Radius */
  1104. /* 水平间距 */
  1105. /* 垂直间距 */
  1106. /* 透明度 */
  1107. /* 文章场景相关 */
  1108. uni-view[data-v-c8491d64], uni-scroll-view[data-v-c8491d64], uni-swiper-item[data-v-c8491d64] {
  1109. display: flex;
  1110. flex-direction: column;
  1111. flex-shrink: 0;
  1112. flex-grow: 0;
  1113. flex-basis: auto;
  1114. align-items: stretch;
  1115. align-content: flex-start;
  1116. }
  1117. .u-upload[data-v-c8491d64] {
  1118. display: flex;
  1119. flex-direction: column;
  1120. flex: 1;
  1121. }
  1122. .u-upload__wrap[data-v-c8491d64] {
  1123. display: flex;
  1124. flex-direction: row;
  1125. flex-wrap: wrap;
  1126. flex: 1;
  1127. }
  1128. .u-upload__wrap__preview[data-v-c8491d64] {
  1129. border-radius: 2px;
  1130. margin: 0 8px 8px 0;
  1131. position: relative;
  1132. overflow: hidden;
  1133. display: flex;
  1134. flex-direction: row;
  1135. }
  1136. .u-upload__wrap__preview__image[data-v-c8491d64] {
  1137. width: 80px;
  1138. height: 80px;
  1139. }
  1140. .u-upload__wrap__preview__other[data-v-c8491d64] {
  1141. width: 80px;
  1142. height: 80px;
  1143. background-color: #f2f2f2;
  1144. flex: 1;
  1145. display: flex;
  1146. flex-direction: column;
  1147. justify-content: center;
  1148. align-items: center;
  1149. }
  1150. .u-upload__wrap__preview__other__text[data-v-c8491d64] {
  1151. font-size: 11px;
  1152. color: #909193;
  1153. margin-top: 2px;
  1154. }
  1155. .u-upload__deletable[data-v-c8491d64] {
  1156. position: absolute;
  1157. top: 0;
  1158. right: 0;
  1159. background-color: #373737;
  1160. height: 14px;
  1161. width: 14px;
  1162. display: flex;
  1163. flex-direction: row;
  1164. border-bottom-left-radius: 100px;
  1165. align-items: center;
  1166. justify-content: center;
  1167. z-index: 3;
  1168. }
  1169. .u-upload__deletable__icon[data-v-c8491d64] {
  1170. position: absolute;
  1171. transform: scale(0.7);
  1172. top: 0px;
  1173. right: 0px;
  1174. }
  1175. .u-upload__success[data-v-c8491d64] {
  1176. position: absolute;
  1177. bottom: 0;
  1178. right: 0;
  1179. display: flex;
  1180. flex-direction: row;
  1181. border-style: solid;
  1182. border-top-color: transparent;
  1183. border-left-color: transparent;
  1184. border-bottom-color: #22ac38;
  1185. border-right-color: #22ac38;
  1186. border-width: 9px;
  1187. align-items: center;
  1188. justify-content: center;
  1189. }
  1190. .u-upload__success__icon[data-v-c8491d64] {
  1191. position: absolute;
  1192. transform: scale(0.7);
  1193. bottom: -10px;
  1194. right: -10px;
  1195. }
  1196. .u-upload__status[data-v-c8491d64] {
  1197. position: absolute;
  1198. top: 0;
  1199. bottom: 0;
  1200. left: 0;
  1201. right: 0;
  1202. background-color: rgba(0, 0, 0, 0.5);
  1203. display: flex;
  1204. flex-direction: column;
  1205. align-items: center;
  1206. justify-content: center;
  1207. }
  1208. .u-upload__status__icon[data-v-c8491d64] {
  1209. position: relative;
  1210. z-index: 1;
  1211. }
  1212. .u-upload__status__message[data-v-c8491d64] {
  1213. font-size: 12px;
  1214. color: #FFFFFF;
  1215. margin-top: 5px;
  1216. }
  1217. .u-upload__button[data-v-c8491d64] {
  1218. display: flex;
  1219. flex-direction: column;
  1220. align-items: center;
  1221. justify-content: center;
  1222. width: 80px;
  1223. height: 80px;
  1224. background-color: #f4f5f7;
  1225. border-radius: 2px;
  1226. margin: 0 8px 8px 0;
  1227. box-sizing: border-box;
  1228. }
  1229. .u-upload__button__text[data-v-c8491d64] {
  1230. font-size: 11px;
  1231. color: #909193;
  1232. margin-top: 2px;
  1233. }
  1234. .u-upload__button--hover[data-v-c8491d64] {
  1235. background-color: #e6e7e9;
  1236. }
  1237. .u-upload__button--disabled[data-v-c8491d64] {
  1238. opacity: 0.5;
  1239. }
  1240. /**
  1241. * 这里是uni-app内置的常用样式变量
  1242. *
  1243. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  1244. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  1245. *
  1246. */
  1247. /**
  1248. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  1249. *
  1250. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  1251. */
  1252. /* 颜色变量 */
  1253. /* 行为相关颜色 */
  1254. /* 文字基本颜色 */
  1255. /* 背景颜色 */
  1256. /* 边框颜色 */
  1257. /* 尺寸变量 */
  1258. /* 文字尺寸 */
  1259. /* 图片尺寸 */
  1260. /* Border Radius */
  1261. /* 水平间距 */
  1262. /* 垂直间距 */
  1263. /* 透明度 */
  1264. /* 文章场景相关 */
  1265. .tips[data-v-5002576b] {
  1266. font-size: 0.75rem;
  1267. font-family: PingFangSC, PingFang SC;
  1268. font-weight: 400;
  1269. color: #969696;
  1270. line-height: 1.5rem;
  1271. margin-top: 0.3125rem;
  1272. }
  1273. [data-v-5002576b] .align-right .u-upload__wrap {
  1274. justify-content: flex-end;
  1275. }
  1276. /**
  1277. * 这里是uni-app内置的常用样式变量
  1278. *
  1279. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  1280. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  1281. *
  1282. */
  1283. /**
  1284. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  1285. *
  1286. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  1287. */
  1288. /* 颜色变量 */
  1289. /* 行为相关颜色 */
  1290. /* 文字基本颜色 */
  1291. /* 背景颜色 */
  1292. /* 边框颜色 */
  1293. /* 尺寸变量 */
  1294. /* 文字尺寸 */
  1295. /* 图片尺寸 */
  1296. /* Border Radius */
  1297. /* 水平间距 */
  1298. /* 垂直间距 */
  1299. /* 透明度 */
  1300. /* 文章场景相关 */
  1301. [data-v-0265fb8a] .u-popup__content {
  1302. border-radius: 12px;
  1303. }
  1304. .popup-container[data-v-0265fb8a] {
  1305. width: 20rem;
  1306. background-color: #ffffff;
  1307. border-radius: 0.375rem;
  1308. padding: 0.9375rem;
  1309. }
  1310. .popup-container[data-v-0265fb8a] .u-form .u-form-item__body {
  1311. padding: 0.625rem 0;
  1312. }
  1313. .popup-container[data-v-0265fb8a] .u-form .u-form-item__body__left__content {
  1314. padding-bottom: 0.25rem;
  1315. }
  1316. .popup-container .upload-slot[data-v-0265fb8a] {
  1317. width: 5rem;
  1318. height: 5rem;
  1319. border: 0.0625rem dashed #dcdfe6;
  1320. border-radius: 0.25rem;
  1321. display: flex;
  1322. flex-direction: column;
  1323. align-items: center;
  1324. justify-content: center;
  1325. }
  1326. .popup-container .upload-slot .upload-text[data-v-0265fb8a] {
  1327. font-size: 0.75rem;
  1328. color: #909399;
  1329. margin-top: 0.3125rem;
  1330. }
  1331. .popup-container .button-group[data-v-0265fb8a] {
  1332. display: flex;
  1333. justify-content: space-between;
  1334. margin-top: 1.25rem;
  1335. padding: 0 0.625rem;
  1336. }
  1337. .popup-container .button-group[data-v-0265fb8a] .u-button {
  1338. width: 45%;
  1339. border-radius: 0.25rem;
  1340. }
  1341. /**
  1342. * 这里是uni-app内置的常用样式变量
  1343. *
  1344. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  1345. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  1346. *
  1347. */
  1348. /**
  1349. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  1350. *
  1351. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  1352. */
  1353. /* 颜色变量 */
  1354. /* 行为相关颜色 */
  1355. /* 文字基本颜色 */
  1356. /* 背景颜色 */
  1357. /* 边框颜色 */
  1358. /* 尺寸变量 */
  1359. /* 文字尺寸 */
  1360. /* 图片尺寸 */
  1361. /* Border Radius */
  1362. /* 水平间距 */
  1363. /* 垂直间距 */
  1364. /* 透明度 */
  1365. /* 文章场景相关 */
  1366. .search-header[data-v-0452ab4c] {
  1367. position: -webkit-sticky;
  1368. position: sticky;
  1369. top: 0;
  1370. z-index: 100;
  1371. background-color: #22ac38;
  1372. padding: 0.625rem;
  1373. }
  1374. .search-header .search-box[data-v-0452ab4c] {
  1375. display: flex;
  1376. align-items: center;
  1377. border-radius: 0.25rem;
  1378. padding: 0 0.625rem;
  1379. }
  1380. .search-header[data-v-0452ab4c] .uni-input-placeholder {
  1381. font-size: 1rem;
  1382. }
  1383. .book-list[data-v-0452ab4c] {
  1384. padding: 0.625rem;
  1385. }
  1386. .book-list .book-item[data-v-0452ab4c] {
  1387. display: flex;
  1388. justify-content: space-between;
  1389. align-items: center;
  1390. background-color: #ffffff;
  1391. border-radius: 0.375rem;
  1392. padding: 0.625rem;
  1393. margin-bottom: 0.625rem;
  1394. box-shadow: 0 0.0625rem 0.375rem rgba(0, 0, 0, 0.04);
  1395. }
  1396. .book-list .book-item .book-info[data-v-0452ab4c] {
  1397. display: flex;
  1398. flex: 1;
  1399. }
  1400. .book-list .book-item .book-info .book-image[data-v-0452ab4c] {
  1401. width: 5rem;
  1402. height: 6.25rem;
  1403. border-radius: 0.25rem;
  1404. margin-right: 0.625rem;
  1405. }
  1406. .book-list .book-item .book-info .book-details[data-v-0452ab4c] {
  1407. display: flex;
  1408. flex-direction: column;
  1409. justify-content: space-between;
  1410. }
  1411. .book-list .book-item .book-info .book-details .book-title[data-v-0452ab4c] {
  1412. font-size: 1rem;
  1413. font-weight: bold;
  1414. color: #333;
  1415. }
  1416. .book-list .book-item .book-info .book-details .book-isbn[data-v-0452ab4c],
  1417. .book-list .book-item .book-info .book-details .book-price[data-v-0452ab4c],
  1418. .book-list .book-item .book-info .book-details .book-set[data-v-0452ab4c] {
  1419. font-size: 0.8125rem;
  1420. color: #666;
  1421. margin-top: 0.25rem;
  1422. }
  1423. .book-list .book-item .book-action[data-v-0452ab4c] {
  1424. padding: 0.625rem;
  1425. }