app.wxss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. /**app.wxss**/
  2. .container {
  3. height: 100%;
  4. display: flex;
  5. flex-direction: column;
  6. align-items: center;
  7. justify-content: space-between;
  8. padding: 200rpx 0;
  9. box-sizing: border-box;
  10. font-family: "苹方R";
  11. }
  12. .mp-component-tip {
  13. position: relative;
  14. margin-top: 50rpx;
  15. padding-left: 14rpx;
  16. width: 100%;
  17. height: 30rpx;
  18. line-height: 30rpx;
  19. font-size: 26rpx;
  20. color: #336FE9;
  21. font-family: "苹方M";
  22. box-sizing: border-box;
  23. }
  24. .mp-component-tip::before {
  25. content: "";
  26. position: absolute;
  27. left: 0;
  28. top: 2rpx;
  29. width: 6rpx;
  30. height: 26rpx;
  31. border-radius: 3rpx;
  32. background: #336FE9;
  33. }
  34. .seize-a-seat {
  35. width: 100%;
  36. height: 1rpx;
  37. }
  38. .safe-area {
  39. width: 100%;
  40. height: 50rpx;
  41. }
  42. @font-face {
  43. font-family: '苹方L';
  44. src: url("https://gzh.shizhi.tv/gzhtp/pfl.ttf") format('truetype');
  45. }
  46. @font-face {
  47. font-family: '苹方R';
  48. src: url("https://gzh.shizhi.tv/gzhtp/pfr.ttf") format('truetype');
  49. }
  50. @font-face {
  51. font-family: '苹方M';
  52. src: url("https://gzh.shizhi.tv/gzhtp/pfm.ttf") format('truetype');
  53. }
  54. @font-face {
  55. font-family: '自由行星体';
  56. src: url("https://gzh.shizhi.tv/gzhtp/zyxxt.TTF") format('truetype');
  57. }