mirror of
https://gitee.com/qingqing-coconut-tea/RcKtFezyRAZX
synced 2026-07-21 10:32:32 +08:00
37 lines
844 B
Plaintext
37 lines
844 B
Plaintext
/* components/empty-state/empty-state.wxss */
|
||
/* 空状态样式 */
|
||
|
||
.empty-state {
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
justify-content: center;
|
||
padding: 100rpx 0;
|
||
}
|
||
|
||
.empty-state .iconfont {
|
||
font-size: 120rpx;
|
||
color: #ddd;
|
||
margin-bottom: 30rpx;
|
||
}
|
||
|
||
.empty-state .text {
|
||
font-size: 28rpx;
|
||
color: #999;
|
||
margin-bottom: 30rpx;
|
||
}
|
||
|
||
.action-btn {
|
||
padding: 16rpx 40rpx;
|
||
font-size: 28rpx;
|
||
color: #667eea;
|
||
background-color: rgba(102, 126, 234, 0.1);
|
||
border-radius: 32rpx;
|
||
}
|
||
|
||
/**
|
||
* @联系作者:16768118056
|
||
* @描述:(此项目非免费分享)源码百分百可用,搞定毕设不发愁,支持远程调试安装、二次开发、定制、讲解、文档类。
|
||
* @访问:https://www.notmaker.com/detail/8326a897119d4542896c863a69d7bbe7/gtt20260415,查看完整运行演示。
|
||
*/
|