app.wxss 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665
  1. @import "lib/style/icon.wxss";
  2. /* init tags */
  3. page {
  4. /* size */
  5. --sizehgr: 48rpx;
  6. --sizehg: 44rpx;
  7. --sizelgr: 40rpx;
  8. --sizelg: 36rpx;
  9. --sizenor: 30rpx;
  10. --sizesm: 28rpx;
  11. --sizesmr: 24rpx;
  12. --sizetn: 20rpx;
  13. --sizetnr: 16rpx;
  14. /* color */
  15. --tit: #666;
  16. --theme: #e51b35;
  17. --dark: #333;
  18. --darkgray: #666;
  19. --lightgray: #999;
  20. --bg: #e6e6e6;
  21. --fg: #fff;
  22. --raduis: 10rpx;
  23. --wrp: 20rpx;
  24. --txtsub: 0.88em;
  25. --themecolor: #002063;
  26. --themeborcolor: #e6e6e6;
  27. --themebor: 1rpx solid var(--themeborcolor);
  28. --themerad: 10rpx;
  29. --themedanger: #e6233c;
  30. --colorattr: #036eb8;
  31. --colorp: #9d9d9d;
  32. --shadow: 0 2px 4px #666;
  33. width: 100vw;
  34. /* height: 100vh; */
  35. color: var(--dark);
  36. font-size: var(--sizenor);
  37. overflow-x: hidden;
  38. background-color: var(--themeborcolor);
  39. }
  40. view, page {
  41. box-sizing: border-box;
  42. }
  43. .both {
  44. margin: 0 10rpx;
  45. }
  46. button {
  47. margin-left: 0;
  48. margin-right: 0;
  49. font-size: inherit;
  50. line-height: normal;
  51. padding: 12rpx 32rpx;
  52. background-color: transparent;
  53. }
  54. .button-hover {
  55. background-color: transparent;
  56. }
  57. image {
  58. display: block;
  59. }
  60. textarea {
  61. width: 100%
  62. }
  63. /*****************************/
  64. /******* embellishment *******/
  65. .assetsbg {
  66. /* Safari 5.1 - 6.0 */
  67. background: -webkit-linear-gradient(left, #ff4a76, #ff9605);
  68. /* Opera 11.1 - 12.0 */
  69. background: -o-linear-gradient(left, #ff4a76, #ff9605);
  70. /* Firefox 3.6 - 15 */
  71. background: -moz-linear-gradient(left, #ff4a76, #ff9605);
  72. background: linear-gradient(left, #ff4a76, #ff9605);
  73. }
  74. .shadow {
  75. box-shadow: var(--shadow);
  76. }
  77. /* 反色 anti-color */
  78. .acolorw {
  79. color: #fff;
  80. }
  81. .subtxt {
  82. color: darkgray;
  83. }
  84. .txtdanger {
  85. color: var(--theme);
  86. }
  87. .themerad {
  88. border-radius: var(--raduis)
  89. }
  90. /* 不换行 */
  91. .nowrap, .nowrap-ell {
  92. white-space: nowrap;
  93. }
  94. .nowrap-ell, .txtelldup {
  95. text-overflow: ellipsis;
  96. }
  97. .txtelldup {
  98. display: -webkit-box;
  99. -webkit-line-clamp: 2;
  100. -webkit-box-orient: vertical
  101. }
  102. .txtt, .txty {
  103. margin-top: .4em;
  104. }
  105. .txtb, .txty {
  106. margin-bottom: .4em;
  107. }
  108. .txtl, .txtx {
  109. margin-left: .4em;
  110. }
  111. .txtr, .txtx {
  112. margin-right: .4em
  113. }
  114. /* 文字 */
  115. .txtanti {
  116. color: #fff;
  117. }
  118. .txtcenter {
  119. text-align: center;
  120. }
  121. .txtbold {
  122. font-weight: bold;
  123. }
  124. .txtpro {
  125. font-size: 1.12em;
  126. }
  127. .txtsub {
  128. font-size: 0.88em;
  129. }
  130. .txthgr {
  131. font-size: var(--sizehgr);
  132. }
  133. .txthg {
  134. font-size: var(--sizehg);
  135. }
  136. .txtlgr {
  137. font-size: var(--sizelgr);
  138. }
  139. .txt-large, .txtlg, .txt-opt {
  140. font-size: var(--sizelg);
  141. }
  142. .txt-normal, .txt {
  143. font-size: var(--sizenor);
  144. }
  145. .txt-small, .txtsm {
  146. font-size: var(--sizesm);
  147. }
  148. .txt-smaller, .txtsmr {
  149. font-size: var(--sizesmr);
  150. }
  151. .txttn, .txttn {
  152. font-size: var(--sizetn);
  153. }
  154. .txtbold {
  155. font-weight: bold;
  156. }
  157. .txt-opt, .txt-highlight, .txtboldr {
  158. font-weight: bolder;
  159. }
  160. .txt-lighter {
  161. font-weight: lighter;
  162. }
  163. /* 文字状态 */
  164. .active, .txt-highlight, .discounts {
  165. color: var(--theme);
  166. }
  167. .note {
  168. color: var(--gray);
  169. }
  170. .inactive, .notetit {
  171. color: #666;
  172. }
  173. .common {
  174. color: initial;
  175. }
  176. /* 背景色,前景色 */
  177. .bg {
  178. background-color: var(--bg);
  179. }
  180. .fg {
  181. background-color: var(--fg);
  182. }
  183. /* cover */
  184. .cover {
  185. background-color: rgba(0, 0, 0, 0.8);
  186. }
  187. .danger {
  188. border-color: red;
  189. }
  190. /* 超链接颜色 */
  191. .hyperlink {
  192. color: #00f;
  193. }
  194. /* 删除线 */
  195. .s {
  196. text-decoration-line: line-through;
  197. }
  198. /* 图标大小 */
  199. .icon-huge image, .temp-box, .imghg image, .boxhg {
  200. width: 180rpx;
  201. height: 180rpx;
  202. }
  203. .icon-larger image, .imglgr image, .boxlgr {
  204. width: 160rpx;
  205. height: 160rpx;
  206. }
  207. .icon-head, .icon-large image, .imglg image, .boxlg {
  208. width: 140rpx;
  209. height: 140rpx;
  210. }
  211. .icon, .icon-normal image, .img image, .box {
  212. width: 44rpx;
  213. height: 44rpx;
  214. }
  215. .icon-common image, .icon-small image, .imgsm image, .boxsm {
  216. width: 32rpx;
  217. height: 32rpx;
  218. }
  219. .icon-smaller image, .imgsmr image, .boxsmr {
  220. width: 28rpx;
  221. height: 28rpx;
  222. }
  223. /**********************/
  224. /******* layout *******/
  225. /* 盒子 */
  226. .boxpro {
  227. height: 1.12em !important;
  228. width: 1.12em !important;
  229. }
  230. .boxsub {
  231. height: 0.88em !important;
  232. width: 0.88em !important;
  233. }
  234. /* 定位 */
  235. .posabswrp, .posrel {
  236. position: relative;
  237. }
  238. .posabs {
  239. position: absolute;
  240. }
  241. .posfix {
  242. position: fixed;
  243. }
  244. ::-webkit-scrollbar, .hide {
  245. display: none;
  246. }
  247. /* 圆 */
  248. .circle {
  249. border-radius: 50%;
  250. }
  251. /* 填充圆 */
  252. .circle .filled, .full, .col.scroll, .fully {
  253. height: 100%;
  254. }
  255. .circle .filled, .full, .row.scroll, .fullx {
  256. width: 100%;
  257. }
  258. /* 行布局,列布局 */
  259. /* lv : listview */
  260. .row, .col, .lv, .lv .li {
  261. display: -webkit-box;
  262. display: flex;
  263. }
  264. .col {
  265. flex-direction: column;
  266. }
  267. .col.reverse {
  268. flex-direction: column-reverse;
  269. }
  270. .row.wrap, .col.wrap {
  271. flex-wrap: wrap;
  272. }
  273. /* 弹性格,收缩格,扩展格 */
  274. .flexible, .shrinkable, .growable {
  275. min-width: 0;
  276. }
  277. .flexible {
  278. flex: 1;
  279. -prefix-box-flex: 1;
  280. -webkit-box-flex: 1;
  281. /*  -webkit-flex: 1; *//*  -moz-box-flex: 1; *//*  -ms-flex: 1; */
  282. }
  283. .shrinkable {
  284. flex-shrink: 1;
  285. }
  286. .growable {
  287. flex-grow: 1;
  288. }
  289. /* 内容包裹方式 包裹wrapped:wrp 插入inserted:in 结合combined:comb 单边side */
  290. /* 垂直方向vertical:ver,水平方向horizontal:hor */
  291. /* normal */
  292. .wrp, .inright, .inleft, .wrpy, .wrptop, .inbot {
  293. padding-top: 24rpx;
  294. }
  295. .wrp, .inright, .intop, .wrpleft, .inbot {
  296. padding-left: 24rpx;
  297. }
  298. .wrp, .inleft, .intop, .wrpright, .inbot {
  299. padding-right: 24rpx;
  300. }
  301. .wrp, .inright, .inleft, .intop, .wrpy, .wrpbot {
  302. padding-bottom: 24rpx;
  303. }
  304. /* little */
  305. .wrplit, .combverlit {
  306. padding-top: 10rpx;
  307. }
  308. .wrplit, .combhorlit {
  309. padding-left: 10rpx;
  310. }
  311. .wrplit, .combhorlit {
  312. padding-right: 10rpx;
  313. }
  314. .wrplit, .combverlit, .sidebotlit {
  315. padding-bottom: 10rpx;
  316. }
  317. .inrightlit {
  318. padding: 10rpx 10rpx 10rpx 0;
  319. }
  320. .insertedbot-lit {
  321. padding: 10rpx 10rpx 0;
  322. }
  323. /* large */
  324. .wrplg, .combinedhorlg, .combhorlg, .insertedtoplg, .intoplg, .inbotlg,
  325. .sideleftlg {
  326. padding-left: 32rpx;
  327. }
  328. .wrplg, .combinedhorlg, .combhorlg, .insertedtoplg, .intoplg, .insertedleftlg,
  329. .inleftlg, .inbotlg, .wrprlg {
  330. padding-right: 32rpx;
  331. }
  332. .wrplg, .combinedverlg, .combverlg, .insertedleftlg, .inleftlg, .inbotlg,
  333. .sidetoplg {
  334. padding-top: 32rpx;
  335. }
  336. .wrplg, .combinedverlg, .combverlg, .insertedtoplg, .intoplg, .insertedleftlg,
  337. .inleftlg, .sidebotlg {
  338. padding-bottom: 32rpx;
  339. }
  340. .wrplgr {
  341. padding: 40rpx;
  342. }
  343. /* 垂直居中,水平居中,水平锤子居中,倒序 */
  344. .row.center, .col.center, .row.main-center, .row.maincenter, .col.main-center,
  345. .col.maincenter {
  346. justify-content: center;
  347. }
  348. .row.center, .col.center, .row.cross-center, .row.crosscenter, .col.crosscenter,
  349. .col.cross-center {
  350. align-items: center;
  351. }
  352. /* 两端对齐 */
  353. .between {
  354. justify-content: space-between;
  355. }
  356. /* 平铺 */
  357. .around {
  358. justify-content: space-around;
  359. }
  360. /* 左对齐 */
  361. .row.left {
  362. justify-content: flex-start;
  363. }
  364. .col.left {
  365. align-items: flex-start;
  366. }
  367. /* 右对齐 */
  368. .row.right {
  369. justify-content: flex-end;
  370. }
  371. .col.right {
  372. align-items: flex-end;
  373. }
  374. /* 底部对齐 */
  375. .row.bot {
  376. align-items: flex-end;
  377. }
  378. .col.bot {
  379. justify-content: flex-end;
  380. }
  381. /* 滚动 */
  382. .circle, .nowrap-ell, .scrolly, .noscroll {
  383. overflow: hidden;
  384. }
  385. .scrolly {
  386. overflow-y: scroll;
  387. }
  388. .row.scroll {
  389. overflow-x: scroll;
  390. overflow-y: hidden;
  391. }
  392. /* 边 bor */
  393. .bor, .bortop, .bory {
  394. border-top: var(--themebor);
  395. }
  396. .bor, .borleft, .borx {
  397. border-left: var(--themebor);
  398. }
  399. .bor, .borright, .borx {
  400. border-right: var(--themebor);
  401. }
  402. .bor, .borbot, .bory {
  403. border-bottom: var(--themebor);
  404. }
  405. /* 块间距 gap */
  406. /* less:ls */
  407. .gapbot, .gaprb, .gaplb, .gapy {
  408. margin-bottom: 24rpx;
  409. }
  410. .gaptop, .gaprt, .gaplt, .gapy {
  411. margin-top: 24rpx;
  412. }
  413. .gapleft, .gaplt, .gaplb{
  414. margin-left: 24rpx;
  415. }
  416. .gapright, .gaprt, .gaprb {
  417. margin-right: 24rpx;
  418. }
  419. .gaptoplit {
  420. margin-top: 20rpx;
  421. }
  422. .gapbotlit {
  423. margin-bottom: 20rpx;
  424. }
  425. .gapleftlit {
  426. margin-left: 20rpx;
  427. }
  428. .gaprightlit {
  429. margin-right: 20rpx;
  430. }
  431. .gaptopls {
  432. margin-top: 10rpx;
  433. }
  434. .gapbotls {
  435. margin-bottom: 10rpx;
  436. }
  437. .gapleftls {
  438. margin-left: 10rpx;
  439. }
  440. .gaprightls {
  441. margin-right: 10rpx;
  442. }
  443. /* 组件样式 */
  444. /* .banner {
  445. margin: var(--wrp);
  446. height: 20%;
  447. overflow: hidden;
  448. border-radius: var(--raduis);
  449. }
  450. .banner image {
  451. width: 100%;
  452. }
  453. .personalPanel {
  454. margin: var(--wrp);
  455. padding: var(--wrp);
  456. background-color: var(--fg);
  457. border-radius: var(--raduis);
  458. }
  459. .personalPanel .avatar {
  460. height: 112rpx;
  461. width: 112rpx;
  462. display: inline-block;
  463. margin-right: var(--wrp);
  464. }
  465. .personalPanel .subinfo {
  466. color: darkgray;
  467. font-size: var(--sizesmr);
  468. }
  469. .article {
  470. padding: var(--wrp);
  471. }
  472. .article .title {
  473. font-weight: bold;
  474. }
  475. .article .more {
  476. font-size: var(--txtsub);
  477. color: darkgray;
  478. }
  479. .article .empty {
  480. font-size: var(--sizesmr);
  481. color: darkgray;
  482. height: 420rpx;
  483. }
  484. .article .empty image {
  485. width: 290rpx;
  486. height: 190rpx;
  487. margin-bottom: calc(var(--wrp) * 2);
  488. }
  489. .btngroup {
  490. }
  491. .btn {
  492. color: #fff;
  493. background-color: #e3485a;
  494. width: 80%;
  495. padding: var(--wrp);
  496. }
  497. .btnround {
  498. border-radius: 40rpx;
  499. } */
  500. /* main style */