[AI Generated]: feat(Views): 新增帮助页面,首页添加「无法连接设备」入口
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
f89f0f9531
commit
0a6578c2c9
+13
-1
@@ -17,7 +17,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
padding: 215rpx 60rpx 120rpx;
|
||||
padding: 215rpx 60rpx 30rpx;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
@@ -114,5 +114,17 @@
|
||||
text-align: center;
|
||||
line-height: 106rpx;
|
||||
border-radius: 16rpx;
|
||||
box-sizing: border-box;
|
||||
margin-bottom: 10rpx;
|
||||
border: 1rpx solid #FFFFFF;
|
||||
}
|
||||
|
||||
.addDevice>view:nth-of-type(4) {
|
||||
width: 100%;
|
||||
color: #FFFFFF;
|
||||
font-size: 30rpx;
|
||||
height: 70rpx;
|
||||
line-height: 70rpx;
|
||||
text-align: center;
|
||||
text-decoration-line: underline;
|
||||
}
|
||||
Reference in New Issue
Block a user