custom-nav-bar.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. /* 颜色变量 */
  2. /* 行为相关颜色 */
  3. /* 文字基本颜色 */
  4. /* 背景颜色 */
  5. /* 边框颜色 */
  6. /* 尺寸变量 */
  7. /* 文字尺寸 */
  8. /* 图片尺寸 */
  9. /* Border Radius */
  10. /* 水平间距 */
  11. /* 垂直间距 */
  12. /* 透明度 */
  13. /* 文章场景相关 */
  14. .ljs-top.data-v-10729898 {
  15. width: 100%;
  16. position: relative;
  17. }
  18. .ljs-top .topZw.data-v-10729898 {
  19. width: 100%;
  20. }
  21. .ljs-top .topZw .comStatus.data-v-10729898 {
  22. width: 100%;
  23. position: relative;
  24. }
  25. .ljs-top .topZw .topMain.data-v-10729898 {
  26. width: 100%;
  27. display: flex;
  28. align-items: center;
  29. }
  30. .ljs-top .top_bg.data-v-10729898 {
  31. width: 100%;
  32. height: 100%;
  33. position: absolute;
  34. top: 0;
  35. left: 0;
  36. z-index: 0;
  37. }
  38. .ljs-top .top.data-v-10729898 {
  39. width: 100%;
  40. position: fixed;
  41. top: 0;
  42. left: 0;
  43. z-index: 90;
  44. }
  45. .ljs-top .top .comStatus.data-v-10729898 {
  46. width: 100%;
  47. position: relative;
  48. }
  49. .ljs-top .top .topMain.data-v-10729898 {
  50. width: 100%;
  51. position: relative;
  52. display: flex;
  53. align-items: center;
  54. padding: 0 20rpx;
  55. box-sizing: border-box;
  56. }
  57. .ljs-top .top .topMain .back.data-v-10729898 {
  58. width: 60rpx;
  59. height: 60rpx;
  60. box-sizing: border-box;
  61. padding: 10rpx;
  62. position: absolute;
  63. top: 10rpx;
  64. left: 20rpx;
  65. z-index: 2;
  66. }
  67. .ljs-top .top .topMain .back .img.data-v-10729898 {
  68. width: 40rpx;
  69. height: 40rpx;
  70. display: block;
  71. }
  72. .ljs-top .top .topMain .backLogo.data-v-10729898 {
  73. width: -webkit-fit-content;
  74. width: fit-content;
  75. }
  76. .ljs-top .top .topMain .title.data-v-10729898 {
  77. flex: 1;
  78. height: 58rpx;
  79. line-height: 58rpx;
  80. text-align: center;
  81. position: absolute;
  82. top: 11rpx;
  83. left: 50%;
  84. transform: translate(-50%, 0%);
  85. z-index: 90;
  86. color: #FFF;
  87. font-size: 32rpx;
  88. }
  89. .ljs-top .yuanhu.data-v-10729898 {
  90. width: 100%;
  91. height: 30rpx;
  92. border-radius: 30rpx 30rpx 0 0;
  93. background-color: #FFF;
  94. opacity: 0.1;
  95. position: absolute;
  96. bottom: 0;
  97. left: 0;
  98. z-index: 90;
  99. }