白色主题

This commit is contained in:
2023-02-12 19:04:01 +08:00
parent d736a5912f
commit 57ab6fbb49
411 changed files with 1752 additions and 5304 deletions

View File

@@ -1,7 +1,7 @@
<!-- 加载中占位 -->
<view
wx:if="{{isLoading}}"
style="{{innerStyle}} {{customStyle}}"
style="{{innerStyle}} {{style}}"
class="{{prefix}}-class {{classPrefix}} {{classPrefix}}__mask {{classPrefix}}--loading {{classPrefix}}--shape-{{shape}}"
aria-hidden="{{ariaHidden}}"
>
@@ -11,7 +11,7 @@
size="44rpx"
loading
inherit-color
class="t-class-load"
t-class="t-class-load"
t-class-text="{{classPrefix}}--loading-text"
></t-loading>
<view wx:elif="{{loading !== 'slot' && loading !== ''}}" class="{{classPrefix}}__common {{prefix}}-class-load">
@@ -22,7 +22,7 @@
<!-- 加载失败占位 -->
<view
wx:elif="{{isFailed}}"
style="{{innerStyle}} {{customStyle}}"
style="{{innerStyle}} {{style}}"
class="{{prefix}}-class {{classPrefix}} {{classPrefix}}__mask {{classPrefix}}--failed {{classPrefix}}--shape-{{shape}}"
aria-hidden="{{ariaHidden}}"
>
@@ -38,7 +38,7 @@
hidden="{{isLoading || isFailed}}"
class="{{prefix}}-class {{classPrefix}} {{classPrefix}}--shape-{{shape}}"
src="{{src}}"
style="{{innerStyle}}{{customStyle}}"
style="{{innerStyle}}{{style}}"
mode="{{mode}}"
webp="{{webp}}"
lazy-load="{{lazy}}"