From e68118a722857e52b9c83e08ac213621aac58c01 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期五, 12 四月 2024 15:01:53 +0800 Subject: [PATCH] 骨架屏样式优化,云测试单选按钮修改 --- packageBookService/pages/bookServices/examination/examination.skeleton.wxml | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packageBookService/pages/bookServices/examination/examination.skeleton.wxml b/packageBookService/pages/bookServices/examination/examination.skeleton.wxml index 11b08ae..356eaae 100644 --- a/packageBookService/pages/bookServices/examination/examination.skeleton.wxml +++ b/packageBookService/pages/bookServices/examination/examination.skeleton.wxml @@ -26,7 +26,7 @@ </view> <view class="navbar-title sk-transparent sk-text-14-2857-257 sk-text" style="color: #000;">绗笁绔犲湪绾挎祴璇�</view> </view> - <view class="page-content" style="background-color:"> + <view class="page-content" > <view is="packageBookService/pages/bookServices/examination/questionSchedule/index" id="countDownRef"> <view class="questionSchedule-index--schedule" id="f88d4fe7--schedule" style="background-color:#fff"> <view class="questionSchedule-index--schedule-top"> @@ -40,10 +40,10 @@ </view> </view> <view class="questionSchedule-index--schedule-progress"> - <view class="t-progress progress--t-progress " style="true"> + <view class="t-progress progress--t-progress "> <view class="t-progress--thin progress--t-progress--thin t-progress--status-- progress--t-progress--status-- "> - <view class="t-progress__bar progress--t-progress__bar" style="height: px;border-radius: px;background-color: "> - <view class="t-progress__inner progress--t-progress__inner " style="background: #ff6c00; width: 0%"></view> + <view class="t-progress__bar progress--t-progress__bar" > + <view ></view> </view> </view> </view> @@ -63,7 +63,7 @@ <view class="questionList-index--title-content sk-transparent sk-text-14-2857-70 sk-text">鏈姝g‘绛旀鏄</view> </view> <view class="questionList-index--question-answer"> - <view class="t-radio-group radio-group--t-radio-group questionList-index--radio-group " style="true"> + <view class="t-radio-group radio-group--t-radio-group questionList-index--radio-group " > <view> <view class="t-radio radio--t-radio t-radio--right radio--t-radio--right t-radio--block radio--t-radio--block " style="background-color: #fff;" tabindex="0"> <view class="t-radio__content radio--t-radio__content" data-target="text"> @@ -93,7 +93,7 @@ </view> </view> </view> - <view class="page-bottom" style="background-color:"> + <view class="page-bottom" > <view is="packageBookService/pages/bookServices/examination/questionOptions/index" id="question-options"> <view class="questionOptions-index--page-bottom" style="color: #000; background-color:#fff"> <view class="questionOptions-index--li-option sk-transparent" style="color: #000;"> -- Gitblit v1.9.1