扩展应用结构,接入底部导航;完善个人信息页提交文案与校验代码风格。 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
19 lines
252 B
Plaintext
19 lines
252 B
Plaintext
.empty {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
padding-top: 80rpx;
|
|
|
|
.empty-icon {
|
|
width: 193rpx;
|
|
height: 138rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.empty-text {
|
|
color: #808080;
|
|
font-size: 28rpx;
|
|
line-height: 28rpx;
|
|
}
|
|
}
|