css
liukangdong
2024-06-25 ebc96a1cf0424c04dceacbc42f9ad2a897223be9
h5/components/Header.vue
@@ -1,5 +1,8 @@
<template>
   <view class="custombar" :style="{height:statusbarHeight + navHeight +'px'}">
  <view
    class="custombar"
    :style="{ height: statusbarHeight + navHeight + 'px' }"
  >
      <view class="status_bar" :style="{height:statusbarHeight+'px'}"></view>
      <view class="nav_bar" :style="{height:navHeight +'px'}">
         <view class="title">
@@ -57,7 +60,7 @@
            text{
               font-size: 36rpx;
               font-family: PingFangSC-Medium, PingFang SC;
               font-weight: 500;
        font-weight: 600;
               color: #111111;
            }
         }