su-navbar.wxss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  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. .bg-main.data-v-305eaf98 {
  27. background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient)) !important;
  28. color: #fff !important;
  29. }
  30. .icon-box.data-v-305eaf98 {
  31. background: #ffffff;
  32. box-shadow: 0px 0px 4rpx rgba(51, 51, 51, 0.08), 0px 4rpx 6rpx 2rpx rgba(102, 102, 102, 0.12);
  33. border-radius: 30rpx;
  34. width: 134rpx;
  35. height: 56rpx;
  36. margin-left: 8rpx;
  37. }
  38. .icon-box .line.data-v-305eaf98 {
  39. width: 2rpx;
  40. height: 24rpx;
  41. background: #e5e5e7;
  42. }
  43. .icon-box .sicon-back.data-v-305eaf98 {
  44. font-size: 32rpx;
  45. color: #000;
  46. }
  47. .icon-box .sicon-home.data-v-305eaf98 {
  48. font-size: 32rpx;
  49. color: #000;
  50. }
  51. .icon-box .sicon-more.data-v-305eaf98 {
  52. font-size: 32rpx;
  53. color: #000;
  54. }
  55. .icon-box .icon-button.data-v-305eaf98 {
  56. width: 67rpx;
  57. height: 56rpx;
  58. }
  59. .icon-box .icon-button-left.data-v-305eaf98:hover {
  60. background: rgba(0, 0, 0, 0.16);
  61. border-radius: 30rpx 0px 0px 30rpx;
  62. }
  63. .icon-box .icon-button-right.data-v-305eaf98:hover {
  64. background: rgba(0, 0, 0, 0.16);
  65. border-radius: 0px 30rpx 30rpx 0px;
  66. }
  67. .fixed-bg.data-v-305eaf98 {
  68. position: absolute;
  69. width: 100%;
  70. height: 100%;
  71. top: 0;
  72. z-index: 1;
  73. pointer-events: none;
  74. }
  75. .uni-nav-bar-text.data-v-305eaf98 {
  76. font-size: 14px;
  77. }
  78. .uni-nav-bar-right-text.data-v-305eaf98 {
  79. font-size: 12px;
  80. }
  81. .uni-navbar__content.data-v-305eaf98 {
  82. position: relative;
  83. background-color: transparent;
  84. }
  85. .uni-navbar-btn-text.data-v-305eaf98 {
  86. display: flex;
  87. flex-direction: column;
  88. justify-content: flex-start;
  89. align-items: center;
  90. line-height: 18px;
  91. }
  92. .uni-navbar__header.data-v-305eaf98 {
  93. display: flex;
  94. padding: 0 10px;
  95. flex-direction: row;
  96. justify-content: space-between;
  97. height: 44px;
  98. font-size: 12px;
  99. position: relative;
  100. z-index: 2;
  101. }
  102. .uni-navbar__header-btns.data-v-305eaf98 {
  103. overflow: hidden;
  104. display: flex;
  105. flex-wrap: nowrap;
  106. flex-direction: row;
  107. min-width: 40rpx;
  108. justify-content: center;
  109. align-items: center;
  110. }
  111. .uni-navbar__header-btns-left.data-v-305eaf98 {
  112. display: flex;
  113. width: 120rpx;
  114. justify-content: flex-start;
  115. align-items: center;
  116. }
  117. .uni-navbar__header-btns-right.data-v-305eaf98 {
  118. display: flex;
  119. flex-direction: row;
  120. justify-content: flex-end;
  121. align-items: center;
  122. }
  123. .uni-navbar__header-container.data-v-305eaf98 {
  124. position: absolute;
  125. left: 50%;
  126. transform: translateX(-50%) translateY(-50%);
  127. top: 50%;
  128. }
  129. .uni-navbar__header-container-inner.data-v-305eaf98 {
  130. display: flex;
  131. flex: 1;
  132. flex-direction: row;
  133. align-items: center;
  134. justify-content: center;
  135. font-size: 12px;
  136. overflow: hidden;
  137. }
  138. .uni-navbar__placeholder-view.data-v-305eaf98 {
  139. height: 44px;
  140. }
  141. .uni-navbar--fixed.data-v-305eaf98 {
  142. position: fixed;
  143. z-index: 998;
  144. left: 0;
  145. right: 0;
  146. }
  147. .uni-navbar--shadow.data-v-305eaf98 {
  148. box-shadow: 0 1px 6px #ccc;
  149. }
  150. .uni-navbar--border.data-v-305eaf98 {
  151. border-bottom-width: 1rpx;
  152. border-bottom-style: solid;
  153. border-bottom-color: #eee;
  154. }
  155. .uni-ellipsis-1.data-v-305eaf98 {
  156. overflow: hidden;
  157. white-space: nowrap;
  158. text-overflow: ellipsis;
  159. }