From 69a1b05bf19d29c91f190873a842391b0c9be370 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期五, 12 四月 2024 09:42:10 +0800 Subject: [PATCH] 答题器听力题播放完善,样式优化 --- packagePersonal/pages/aboutUs/index.wxml | 36 +++++++++++++++++++++--------------- 1 files changed, 21 insertions(+), 15 deletions(-) diff --git a/packagePersonal/pages/aboutUs/index.wxml b/packagePersonal/pages/aboutUs/index.wxml index 40f4321..3c99bf6 100644 --- a/packagePersonal/pages/aboutUs/index.wxml +++ b/packagePersonal/pages/aboutUs/index.wxml @@ -1,20 +1,26 @@ -<view style="width: 100%; height: {{barHeight}}px; "></view> -<view class="nacigationBar" style="width: 70%; height: {{navBarHeight}}px;"> - <view> - <t-icon name="chevron-left" size="30" data-name="{{item}}" bind:click="goBack" /> +<import src="index.skeleton.wxml" /> +<template is="skeleton" wx:if="{{loading}}" /> + + +<view class="aboutUsBox" hidden="{{hidden}}"> + <view class="titleBox"> + <view style="width: 100%; height: {{barHeight}}px; "></view> + <view class="nacigationBar" style="width: 70%; height: {{navBarHeight}}px;"> + <view> + <t-icon name="chevron-left" size="30" data-name="{{item}}" bind:click="goBack" /> + </view> + <view wx:if="{{types == 'jsek_aboutUs'}}" class="navbar-title">鍏充簬鎴戜滑</view> + <view wx:else class="navbar-title">鑱旂郴鎴戜滑</view> + </view> </view> - <view wx:if="{{types == 'jsek_aboutUs'}}" class="navbar-title">鍏充簬鎴戜滑</view> - <view wx:else class="navbar-title">鑱旂郴鎴戜滑</view> -</view> - - - - -<view class="aboutUs"> - - <view class="aboutText"> - <rich-text nodes="{{aboutText}}"></rich-text> + <view wx:if="{{types == 'jsek_aboutUs'}}" class="aboutUs"> + <view class="aboutText aboutUs"> + <rich-text nodes="{{aboutText}}" space="emsp"></rich-text> + </view> + </view> + <view wx:else class="aboutText" style="margin: 5rpx;"> + <rich-text style="width: 100%;" space="emsp" nodes="{{aboutText}}"></rich-text> </view> </view> \ No newline at end of file -- Gitblit v1.9.1