C端小程序
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

96 rindas
1.9 KiB

  1. @font-face {
  2. font-family: 'iconfont'; /* project id 777313 */
  3. src: url('//at.alicdn.com/t/font_777313_jq7td4d3uab.eot');
  4. src: url('//at.alicdn.com/t/font_777313_jq7td4d3uab.eot?#iefix') format('embedded-opentype'),
  5. url('//at.alicdn.com/t/font_777313_jq7td4d3uab.woff') format('woff'),
  6. url('//at.alicdn.com/t/font_777313_jq7td4d3uab.ttf') format('truetype'),
  7. url('//at.alicdn.com/t/font_777313_jq7td4d3uab.svg#iconfont') format('svg');
  8. }
  9. .iconfont {
  10. font-family: "iconfont" !important;
  11. font-size: 36rpx;
  12. font-style: normal;
  13. -webkit-font-smoothing: antialiased;
  14. -webkit-text-stroke-width: 0.2rpx;
  15. -moz-osx-font-smoothing: grayscale;
  16. }
  17. /* 定位 */
  18. .icon-dingweib:before { content: "\e652"; }
  19. /* 三角 */
  20. .icon-choose:before { content: "\e601"; }
  21. /* 右箭头 */
  22. .icon-right:before { content: "\e612"; }
  23. /* 边框 */
  24. .app-border-top,
  25. .app-border-bottom {
  26. position: relative;
  27. width: 100%;
  28. }
  29. .app-border-top::after,
  30. .app-border-bottom::after {
  31. content: '';
  32. position: absolute;
  33. background-color: #ddd;
  34. display: block !important;
  35. z-index: 1;
  36. top: auto;
  37. right: auto;
  38. width: 100%;
  39. height: 1rpx;
  40. transform-origin: 50% 100%;
  41. transform: scaleY(0.5);
  42. }
  43. .app-border-top:last-child:after,
  44. .app-border-bottom:last-child::after {
  45. display: none !important;
  46. }
  47. .app-border-top::after {
  48. top: 0;
  49. }
  50. .app-border-bottom::after {
  51. bottom: 0;
  52. }
  53. .app-border-left,
  54. .app-border-right {
  55. position: relative;
  56. height: 100%;
  57. }
  58. .app-border-left::before,
  59. .app-border-right::before {
  60. content: '';
  61. position: absolute;
  62. background-color: #ddd;
  63. display: block;
  64. z-index: 1;
  65. top: 0;
  66. bottom: 0;
  67. height: 100%;
  68. width: 1rpx;
  69. transform-origin: 50% 100%;
  70. transform: scaleX(0.5);
  71. }
  72. .app-border-left::before {
  73. left: 0;
  74. }
  75. .app-border-right::before {
  76. right: 0;
  77. }
  78. view{
  79. font-family: PingFangSC-Semibold;
  80. }
  81. page{
  82. width: 100%;
  83. height: 100%;
  84. }