index.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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. .imagebox.data-v-4814c2d2 {
  27. width: 100%;
  28. margin-top: 30rpx;
  29. display: flex;
  30. flex-direction: column;
  31. align-items: center;
  32. justify-content: center;
  33. }
  34. .tongue.data-v-4814c2d2 {
  35. width: 531rpx;
  36. height: 592rpx;
  37. margin: 0 auto;
  38. margin-top: 30rpx;
  39. }
  40. .cover-view.data-v-4814c2d2 {
  41. width: 100%;
  42. position: absolute;
  43. z-index: 99;
  44. top: 0;
  45. left: 0;
  46. }
  47. .title.data-v-4814c2d2 {
  48. margin-top: calc(var(--status-bar-height) + 130rpx);
  49. font-family: SourceHanSansCN-Medium;
  50. font-weight: 500;
  51. font-size: 43rpx;
  52. color: #FFFFFF;
  53. text-align: center;
  54. }
  55. .tips.data-v-4814c2d2 {
  56. margin-top: 38rpx;
  57. font-family: SourceHanSansSC-Regular;
  58. font-weight: 400;
  59. font-size: 24rpx;
  60. color: #FFFFFF;
  61. text-align: center;
  62. }
  63. .uni-nav-bar.data-v-4814c2d2 {
  64. position: fixed;
  65. top: 0;
  66. left: 0;
  67. width: 100%;
  68. z-index: 999;
  69. overflow: hidden;
  70. font-family: PingFang SC, PingFang SC;
  71. font-weight: 500;
  72. color: #FFFFFF;
  73. }
  74. .uni-nav-bar .uni-nav-barbox.data-v-4814c2d2 {
  75. width: 100%;
  76. height: 88rpx;
  77. padding: 0 24rpx;
  78. box-sizing: border-box;
  79. display: flex;
  80. flex-direction: row;
  81. align-items: center;
  82. justify-content: space-between;
  83. position: relative;
  84. font-size: 32rpx;
  85. }
  86. .uni-nav-bar .uni-nav-title.data-v-4814c2d2 {
  87. flex-shrink: 0;
  88. font-family: SourceHanSansSC;
  89. font-weight: 400;
  90. color: #FFFFFF;
  91. font-size: 32rpx;
  92. display: flex;
  93. flex-direction: row;
  94. align-items: center;
  95. justify-content: flex-start;
  96. }
  97. .uni-nav-bar .uni-nav-title .ques.data-v-4814c2d2 {
  98. flex-shrink: 0;
  99. width: 33rpx;
  100. height: 33rpx;
  101. margin-left: 9rpx;
  102. }
  103. .uni-nav-bar .uni-nav-back.data-v-4814c2d2 {
  104. width: 100%;
  105. height: 88rpx;
  106. line-height: 88rpx;
  107. }
  108. .camera.data-v-4814c2d2 {
  109. position: relative;
  110. }