css
litian
2024-07-09 e2b9cf5cb19ba0ae4bffd787d96f0d0cb8fb63bf
packagePersonal/pages/aboutUs/index.wxml
@@ -6,18 +6,11 @@
    <view style="width: 100%; height: {{barHeight}}px; "></view>
    <view class="nacigationBar" style="width: 90%; height: {{navBarHeight}}px;">
      <view>
        <t-icon
          name="chevron-left"
          size="30"
          data-name="{{item}}"
          bind:click="goBack"
        />
        <t-icon name="chevron-left" size="30" data-name="{{item}}" bind:click="goBack" />
      </view>
      <view class="titleTextBox">
        <view wx:if="{{types == 'jsek_aboutUs'}}" class="navbar-title"
          >关于我们</view
        >
        <view wx:if="{{types == 'jsek_aboutUs'}}" class="navbar-title">关于我们</view>
        <view wx:else class="navbar-title">联系我们</view>
      </view>
    </view>
@@ -28,12 +21,7 @@
      <rich-text nodes="{{aboutText}}" space="emsp"></rich-text>
    </view>
  </view>
  <view wx:else class="aboutText richTextBox" style="margin: 5rpx">
    <rich-text
      style="width: 100%"
      space="emsp"
      nodes="{{aboutText}}"
      mode="compat"
    ></rich-text>
  <view wx:else class="aboutText richTextBox">
    <rich-text style="width: 100vw" space="emsp" nodes="{{aboutText}}" mode="compat"></rich-text>
  </view>
</view>
</view>