Skip to content

Commit

Permalink
feat: v2.5.16
Browse files Browse the repository at this point in the history
  • Loading branch information
uxsi committed Jan 16, 2023
1 parent bbeecde commit b140c22
Show file tree
Hide file tree
Showing 322 changed files with 732 additions and 703 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### v2.5.16 (2023-01-16)

#### Features
* feat: 升级picker样式
* feat: 升级loading样式

#### Bugfixes
* fix: 统一“正在加载”文案



### v2.5.15 (2022-12-26)

#### Features
Expand Down
6 changes: 3 additions & 3 deletions dist-rpx-mode/app.wxss

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist-rpx-mode/example/actionsheet/actionsheet.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.5.15 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* WeUI v2.5.16 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
.page{background-color:var(--weui-BG-2)}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/article/article.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.5.15 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* WeUI v2.5.16 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
.page{background-color:var(--weui-BG-2)}image{margin:8rpx 0}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/badge/badge.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.5.15 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* WeUI v2.5.16 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
image{height:100rpx}.weui-cells .demo_badge_tips{font-size:34rpx;vertical-align:middle}.weui-cells .demo_badge_tips+.weui-badge{margin-left:10rpx;margin-right:10rpx}.demo_badge_cells .weui-cell__hd{position:relative;margin-right:20rpx}.demo_badge_cells .weui-cell__hd image{width:100rpx;display:block}.demo_badge_cells .weui-cell__hd .weui-badge{position:absolute;top:-.4em;right:-.4em}.demo_badge_cells .weui-cell__bd .demo_badge_title{vertical-align:middle}.demo_badge_cells .weui-cell__bd .demo_badge_title+.weui-badge{margin-left:10rpx}.demo_badge_cells .weui-cell__bd .demo_badge_desc{font-size:26rpx;color:#888}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/button/button.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.5.15 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* WeUI v2.5.16 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
.page{background:var(--weui-BG-2)}.button-sp-area{padding-top:30rpx;text-align:center}.weui-btn_mini{margin-right:8rpx}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/button/button_bottom_fixed.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.5.15 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* WeUI v2.5.16 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
.page{height:100%;background:var(--weui-BG-2)}.weui-bottom-fixed-opr-demo{padding:64rpx 64rpx 0}
7 changes: 4 additions & 3 deletions dist-rpx-mode/example/button/button_default.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@
<view class="page__bd">
<view class="button-sp-area">
<navigator class="weui-btn weui-btn_primary" aria-role="button" url="javascript:">主要操作</navigator>
<navigator title="等待中" class="weui-btn weui-btn_primary weui-btn_loading" aria-role="button" url="javascript:"><text class="weui-primary-loading weui-primary-loading_transparent"><text class="weui-primary-loading__dot"></text></text>主要操作</navigator>
<navigator title="正在操作" class="weui-btn weui-btn_primary weui-btn_loading" aria-role="button" url="javascript:"><text class="weui-mask-loading"></text>主要操作</navigator>
<navigator title="正在操作" class="weui-btn weui-btn_primary weui-btn_loading" aria-role="button" url="javascript:"><text class="weui-mask-loading"></text>主要操作</navigator>
<navigator aria-disabled="true" disabled class="weui-btn weui-btn_disabled weui-btn_primary" aria-role="button" url="javascript:">主要操作</navigator>
<navigator class="weui-btn weui-btn_default" aria-role="button" url="javascript:">次要操作</navigator>
<navigator title="等待中" class="weui-btn weui-btn_default weui-btn_loading" aria-role="button" url="javascript:"><text class="weui-primary-loading"><text class="weui-primary-loading__dot"></text></text>次要操作</navigator>
<navigator title="正在操作" class="weui-btn weui-btn_default weui-btn_loading" aria-role="button" url="javascript:"><text class="weui-mask-loading"></text>次要操作</navigator>
<navigator aria-disabled="true" disabled class="weui-btn weui-btn_disabled weui-btn_default" aria-role="button" url="javascript:">次要操作</navigator>
<navigator class="weui-btn weui-btn_warn" aria-role="button" url="javascript:">警示操作</navigator>
<navigator title="等待中" class="weui-btn weui-btn_warn weui-btn_loading" aria-role="button" url="javascript:"><text class="weui-primary-loading"><text class="weui-primary-loading__dot"></text></text>警示操作</navigator>
<navigator title="正在操作" class="weui-btn weui-btn_warn weui-btn_loading" aria-role="button" url="javascript:"><text class="weui-mask-loading"></text>警示操作</navigator>
<navigator aria-disabled="true" disabled class="weui-btn weui-btn_disabled weui-btn_warn" aria-role="button" url="javascript:">警示操作</navigator>
</view>
<view class="button-sp-area cell">
Expand Down
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/button/button_default.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.5.15 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* WeUI v2.5.16 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
.button-sp-area{padding-top:30rpx;text-align:center}.weui-btn_mini{margin-right:8rpx}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/dialog/dialog.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.5.15 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* WeUI v2.5.16 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
.page{background-color:var(--weui-BG-2)}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/flex/flex.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.5.15 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* WeUI v2.5.16 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
.placeholder{margin:10rpx;padding:0 20rpx;text-align:center;background-color:var(--weui-BG-1);height:2.3em;line-height:2.3em;color:var(--weui-FG-1)}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/footer/footer.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.5.15 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* WeUI v2.5.16 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
.weui-footer{margin-bottom:100rpx}.weui-footer_fixed-bottom{margin-bottom:0}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/form/form.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.5.15 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* WeUI v2.5.16 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
.page{height:100%;background-color:var(--weui-BG-2)}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/form/form_access.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.5.15 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* WeUI v2.5.16 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
.page{height:100%}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/form/form_checkbox.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.5.15 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* WeUI v2.5.16 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
.page{height:100%}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/form/form_input_status.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.5.15 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* WeUI v2.5.16 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
.page{height:100%}.weui-label{width:3.1em}.weui-toptips{display:block;opacity:0;visibility:hidden;-webkit-transition:opacity .3s;transition:opacity .3s}.show_toptips{visibility:visible;opacity:1}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/form/form_page.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.5.15 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* WeUI v2.5.16 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
.page{height:100%}.weui-label{width:4.1em}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/form/form_radio.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.5.15 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* WeUI v2.5.16 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
.page{height:100%}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/form/form_select.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.5.15 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* WeUI v2.5.16 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
.page{height:100%}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/form/form_switch.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.5.15 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* WeUI v2.5.16 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
.page{height:100%}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/form/form_textarea.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.5.15 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* WeUI v2.5.16 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
.page{height:100%}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/form/form_vcode.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.5.15 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* WeUI v2.5.16 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
.page{height:100%}.weui-label{width:3.1em}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/gallery/gallery.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.5.15 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* WeUI v2.5.16 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
.page{background-color:var(--weui-BG-2)}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.5.15 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* WeUI v2.5.16 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
.page{background-color:var(--weui-BG-2)}[weui-modal-show=false] .weui-half-screen-dialog{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform:translateY(100%);transform:translateY(100%)}[weui-modal-show=true] .weui-half-screen-dialog{-webkit-transform:translateY(0);transform:translateY(0)}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/icons/icons.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.5.15 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* WeUI v2.5.16 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
icon{margin-right:26rpx}.page__bd{padding-left:80rpx;padding-right:80rpx;text-align:left}.icon-box{margin-bottom:50rpx;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.icon-box i{margin-right:36rpx}.icon-box__ctn{-webkit-flex-shrink:100;flex-shrink:100}.icon-box__title{font-size:40rpx}.icon-box__desc{margin-top:12rpx;font-size:24rpx;color:#888}.icon_sp_area{margin-top:20rpx;text-align:left}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/index.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.5.15 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* WeUI v2.5.16 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
.weui-flex{-webkit-box-align:center;-webkit-align-items:center;align-items:center}.weui-cells{margin-top:0;opacity:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:.3s;transition:.3s}.weui-cells:after,.weui-cells:before{display:none}.weui-cells_show{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.weui-cell:before{right:30rpx}.kind-list__item{margin:20rpx 0;background-color:var(--weui-BG-2);border-radius:4rpx;overflow:hidden}.kind-list__item:first-child{margin-top:0}.kind-list__img{width:60rpx;height:60rpx}[data-weui-theme=dark] .kind-list__img{-webkit-filter:invert(100) hue-rotate(180deg);filter:invert(100) hue-rotate(180deg)}.kind-list__item-hd{padding:40rpx;-webkit-transition:opacity .3s;transition:opacity .3s}.kind-list__item-hd_show{opacity:.4}.kind-list__item-bd{height:0;overflow:hidden}.kind-list__item-bd_show{height:auto}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/input/input.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.5.15 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* WeUI v2.5.16 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
.weui-vcode-img{width:216rpx}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/list/list.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.5.15 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* WeUI v2.5.16 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
.weui-cell__hd{font-size:0}.weui-cell__hd image{margin-right:32rpx;vertical-align:middle;width:40rpx;height:40rpx}
20 changes: 7 additions & 13 deletions dist-rpx-mode/example/loading/loading.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,20 @@
<view class="page" data-weui-theme="{{theme}}" data-weui-mode="{{mode}}">
<view class="page__hd">
<view class="page__title">Loading</view>
<view class="page__desc">加载中</view>
<view class="page__desc">正在加载</view>
</view>
<view class="page__bd">
<view class="weui-loading__wrp">
<view aria-role="img" aria-label="加载中" class="weui-loading"></view>
<view aria-role="img" aria-label="加载中" class="weui-primary-loading">
<view class="weui-primary-loading__dot"></view>
</view>
<view aria-role="img" aria-label="加载中" class="weui-primary-loading weui-primary-loading_brand">
<view class="weui-primary-loading__dot"></view>
</view>
<view aria-role="img" aria-label="加载中" class="weui-primary-loading weui-primary-loading_transparent">
<view class="weui-primary-loading__dot"></view>
</view>
<view aria-role="img" aria-label="正在加载" class="weui-loading"></view>
<view aria-role="img" aria-label="正在加载" class="weui-mask-loading"></view>
<view aria-role="img" aria-label="正在加载" class="weui-mask-loading" style="color:var(--weui-BRAND);"></view>
<view aria-role="img" aria-label="正在加载" class="weui-mask-loading" style="color:#EDEDED;"></view>
</view>
<view class="weui-loading__wrp">
<view aria-role="img" aria-label="加载中" class="loading wx_dot_loading"></view>
<view aria-role="img" aria-label="正在加载" class="loading wx_dot_loading"></view>
</view>
<view class="weui-loading__wrp">
<view aria-role="img" aria-label="加载中" class="loading wx_dot_loading wx_dot_loading_white"></view>
<view aria-role="img" aria-label="正在加载" class="loading wx_dot_loading wx_dot_loading_white"></view>
</view>
</view>
</view>
6 changes: 3 additions & 3 deletions dist-rpx-mode/example/loading/loading.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.5.15 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* WeUI v2.5.16 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
.page{background-color:var(--weui-BG-0)}.weui-loading__wrp{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:32rpx}.weui-loading__wrp .weui-loading,.weui-loading__wrp .weui-primary-loading{margin:0 20rpx}.weui-loading__wrp:last-child{background-color:rgba(0,0,0,.1)}
.page{background-color:var(--weui-BG-0)}.weui-loading__wrp{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:32rpx}.weui-loading__wrp .weui-loading,.weui-loading__wrp .weui-mask-loading,.weui-loading__wrp .weui-primary-loading{margin:0 20rpx}.weui-loading__wrp:last-child{background-color:rgba(0,0,0,.1)}
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/loadmore/loadmore.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</view>
<view class="page__bd">
<view class="weui-loadmore" aria-role="alert">
<text aria-hidden="true" aria-label="加载中" class="weui-primary-loading" aria-role="img">
<text aria-hidden="true" aria-label="正在加载" class="weui-primary-loading" aria-role="img">
<text class="weui-primary-loading__dot"></text>
</text>
<text class="weui-loadmore__tips">正在加载</text>
Expand Down
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/loadmore/loadmore.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.5.15 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* WeUI v2.5.16 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
.page{background-color:var(--weui-BG-2)}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/msg/msg.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.5.15 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* WeUI v2.5.16 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
.page{background-color:var(--weui-BG-2)}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/msg/msg_custom_area_cell.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.5.15 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* WeUI v2.5.16 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
.page{height:100%;background-color:var(--weui-BG-2)}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/msg/msg_custom_area_preview.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.5.15 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* WeUI v2.5.16 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
.page{height:100%;background-color:var(--weui-BG-2)}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/msg/msg_custom_area_tips.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.5.15 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* WeUI v2.5.16 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
.page{height:100%;background-color:var(--weui-BG-2)}
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/msg/msg_success.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.5.15 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* WeUI v2.5.16 (https://github.com/weui/weui-wxss)
* Copyright 2023 Tencent, Inc.
* Licensed under the MIT license
*/
.page{height:100%;background-color:var(--weui-BG-2)}
Loading

0 comments on commit b140c22

Please sign in to comment.