C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

98 lines
2.0 KiB

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